@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

FAQ用CSS

----------------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents h3 {
	margin-top:10px;
	padding:5px 5px 0;
	background:url(/images/faq/qtn_bg_top.gif) no-repeat #DDF7C3 left top;
	color:#005F34;
	font-weight:bold;
}

#contents .questionList {
	margin:0 auto 20px;
	width:660px;
}

#contents .questionList strong {
	margin-bottom:3px;
	padding:8px 13px 0;
	display:block;
	min-height:22px;
	height:auto !important;
	height:22px;
	background:url(/images/subtitle_01_bg.gif) no-repeat;
	color:#005F34;
	font-size:107%;
}

#contents .questionList em {
	font-weight:bold;
}

#contents .questionList ul {
	margin-bottom:15px;
}

#contents .questionList li {
	padding-left:10px;
	background:url(/images/link_arrow_02.gif) no-repeat left center;
	list-style:none;
}

#contents .answer {
	padding:0 5px;
	background:url(/images/faq/ans_bg.gif) left top;
}

#contents .answer p {
	padding-left:1.8em;
	text-indent:-1.8em;
}





