@charset "Shift_JIS";

div.faq-area{
}

div.faq-area p.question{
	color:#0066CC;
	padding:0 0 10px 22px;
	background-image:url(../images/icon_q.gif);
	background-repeat:no-repeat;
	background-position:0 top;
}

div.faq-area hr {
	display:none;
}

div.line {
	border-bottom:1px #999999 dashed;
	margin-bottom:10px;
}

div.faq-area p.answer{
	padding-left:22px;
	background-image:url(../images/icon_a.gif);
	background-repeat:no-repeat;
	background-position:0 top;
}

p.faq-link{
	margin:5px 0 0 22px;
	background-image:url(../images/icon_faq_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	padding-left:35px;
	font-size:80%;
}

/*clear fix*/
div.faq-area:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div.faq-area{
	display:inline-block;
}

/*Hides from IE-mac \*/
* html div.faq-area{
	height:1%;
}

div.faq-area{
	display:block;
}
/*End hide from IE-mac*/


/*Š±’ª–ž’ªFlash*/
div#flashcontent-faq{
	margin-bottom:15px;
}

div#noflash-faq{
	margin-bottom:15px;
	width:300px;
}