/*
 * phgrt - RWD system type-12
 * https://www.phgrt.com.tw/
 *
 * Copyright 2016, evelyn wang
 * 
 * 
 * January 2016
 */


/* +news list
*----------------------------------------------------------------------------*/
#faqlist {
	margin-bottom: 30px;
}

#faqlist ul {
}

#faqlist ul li {
	margin-bottom: 20px;
	border-bottom: 1px #838383 solid;
}

/**
*
* =question title
*
**/
#faqlist ul li h3 {
	padding: 40px 10px 40px 85px;
	position: relative;
	font-weight: bold;
}

#faqlist ul li h3 b {
	width: 75px;
	height: 100px;
	background: url(../../images/12/article/img-question.png) no-repeat 0 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

/**
*
* =answer
*
**/
#faqlist ul li .menu_body {
	padding: 25px 25px 25px 100px;
	background: #e3e3e3;
	position: relative;
	line-height: 170%;
	color: #444;
}

#faqlist ul li .menu_body:after {
	content: " ";
	width: 100px;
	height: 95px;
	background: url(../../images/12/article/img-answer.png);
	display: block;
	position: absolute;
	left: -10px;
	bottom: 0;
}

#faqlist ul li .menu_body img {
	max-width: 100%;
	height: auto;
}