@charset "utf-8";


/*---------------------------------------------------------
ヘルプ用CSS
2014年.10月.9日作成
---------------------------------------------------------*/

#pageHeader{
	padding-top:30px;
}

#pageHeader h2{
	margin-bottom:38px;
	font-size:32px;
	line-height:100%;
}


#lead{
	border-top:solid 1px #d8d8d8;
	border-bottom:solid 1px #d8d8d8;
}

#lead p{
	display:inline-block;
	padding-left:20px;
	width:700px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.6em;
}

#guide_content_area{
	padding-top:50px;
}

.guid_area{
	float:right;
	width:215px;
}

.guid_area h3{
	margin-bottom:15px;
	padding:8px;
	background-color:#bec2e8;
	border-radius:4px;
}

.guid_area h3 a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.guid_area ul{
	padding-bottom:20px;
}

.guid_area li{
	margin-bottom:10px;
	padding-left:2px;
}

.guid_area li a{
	display:block;
	padding-left:7px;
	background:url(../../images/help/icn_arrow.png) no-repeat 0 0.3em;
	line-height:1.3em;
}

#faq_all{
	float:left;
	width:715px;
}

#faq_all h3{
	margin-bottom:20px;
	padding-left:63px;
	font-size:20px;
	font-weight:bold;
}

#faq_all h4{
	font-size:14px;
	font-weight:bold;
}

#faq_contents_def_open h3{
	margin-top:-18px;
	margin-bottom:30px;	
	height:57px;
	background:url(../../images/help/icn_payko.png) no-repeat left center;
	line-height:57px;
}

#faq_contents_def_open h4{
	margin-bottom:20px;
}

#faq_contents_def_open h4#cat-84{
	padding-left:65px;
	height:42px;
	background:url(../../images/help/icn_wm.png) no-repeat left center;
	line-height:42px;
}

#faq_contents_def_open h4#cat-85{
	padding-left:65px;
	height:33px;
	background:url(../../images/help/icn_wallet.png) no-repeat left center;
	line-height:33px;
}

#faq_contents_def_open h4#cat-132{
	padding-left:65px;
	height:36px;
	background:url(../../images/help/icn_wmcard.png) no-repeat left center;
	line-height:36px;
}
	
#faq_contents_def_open h4#cat-147{
	padding-left:50px;
	height:42px;
	background:url(../../images/help/icn_app.png) no-repeat left center;
	line-height:42px;
}
#faq_contents_def_open .inner{
	margin:10px;
	padding:18px 10px;
	border:solid 1px #cfcfcf;
	outline:solid 10px #f0f0f0;
}

#faq_contents_def_open .faq{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #d8d8d8;
}

#faq_contents_def_open .faq:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

#faq_contents_def_open li{
	margin-bottom:12px;
}

#faq_contents_def_open ul li:last-child{
	margin-bottom:0;
}

#faq_contents_def_open li a{
	display:block;
	padding-left:9px;
	background:url(../../images/help/icn_arrow.png) no-repeat 0 0.3em;
	line-height:1.3em;
}


.faq_contents{
	margin-top:50px;
}

#faq_all .faq_contents:last-child{
	margin-bottom:100px;
}


.faq_contents h3,
h3.searchResults{
	margin-bottom:20px;	
	height:57px;
	background:url(../../images/help/icn_manabu.png) no-repeat left center;
	line-height:57px;
}


.faq_contents h4{
	margin-bottom:12px;
}

.faq_contents dt,
.faq_answers dt{
	margin-top:10px;
	padding:0 12px;
	border:solid 1px #b7b5e7;
	background-color:#fcfcfe;
    cursor: pointer;
}

.faq_contents dd,
.faq_answers dd{
	margin-top:5px;
	margin-bottom:25px;
	padding:15px;
	border:solid 5px #9895dd;
}

.faq_contents dt span,
.faq_answers dt span{
	display:block;
	padding:9px 30px 9px 0;
	background:url(../../images/help/icn_arrow_d.png) no-repeat right center;
}

.faq_answers{
	margin-bottom:40px;
}

.faq_answers dd a{
	color:#0033dd;
}

.faq_contents a {
	margin-top: 10px;
	padding: 0 12px;
	border: solid 1px #b7b5e7;
	background-color: #fcfcfe;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.faq_answers a span {
	display: block;
	padding: 9px 30px 9px 0;
	background: url(../../images/help/help_arrow.png) no-repeat right center!important;
}

.hit{
	font-size:14px;
}

/*個別ページ用*/
.faq_detail{
	margin:30px 0;
}

.faq_detail a{
	color:#0033dd;
}
