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

body{

	font-size:15px;
}


.faq ul {
	width:650px;
	margin:5px 0;
    padding:0;
    font-size:0px;
}


.faq ul li {
	display: inline-block;
	width:650px;
	font-size: 16px;
	}
	
.faq ul li:last-child {
	border-bottom: none;
}

.faq ul li:nth-child(odd){
	font-weight:bold;
	background:url(../images/faq/icon_q.gif) 10px top no-repeat;
	padding:8px 0 12px 60px;
}

.faq ul li:nth-child(even){
	background:url(../images/faq/icon_a.gif) 50px 12px no-repeat #FFF0D9;
	padding:15px 25px 15px 90px;
	margin-bottom:30px;
}
