@charset "utf-8";
/* CSS Document */

h2{
	background:url(../../img/base/h2_2.png) !important;
	width:870px !important;
	}

h2:before{
	content:url(../../img/private/question_tit.png);
	position:absolute;
	top:8px;
	left:25px;
	}

.button{
	background:url(../../img/base/button2.png);
	width:245px;
	float:right;
	display:block;
	position:relative;
	top:-30px;
	}

article{
	width:100%;
	}


table{
	border-spacing:5px;
	margin-bottom:10px;
	}
th, td{
	background:#d8e8f8;
	line-height:30px;
	padding:10px 20px;
	}
tr:first-child th{
	border-radius:10px 0 0 0;
	}
tr:first-child td:last-child{
	border-radius:0 10px 0 0;
	}
tr:last-child th{
	border-radius:0 0 0 10px;
	}
tr:last-child td:last-child{
	border-radius:0 0 10px 0;
	}
th{
	text-align:left;
	font-weight:bold;
	}
td{
	text-align:right;
	}

label{
	display:block;
	}
.faq_q{
	border:1px solid #dbdbdb;
	font-size:16px;
	padding:5px 40px 4px;
	display:block;
	margin-top:20px;
	position:relative;
	cursor:pointer;
	}
.faq_q:before{
	content:"Q";
	font-weight:bold;
	position:absolute;
	padding:5px 10px 4px;
	background:#1466b0;
	color:#fff;
	text-align:center;
	left:0;
	top:0;
	}
.faq_q:after{
	content:"";
	position:absolute;
	right:15px;
	top:12px;
	width:0;
	height:0;
	border:10px solid transparent;
	border-top:10px solid #cccccc;
	}
label:nth-of-type(1) .faq_q{
	margin-top:0;
	}
input[type="checkbox"]{
	position:absolute;
	opacity:0;
	}
.faq_a{
	display:block;
	display:none;
	padding:10px 0 10px 42px;
	}
input[type="checkbox"]:checked+.faq_a {
	display:block;
}