/*
 * iweb32-style02
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 10 / 19
 */


/* + faqlist
*----------------------------------------------------------------------------*/
#faqlist {
	overflow: hidden;
	margin-bottom: 15px;
	background: url(../../images/02/main/img-sFaqBg.png) no-repeat center 0;
}

#faqlist ul {
	overflow: hidden;
	margin: 230px 20px 20px;
}

#faqlist ul li {
	margin: 10px 0;
	padding: 5px 10px;
	background: #fff;
	border: 1px #a0a0a0 solid;
}

#faqlist ul li h3 {
	padding-left: 55px;
	background: url(../../images/02/main/icon-faq.png) no-repeat 5px 0;
	font-size: 18px;
	font-weight: normal;
}

#faqlist ul li .menu_body {
	margin: 10px 20px;
	margin-left: 55px;
	padding: 10px;
	background: #e6e6e6;
	color: #808080;
}