/*
 * iweb52-style29
 *
 * Copyright 2017, TANK
 * 
 * 
 * 2017 / 04 / 26
 */


/* + faqlist
*----------------------------------------------------------------------------*/
#faqlist ul li h3 {
	padding: 20px 15px 15px;
	border-bottom: 1px solid #ddd;
}

#faqlist ul li:hover h3 {
    background: #CCBBA9;
	color: #fff;
}

#faqlist ul li.current h3 {
	background: #73634A;
	color: #fff;
}

#faqlist ul li h3 i {
	margin-right: 10px;
}

#faqlist ul li .menu_body {
	position: relative;
	padding: 20px 15px 15px;
	background: #f7f7f7;
	border-bottom: 1px #73634A solid;
	display: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	z-index: 2;
}