@charset "utf-8";
/*----------------------------------------------------------------
	[ manekineko css ]
	----------------------------------------------------------------
	author: Lampros co.,ltd. Kenji nomura
	url:http://www.lampros.co.jp/
	making day: 2010-03-29
	---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* よくあるご質問
-----------------------------------------------------------------*/

div#rightContents p {
	text-indent: 0em;
}
div#faqArea {
	margin-top: 15px;
}
div#faqArea ol li {
	background: url(../_img/faq/q_mark.jpg) no-repeat left 5px;
	padding-left: 40px;
	display: block;
	clear: left;
	width: 650px;
	margin-top: 10px;
	min-height: 36px;  /*最低高さの実現*/
	height: auto !important;
	height: 36px; /*ここまで*/
}
div#faqArea ol li span.number {
	font-size: 26px;
	font-weight: bold;
	color: #D9171D;
	display: block;
	width: 20px;
	float: left;
	padding-top: 8px;
}
div#faqArea ol li span.question {
	font-size: 16px;
	font-weight: bold;
	color: #D9171D;
	display: block;
	float: left;
	clear: right;
	margin-left: 18px;
	padding-top: 18px;
}
div#faqArea ol li span.answer {
	clear: left;
	display: block;
	margin-left: 37px;
	padding-left: 25px;
	background: url(../_img/faq/a_mark.jpg) no-repeat left top;
}

/* アンケート お問い合わせボタン */
div#contactButton {
	text-align: center;
	margin: 40px auto 0px;
}
img#annke-toButton {	margin-right: 30px;}





