/*-------------- style = pretty -------------------------*/

.faq-pretty{
	width: 100%;
	margin: 0;
}
.faq-pretty ul{
	margin-top: 15px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.faq-pretty .faq-item{
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0;
}
.faq-pretty .faq-question{
	padding: 10px 10px 10px 40px;
	background: #FFF url(../images/faq-bg.png) no-repeat left center;
	border: 1px solid #004082;
	cursor: pointer;
	font-size: 14px;
	color: #004082;
	font-weight: bold;
}
.faq-pretty .faq-item.highlight .faq-question{
	background: #fff url(../images/faq-bg-hover.png) no-repeat left center;
	border: 1px solid #cc0066;
	border-bottom: 0px;
	color: #cc0066;
}
.faq-pretty .faq-answer{
	padding: 5px 10px 5px 10px;
	background: #fff;
	margin-left: 30px;
	border: 1px solid #cc0066;
	border-top: 0px;
}
.faq-pretty .faq-answer p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/*-------------- style = list -------------------------*/

ul.faq-list-question{
	margin-bottom: 20px;
	list-style: decimal;
	padding-left: 15px;
}
ul.faq-list-answer{
	list-style: decimal;
	padding-left: 15px;
}
ul.faq-list-answer li{
	margin-bottom: 15px;
}

/*-------------- style = block -------------------------*/

#faq-block{
	width: 100%;
	margin: 0;
}
#faq-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq-block .faq-block-item{
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
}
#faq-block .faq-block-item .faq-block-question{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#faq-block .faq-block-item .faq-block-answer p:last-child{
	margin-bottom: 0;
}

/* カスタム */
.faq-item:before {list-style: none;content: ""!important; }
.faq-pretty .faq-item.highlight .faq-question {
	background: #fff url(../../img/faq/faq-bg-hover.png) no-repeat left center;
	border: none;
	border-bottom: 0px;
	color: #343434;
}
.faq-pretty .faq-answer {
	padding: 1em;
	background: #f1ffec;
	margin-left: 0;
	border: 1px solid #d5d5d5;
	font-weight: normal;
	overflow:hidden;
	transition-duration: 0.5s;
}
.faq-pretty .faq-question {
	padding: 1em 1em 1em 3em;
	background: #FFF url(../../img/faq/faq-bg.png) no-repeat left center;
	border: none;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	transition-duration: 0.5s
}
 .faq-pretty .faq-item.close .faq-answer {
	padding: 0 1em;
	margin-left: 0;
	border: 0px solid #d5d5d5;
	font-weight: normal;
	color: #fff;
	height: 0;
	opacity: 0;
}
.faq-pretty .faq-item.close .faq-question {
	padding: 1em 1em 1em 3em;
	background: #FFF url(../../img/faq/faq-bg-hover.png) no-repeat left center;
	border: none;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
}
