/* =============================================================================
// COMMON STYLE OVERRIDE
============================================================================= */
/* =============================================================================
// ページタイトル
============================================================================= */
.page__page-title{
	margin: 20px 0 30px;
}
.page__page-title span{
	color:#b7090a;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	padding-left: 5px;
}

/* =============================================================================
// よくあるご質問
============================================================================= */
.page__faq-set h2{
	width:670px;
	height: 25px;
	margin-bottom: 10px;
	padding: 10px 0 0 30px;
	font-weight: bold;
	color: #FFF;
	background: url("/user-src/base/pc/img/page/inquiry/faq/title-bg.jpg") left top no-repeat;
}
.page__faq-set > dl{
	margin-bottom: 1px;
	line-height: 1.5;
}
.page__faq-set > dl > dt{
	background-color: #f7e6e6;
	border-bottom: 1px solid #ada1a1;
	padding: 10px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.page__faq-set > dl > dt.active{
	background-color: #f4c7c7;
}
.page__faq-set > dl > dd{
	display: none;
	background-color: #f2f2f2;
	padding: 15px 10px;
}
.page__faq-set > dl > dd dl{
	*zoom : 1;
}
.page__faq-set > dl > dd dl:after{
	content : ""; 
	display : block; 
	clear   : both;
}
.page__faq-set > dl > dd dt{
	float: left;
	width: 30px;
}
.page__faq-set > dl > dd dd{
	margin-left: 40px;
	width: 620px;
}
.page__faq-set > dl > dd dd a{
	color: #333;
}
.page__faq-set > dl > dd dd a:hover{
	text-decoration: none;
}


/* =============================================================================
// ページトップ
============================================================================= */
.page_pagetop{
	text-align: right;
	margin: 20px 0;
}


/* =============================================================================
// リンクバナー
============================================================================= */

.page__link-list{
	*zoom : 1;
}
.page__link-list:after{
	content : ""; 
	display : block; 
	clear   : both;
}
.page__link-list li{
	width: 340px;
	background: #cecece;
	margin-bottom: 10px;
}
.page__link-list li:first-child{
	float:left;
}
.page__link-list li:last-child{
	float:right;
}
.page__link-list li a{
	background: #ffffff url(/user-src/base/pc/img/module/arrow/arrow-red.jpg) no-repeat 15px center;
	border: solid #e5e5e5 9px;
	color : #b5090b;
	display: block;
	margin: 1px;
	padding: 26px 0 26px 33px;
	text-decoration: none;
}
.page__link-list li a:hover{
	text-decoration: underline;
}

.page__link-list + .page__link-list{
	margin-bottom: 200px;
}




