@charset "utf-8";
/* CSS Document */

/*======================================

FAQ トップ頁
	
=======================================*/

#faqtop h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../faq/image/icon_faq_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.7em;/*リストマーク位置縦・横指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	font-weight: bold;
	color: #086DBD;
	padding-bottom: 0.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.6em;
		margin-bottom: 0;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

#faqtop h3 a:link {
	color: #086DBD;
	font-weight: bold;
	text-decoration: none;
}

#faqtop h3 a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#faqtop h3 a:hover {
	color: #00459C;
	font-weight: bold;
	text-decoration: none;
}

/*======================================

FAQ 下層頁
	
=======================================*/

#faq h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../faq/image/icon_faq_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;/*リストマーク位置縦・横指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	font-weight: bold;
	color: #086DBD;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#faq p {
	font-size: 100%;
	line-height: 1.6;
	background-color: #FFFFFF;
	background-image: url(../faq/image/icon_faq_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.1em;/*リストマーク位置縦・横指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
	margin-top: 0.4em;
}

.question {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.icontxt {
	width: 470px;
	padding-top: 18px;
	padding-left: 70px;
}

.iconimg {
	float: left;
	width: 60px;
	margin-bottom: 20px;
}

.icon-middle {
vertical-align:middle
}
