@charset "Shift_JIS";

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index:1000;
	height:220px;
}

#header_inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	position: relative;
}

/* 1.Description
========================================== */
#header_inner p#description {
	position: absolute;
	top: 43px;
	left: 355px;
	zoom: 1;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:1px;
}

#header_inner h1#sitelogo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index:1000;
}

#header_inner #btn_login {
	position: absolute;
	top: 33px;
	right: 0px;
	z-index:1000;
}

/* 右コンテンツ*/
#contents {
	margin: 0 0 30px 0;
}

/* タイトル*/
.title_txt {
	margin: 0 0 35px 0;
	padding: 14px 0 20px 55px;
	text-align: left;
	position:relative;
	font-size: 26px;
	line-height:1.5;
	background: url(../../images/base/h2_bg.png) no-repeat left top;
	letter-spacing:2px;
}

.midashi_tit {
	margin: 0 20px 20px 20px;
	padding: 6px 0 3px 35px;
	text-align: left;
	font-size: 18px;
	line-height:1.5;
	color:#fff;
	background: #006cb5 url(../../images/base/h3_bg.png) no-repeat 15px center;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	letter-spacing:1px;
}

.midashi_txt {
	margin: 0 10px 20px 10px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 14px;
	line-height:1.6;
	color:#4c4c4c;
}
.midashi2 {
	margin: 0 20px 10px 20px;
	padding: 7px 0 5px 5px;
	text-align: left;
	font-size: 14px;
	line-height:1.5;
	color:#006cb5;
	border:1px solid #006cb5;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	letter-spacing:1px;
}

#contents ul.link_txt{
    margin: 0 0px 20px 0px;
    padding: 0 0 0 0;
}

#contents ul.link_txt li{
    margin: 0 0 5px 0;
    padding: 0 8px 0 8px;
    display:inline-block;
    border-right:1px solid #79ceef;
}

#contents ul.link_txt li a{
    display:block;
    font-size:12px;
}

#contents .section_faq{
    margin: 0 10px 10px 10px;
    padding: 0 0 0 0;
}

div.active{display:none;}
div.inactive{display:block;}

.ques_index {
margin: 0px 15px 10px;
padding: 10px 0px 10px 10px;
border-bottom: 1px dotted #cebda4;
font-size: 16px;
font-weight:normal;
}

a {
	color:#000;
}

#ques_index_content {
padding: 6px 0 0 0;
}

.ans {
margin: 0px 15px 5px;
padding: 3px 15px 3px 20px;
text-align: left ;
font-size: 13px;
line-height:1.6em;
color:#4c4c4c;
border-bottom: 1px dotted #cebda4;
}

.ans p{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    line-height:1.6;
	padding-left:1em;
	position:relative;
}

.ans p:before {
	content:"●";
	position:absolute;
	left:0;
	top:0;
}

#contents .section_faq p.pagetop_faq {
	margin: 0 20px 20px 0;
	text-align: right;
	padding: 0 0 0 0;
	font-size: 13px;
	line-height:1.6;
}