@charset "utf-8";

/**
 *
 *  よくあるご質問
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/

/* cont-top
-----------------------------------------------------------------*/
.cont-top{
	background:url(../../shared/images/bg_line.png) no-repeat 0 0;
}
.cont-top-inline{
	overflow:hidden;
	margin-bottom:23px;
	padding:15px 8px 13px;
	background:url(../../shared/images/bg_line.png) no-repeat 0 100%;
}
.cont-top h2{
	float:left;
	width:345px;
	font-size:150%;
	font-weight:bold;
}


/* acoddion
-----------------------------------------------------------------*/
.faq{
	border-bottom: 1px solid #ccc;
}
.faq dl{
	width: 725px;
}
.faq dt{
	display:block;
}
.faq dt a{
	display: block;
	padding: 16px 0 0 80px;
	width:740px;
	height:38px;
	font-size: 116%;
	text-decoration:none;
	background:url(../images/common/ttl_bg.png) no-repeat;
}
.faq dt a.active{
	background:url(../images/common/ttl_bg_ac.png) no-repeat;
}
.faq dd .txt-box{
	width:635px;
	padding:30px 15px 30px 80px;
	border-top: 1px solid #ccc;
	background:url(../images/common/ico_answer.png) no-repeat 20px 20px;
}
.txt-list{
	padding-bottom:10px;
}
.txt-box .txt-list:last-child{
	padding-bottom:0;	
}
.txt-list:last-child{
	padding-bottom:0;
}
.faq dd p.btn{
	display: inline;
	padding: 0;
	border: none;
}
.faq dd p.btn a{
	display: block;
	padding: 15px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.faq dd p.btn a:hover{
	background: #f9f9f9;
}



