"@charset "utf-8";
"@charset "utf-8";

/*page
faq.php
*/

/* -------------------------------------------------

	よくある質問ページ

--------------------------------------------------- */

div#page > div#wrapper > div#container > div#main{
	overflow: hidden;
	width: 1000px !important;
	margin: 0 16px 0 0 !important;
	background-color:gray;
}
#page_wrapper h3{
	border-bottom:none !important;
	color: #ff6767!important;
	padding-bottom: 0px!important;
	font-weight: bold!important;
	background:none!important;
	text-indent: 0px!important;
	padding: 0px 0!important;
	margin: 10px 0!important;
	}

#page_wrapper h2{
	background: #E5F3FC!important;
    color: #008DDD;
    line-height: 1.3em;
    border: none;
    padding: 10px 0;
    font-size: 20px;
    text-indent: 15px;
    margin: 20px 0;
}
#wrapper{
	margin-top: 0px;
	}

.faq-item{
	margin-bottom:30px;
	padding-bottom: 15px;
	border-bottom: 1px #9A9A9A dotted;
}

.faq_caption{
	display:block;
	position:relative;
	padding-left:20px;
	color:#008DDD;
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
}
.faq-container ul li{
	list-style: disc!important;
	font-size: 14px;
	line-height: 1.8em;
	margin-left: 24px;
}
input {
	border:0;
	padding:13px;
	font-size:1.3em;
	border:solid 1px #ccc;
	margin:20px 0 20px;
	width:300px;
}
button{
	border:solid 1px #ccc;
	position:relative;
	top:-2px;
	padding:11px 10px;
	margin:20px 0 20px;
	color:#333;
	cursor:pointer;
	height:47px;
}

.marL20{
    margin-left: 20px;
}
.marL30{
    margin-left: 30px;
}

@media screen and (max-width: 767px) {

.faq_box{
	width:100% !important;
	float:left !important;
	background-color: #F1F1F1;
	display:block;
	margin:0px 0px 15px 0px;
}
div.productArea dd p img{ 
	width:100%;
    }

div.productArea dt,
div.productArea dd{
	width:100%;
    margin-left:0px;
    }
}
