@charset "shift_jis";

/* main-inner */
#main #main-inner {
	position:relative;
	border:none;
}

#main .inner_bg {
	position:relative;
	background: url(../img/main_inner_bg.png) repeat;
}

/* main-visual */
#main #main-visual {
	height:auto;
	position:relative;
}

/* article01 */
#main .article01 {
	position:relative;
	height:553px;
	background: url(../img/article01_bg.png) no-repeat;
}
#main .article01 h2,
#main .article01 .txt01 {
	position:absolute;
}

#main .article01 h2 {
	left:6px;
	top:20px;
}
#main .article01 .txt01 {
	left:60px;
	top:26px;
}

/* article02 */
#main .article02 {
	position:relative;
	height:368px;
	background: url(../img/article02_bg.png) no-repeat;
}
#main .article02 h2,
#main .article02 .txt01,
#main .article02 .txt02,
#main .article02 .txt03 {
	position:absolute;
}

#main .article02 h2 {
	left:6px;
	top:20px;
}
#main .article02 .txt01 {
	left:60px;
	top:26px;
}
#main .article02 .txt02 {
	left:0px;
	top:203px;
	z-index:21;
}
#main .article02 .txt03 {
	left:0px;
	top:203px;
}

/* article03 */
#main .article03 {
	position:relative;
	height:433px;
	background: url(../img/article03_bg.png) no-repeat;
}
#main .article03 h2,
#main .article03 .txt01 {
	position:absolute;
}

#main .article03 h2 {
	left:6px;
	top:20px;
}
#main .article03 .txt01 {
	left:60px;
	top:-38px;
}

/* article04 */
#main .article04 {
	position:relative;
	height:1025px;
	background: url(../img/article04_bg.png) no-repeat;
}
#main .article04 h2,
#main .article04 h3,
#main .article04 p,
#main .article04 dl,
#main .article04 dt,
#main .article04 dd,
#main .article04 ul{
	position:absolute;
}

#main .article04 h2 {
	left:6px;
	top:20px;
}
#main .article04 .txt01 {
	left:108px;
	top:142px;
}
#main .article04 h3 {
	left:145px;
	top:212px;
}
#main .article04 .txt02 {
	left:108px;
	top:283px;
}
#main .article04 dl.list01 {
	width:568px;
	height:188px;
	left:145px;
	top:325px;
	background: url(../img/article04_li01_bg.png) no-repeat;
}
#main .article04 dl.list01 dt {
	left:38px;
	top:76px;
}
#main .article04 dl.list01 dd {
	left:200px;
	top:30px;
}
#main .article04 dl.list02 {
	width:568px;
	height:130px;
	left:145px;
	top:523px;
	background: url(../img/article04_li02_bg.png) no-repeat;
}
#main .article04 dl.list02 dt {
	left:27px;
	top:35px;
}
#main .article04 dl.list02 dd {
	left:200px;
	top:36px;
}
#main .article04 ul {
	left:148px;
	top:673px;
}
#main .article04 .btnf {
	left:100px;
	top:807px;
}
#main .article04 .note {
	left:673px;
	top:964px;
}
#main .article04 .btno {
	left:145px;
	top:991px;
}

/* modal */

#modalBody{
	margin:0;
	padding:0;
	background: url(../img/modal_bg.png) no-repeat;
}
#modalBody p,
#modalBody ol,
#modalBody li{
	position:absolute;
}
#modalBody ol{
	width:498px;
	height:180px;
	left:80px;
	top:458px;
	background: url(../img/modal_li_bg.png) no-repeat;
}
#modalBody li.li01{
	left:24px;
	top:26px;
}
#modalBody li.li02{
	left:24px;
	top:76px;
}
#modalBody li.li03{
	left:24px;
	top:113px;
}
#modalBody p.txt01{
	left:80px;
	top:43px;
}
#modalBody p.qrcode{
	left:108px;
	top:136px;
}
#modalBody p.note{
	left:100px;
	top:647px;
}



/* main-footer */
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer {
	width: 864px;
	position: relative;
	margin: 0 0 32px 0;
	padding-top:20px;
	/*border-top: 1px solid #000;*/
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
.f-wrap {
	margin: 20px 0 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
	margin:0 5px 0 0;
}
.main-footer .f-soft-ttl {
	float:left;
	margin:10px 0 0 10px;	
}
.main-footer .f-copyright {
	display:block;
	margin:10px 0 15px 0;
	color: #8C8C8C;
	font-size: 9px;
	line-height:1.6;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
