@charset "UTF-8";
.topic01 {
	margin-bottom: 20px;
}
.com01 {
	padding: 0 0 14px 38px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../contact/img/faq/icon_q.gif);
	background-repeat: no-repeat;
	margin:25px 0 14px;
}
.con {
	padding: 0 0 30px 38px;
	background: url(../contact/img/faq/icon_a.gif) left 5px no-repeat;
}
.con span {font-size: 80%;}

.floatRightImg{
float:right;
margin-left:35px;
}

.btn {margin:10px 0 25px;}

ul#faqList a:link,
ul#faqList a:visited  {
	color: #0066CC;
	text-decoration: underline;
}
ul#faqList a:hover,
ul#faqList a:active {
	color: #FF9900;
	text-decoration: underline;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

.con:after{
content:"."; 
display:block; 
clear:both; 
height:0;
line-height:0;
visibility:hidden;
font-size: 0;
}

	/* IE6 */
	* html .con{height:1%;}

	/* IE7 */
	*:first-child+html .con{display:inline-block;}

