@charset "utf-8";


#faq {
	margin:30px auto 0px auto;
	width:700px;
	text-align:left;
}



/* TITLE */

#asmama h2{
	margin:0 0 0 0;
	padding:0;
}


#asmama h3 {
	margin:0;
	padding:0;
}



#q_list ul{
	margin:20px 20px 60px 20px;

}



#q_list ul li {
	margin-bottom:7px;
	padding-left:15px;
	background:url(../../images/front/faq/faq_square.gif) no-repeat 0 3px; 
}



/* Intro */
div.faq_box{
	width:700px;
	padding:8px 0 0 0;
	background:url(../../images/front/faq/box_top.gif) no-repeat 0 0; 
}
div.faq_box_bottom{
	width:700px;
	padding:0 0 8px 0;
	background:url(../../images/front/faq/box_bottom.gif) no-repeat left bottom; 
}


div.question{
	margin:0 0 10px 25px;
	padding-bottom:10px;
	width:650px;
	clear:both;
	border-bottom:dotted 1px #cccccc;

}

div.question p{
	float:right;
	width:560px;
	padding-top:25px;
}

div.answer{
	margin:0 0 0 25px;
	width:650px;
	clear:both;
}
div.answer p{
	float:right;
	width:560px;
	padding-top:25px;
}
div.faq_box img{
	float:left;
	vertical-align:middle;
}




/* pagetop_faq */
div.pagetop_faq{
	margin-top:10px;
	margin-bottom:30px;
	width:700px;
	clear:both;
	text-align:right;
}
div.pagetop_faq p{

	text-align:right;
}


img.box_bottom{
	vertical-align:bottom;
	overflow: hidden;
	width:700px;
	height:8px;
}



/* clearfix*/

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} 

.clearfix{display:inline-block;} 

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/




