@charset "utf-8";


#main {
    float: none;
    width: 1000px;
}


#contentsHeader{
	width:1000px;
	height:457px;
	position:relative;
}

#headerImg{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#intro{
	position:absolute;
	padding:10px;
	width:650px;
	top:316px;
	left:60px;
	z-index:2;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}


#contentsExtra{
	background:url(../img/bg_extara_1.png) no-repeat left top;
	width:1000px;
	height:530px;
	position:relative;
}

#contentsExtra dt{
	text-indent:-9999px;
}

#contentsExtra dd .para_1{
	position:absolute;
	top:184px;
	left:224px;
	width:470px;
	font-size:14px;
	font-weight:bold;
	line-height:1.8;
}

#contentsExtra dd .para_1 span{
	color:#ff6666;
}

#contentsExtra dd .para_2{
	position:absolute;
	bottom:48px;
	right:82px;
	width:264px;
	text-align:center;
	font-weight:bold;
}



/*------------answerBox------------*/

#answerBox{
	background:url(../img/bg_extra_2.png) repeat left top;
	padding:50px 25px;
	width:950px;

}


#answerBoxTtl{
	margin-bottom:50px;
}

#answerBox dt{
	margin-bottom:10px;
}

#answerBox dd{
	margin-bottom: 18px;
}

#answerBox ul{
	width:954px;
	margin:0 auto 15px;
}


#answerBox li{
	background:url(../img/bg_a.jpg) no-repeat right bottom #ffffff;
	float:left;
	width:414px;
	padding:24px;
	margin:0 15px 15px 0;
	min-height: 135px;

}

.long_1{
	height: 200px!important;
}


.answerFigure{
	width:67px;
	float:left;
	display:block;
}

.answerFigure img{
	border:1px solid #ccccff;
}


.answerTxt{
	width:306px;
	float:right;
	line-height:1.8;
}

.companionNm{
	display:block;
	color:#3366ff;
	margin-bottom:5px;
	font-weight:bold;

}




/*------------angelsBox------------*/

#angelsBox{
	background-color:#ffeadb;
	border:5px solid #ffcccc;
	width:940px;
	padding:30px 25px;
	margin-bottom:75px;
}

#angelTtl{
}

.setume{
	text-align:center;
	padding-bottom:20px;
}

#angelList li{
	background:url(../img/bg_angels.jpg) no-repeat left top;
	width:226px;
	height:203px;
	float: left;
	position:relative;
	padding:24px 0 0;
	margin:0 9px 10px 0;
	text-align:center;
}

.companionNm_a{
	display:block;
	color:#ff0033;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}


.shopnm_a a{
	color:#666600;
	display:block;
	margin-bottom:15px;
}


.fuki{
	position:absolute;
	top:185px;
	left:-5px;
	background:url(../img/bg_fuki.png) no-repeat center top;
	padding-top:19px;
	width:242px;
	display: none;
	z-index: 1;

}

.fuki span{
	display:block;
	width:222px;
	padding:10px;
	color:#ffffff;
	background-color:#ff4b61;
	border-radius:5px;
	text-align:left;
}




#nextBox{
	width:100%;
	text-align:center;
}

.toggle_container{
	position: relative;/*slideupガタガタ対策*/
}