@charset "utf-8";

/* pageKv ------------------ */

#pageKv {
	background: url(../../img/faq/pic_main.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* container --------------- */

#container {
	width: 100%;
	background: url(../../img/common/bg_content01.png) no-repeat 50% 0;
	background-size: 100% auto;
}




/* =========================
   article
========================= */
.tabOut {
	height: 71px;
	border-bottom: none;
	background: url(../../img/faq/bg_tabout.png) no-repeat 50% 100%;
}

#faqTab ul li{
	border-bottom: none;
}

#faqTab li.ui-tabs-selected {
	background-color: transparent;
	border-bottom: none;
}

.tabBox ul li.ui-tabs-selected a {
    background: transparent;
	height: 69px;
}
   
.tab_content {
	margin-top: 50px;
}
.tab_content ul li{
	float: left;
}
.tab_content dd {
	padding: 20px;
	border-top: 2px dotted #bebebe;
}

.tab_content dt {
	background: url(../../img/faq/faq_q.png), url(../../img/faq/faq_plus.png);
	background-repeat: no-repeat;
	background-position: 20px center, 98% center;
	font-size: 130%;
	font-weight: bold;
	cursor: pointer;
	padding: 20px 80px;
	border-top: 2px dotted #bebebe;
}
.tab_content dt.open {
	background: url(../../img/faq/faq_q.png), url(../../img/faq/faq_minus.png);
	background-repeat: no-repeat;
	background-position: 20px center, 98% center;
}
.tab_content dd {
	padding-left: 80px;
	font-size: 130%;
	background: url(../../img/faq/faq_a.png);
	background-position:  20px 20px;
	background-repeat: no-repeat;
}
.toggleBtn {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;

}
#faq_Tab1,#faq_Tab2,#faq_Tab3,#faq_Tab4,#faq_Tab5 {
	padding-bottom: 30px;
}
