/*
 * iweb51-style012
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2016 / 01 / 05
 */


/* +faq list
*----------------------------------------------------------------------------*/
#faqlist {
	margin-bottom: 60px;
}

#faqlist ul {
	border-top: 1px #e8e8e8 solid;
	border-bottom: 1px #a4a4a4 solid;
	overflow: hidden;
}

/**
*
* =list
*
**/
#faqlist ul li {
}

#faqlist ul li h3 {
	padding: 15px 3px;
	border-bottom: 1px #e8e8e8 solid;
}

#faqlist ul li h3 b {
	margin-right: 10px;
	display: inline-block;
	font-style: italic;
	color: #65910d;
}

#faqlist ul li .menu_body {
	padding: 15px 3px;
	background: #f7f7f7;
}

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

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


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
}