/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 01
 */


/* + faqlist
*----------------------------------------------------------------------------*/
#faqlist {
	margin-bottom: 40px;
}

#faqlist ul li {
	margin: 15px 0;
	border-radius: 5px;
	border: 1px #b1b1b1 solid;
    background: #fff;
}

#faqlist ul li h3 {
	margin: 10px 0 3px;
	padding: 0 15px 5px;
	font-size: 20px;
	font-family: 'cwTeXYen', serif;
}

#faqlist ul li.current h3 {
	border-bottom: 0;
}

#faqlist ul li h3 i {
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#faqlist ul li h3:hover ,
#faqlist ul li.current h3 ,
#faqlist ul li.current h3 i {
	color: #af0000;
}

#faqlist ul li h3 i:before {
	content: "\f196";
}

#faqlist ul li.current h3 i:before {
	content: "\f147";
}

#faqlist ul li .menu_body {
	overflow: hidden;
	margin-bottom: 3px;
	padding: 0 15px 10px;
	display: none;
}

#faqlist ul li.current .menu_body {
	display: block;
}