/*
 * iweb51 - RWD system type-00
 * http://www.iweb51.apseo.com.tw/
 *
 * Copyright 2015, evelyn wang
 * 
 * 
 * September 2015
 */


/* +faq 
*----------------------------------------------------------------------------*/
#faqlist ,
#faqlist ul {
	overflow: hidden;
}

/**
*
* =faq list
*
**/
#faqlist ul li {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px #e2e2e2 solid;
}

#content .content-wrap .content-main #faqlist ul li h3 {
	margin: 0;
	line-height: 35px;
	font-size: 18px;
}

#faqlist ul li h3 a {
	font-weight: 400;
}

#faqlist ul li:last-child {
	border: none;
}