@charset "utf-8";




/* image
----------------------------------------------------------------*/
#image{
	width:780px;
	height:221px;
	background:transparent url(../img2/campaign/image.jpg) no-repeat;
}
#main{
	background:transparent url(../img2/common/image_shadow.png) no-repeat center 221px;
}




/* pannavi
----------------------------------------------------------------*/
#pannavi{
	background:transparent url(../img2/campaign/title.png) no-repeat;
}




/* intro
----------------------------------------------------------------*/
#intro{
	width:770px;
	margin-left:5px;
}
#intro p{
	padding:20px 100px 0 15px;
}
#intro a{
	display:block;
	width:135px;
	height:0;
	padding-top:24px;
	background:transparent url(../img2/campaign/faq_btn.png) no-repeat;
	overflow:hidden;
	margin:0 0 20px 550px;
}
:root *> #intro a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}




/* .box
----------------------------------------------------------------*/
.box{
	border-top:#44acc2 solid 6px;
	background:#fff url(../img2/common/box_bg.png) repeat-x;
	padding-bottom:20px;
}
.waku{
	margin-bottom:30px;
	padding-bottom:10px;
	background:transparent url(../img2/common/box_bottom.png) no-repeat center bottom;
}
.box ul{
	padding:30px 45px 0 30px;
}
.box li{
	margin:30px 0;
	padding-left:290px;
	min-height:420px; <!-- 610px -->

}
.box li.campaign1{
	background:transparent url(../img2/campaign/campaignKOO.jpg) no-repeat;
}

.box h3{
	font-size:22px;
	font-weight:bold;
	color:#0191a0;
}
.box p{
	line-height:1.3em;
}



/* .pane
----------------------------------------------------------------*/
.pane{
	position:relative;
	border-top:#0191a0 dotted 2px;
	margin-top:20px;
}
.pane h3{
	font-size:22px;
	font-weight:bold;
	color:#0191a0;
	padding:20px 15px 15px 170px;
}
.pane h4{
	font-weight:bold;
}
.pane li{
	padding:10px 15px 10px 170px;
}
.pane ul li:nth-child(odd){
	background-color:#e2f2f5;
}





/* .etc
----------------------------------------------------------------*/
.etc{
	padding:30px 15px 15px 170px;
}



