@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 style info :よくあるご質問
=================================================================== */




/* ================================================= */
/* #faq */
/* ================================================= */
#faq {
	padding-top:15px;
}
#faq h3 {
	clear:both;
	padding-top:15px;
	margin-bottom:10px;
}
#faq p.textright {
	margin-bottom:0px !important;
}
#faq div.mokuji {
	background-color:#F2F9F7;
	margin-bottom:10px;
	padding:10px;
	min-height:1px;
}

/* start: clearfix ------------------------------ */
#faq div.mokuji:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#faq div.mokuji { display:inline-table; }

/* Hides from Mac IE \*/
* html #faq div.mokuji { height:1px; }
#faq div.mokuji { display:block; }
/* */
/* end: clearfix ------------------------------ */

#faq div.mokuji ul {
}

#faq div.mokuji li {
	float:left;
	width:310px;
	margin-right:10px;
	margin-bottom:5px;
}
#faq div.mokuji li.listleft {
	float:left;
	width:230px;
	margin-right:10px;
	margin-bottom:5px;
}
#faq div.mokuji li a {
	color:#078969;
}

#faq ul.faqList {
	margin-left:27px;
	margin-bottom:10px;
}
#faq ul.faqList li {
	margin-bottom: 8px;
}
#faq ul.faqList li a {
	color:#078969;
}

#faqbox {
}

#faqbox dl.answerList {
	margin-left:20px;
}
#faqbox dl.answerList dt {
	border-top:#E2F1ED solid 2px;
	border-bottom:#E2F1ED solid 2px;
	margin-top:15px;
	margin-bottom:10px;
	padding:4px 7px;
	color:#078969;
}
#faqbox dl.answerList dd {
	padding:0px 7px;
	padding-right:10px;
	margin-bottom:25px;
	line-height:130%;
}
#faqbox dl.answerList dd p.end {
	margin-bottom:25px;
}

#faqbox div.faq_img {
	float:left;
}

#faqbox div.faq_text {
	float:right;
	padding-left:15px;
}

#faqbox p.faq_anchor {
	clear:both;
	margin:0px;
}

#faqbox dl.answerList dd p.faq_cimg {
	margin:10px 0px;
	text-align:center;
}
#faqbox dl.answerList dd p.faq_cimg img {
	border:#EEEEEE solid 3px;
}

#faqbox p.textright {
	clear:both;
}

