/*
 * iweb51-style09
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 10 / 30
 */
 
 
/* +faqlist
*----------------------------------------------------------------------------*/
.wrapper .container section .content-wrap .content-main #faqlist {
	margin: 0 0 20px;
}

.wrapper .container section .content-wrap .content-main #faqlist ul {
	overflow: hidden;
}

.wrapper .container section .content-wrap .content-main #faqlist ul li {
	margin: 0 0 10px;
	padding: 10px;
	border: 2px #000 dashed;
	overflow: hidden;
}

/**
*
* =faq title
*
**/
.wrapper .container section .content-wrap .content-main #faqlist ul li h3 {
	margin: 0;
	padding: 10px 5px;
	padding-right: 20px;
	width: auto;
	background: url(../../images/10/main/icon-toggle01.png) no-repeat right 50%;
	border: 0;
	position: relative;
	font-size: 16px;
}

.wrapper .container section .content-wrap .content-main #faqlist ul li.current h3 {
	background: url(../../images/10/main/icon-toggle02.png) no-repeat right 50%;
}

.wrapper .container section .content-wrap .content-main #faqlist ul li h3 b {
	margin-right: 10px;
	display: inline-block;
	font-size: 18px;
	color: #3D3D3D;
	font-style: italic;
}

/**
*
* =faq article
*
**/
.wrapper .container section .content-wrap .content-main #faqlist ul li .menu_body {
	margin: 0 0 10px;
	padding: 15px;
	background: #ccc;
	color: #000;
	line-height: 170%;
}

.wrapper .container section .content-wrap .content-main #faqlist ul li .menu_body img {
	width: 100%;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 768px) {
	#pagenav {
		margin: 0 !important;
	}
}

@media only screen and (min-width : 1280px) {
	.wrapper .container section .content-wrap .content-main #faqlist ul li h3 ,
	.wrapper .container section .content-wrap .content-main #faqlist ul li h3 b {
		color: #4E4E4E;
	}
}