@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         hira (admin)
 Style Info:     デフォルトの指定以外全部
----------------------------------------------------------- */

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	clear: both;
}
.tabmenu {
	height: 40px;
}



/* タブ */
.tabmenu li {

}

/* 未選択のタブ */
.tabmenu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	margin-left: 0px;
	margin-right: 2px;
}

/* 選択中のタブ */
.tabmenu li.active a {
	color: #000000;
	height: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* カーソルオン時 */
.tabmenu li a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}


/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tab-container {
	padding: 30px;
}


/* Q&A */
.tab-container dl {
	padding-bottom: 30px;
}

/* Q */
.tab-container dl dt {
	padding-left: 30px;
	font-weight: bold;
	line-height: 25px;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
	background-image: url(../img/qa/q.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	letter-spacing: 1px;
}

/* A */
.tab-container dl dd {
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	background-image: url(../img/qa/a.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	overflow: hidden;
	line-height: 26px;
}
.tab-container dl dd p {
	margin-bottom: 15px;
}
.tab-container dl dd h3 {
	font-size: 18px;
	padding-bottom: 15px;
}

.tab-container dl dd ul{
	overflow: hidden;
	padding-top: 20px;
}
.tab-container dl dd li{
	margin-bottom: 20px;
	float: left;
	width: 300px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.tab-container dl dd li img  {
	margin-bottom: 15px;
}
.tab-container dl dd figure {
	padding-top: 10px;
	display: block;
	padding-bottom: 20px;
}
.tab-container dl dd figure img {
}

.tab-container dl dd figure figcaption {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}



.tab-container dl dd aside {
	padding: 20px;
	margin-top: 30px;
	border: 1px dashed #999999;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}




.tab-container dl dd aside p {
	margin-bottom: 10px;
}
.tab-container dl dd section {
	overflow: hidden;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-right: 10px;
}
.tab-container dl dd section p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.tab-container dl dd section h4 {
	margin-top: 15px;


}
.tab-container dl dd table{
	width: 620px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
	margin-top: 30px;
}
.tab-container dl dd table td{
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
	width: 30%;
	font-size: 14px;
	font-weight: bold;
}






.tab-container h4    {
	font-size: 16px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
.tab-container h5 {
	font-size: 14px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#condition {

}
#condition tr td {
	font-size: 12px;
	line-height: 16px;
}



.seamoon {
	font-size: 12px;
	line-height: 17px;
}
.img-w620 {
	height: auto;
	width: 620px;
}









/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/



#qa {
	letter-spacing: 1px;
	background-color: #FFFFFF;
	padding-bottom: 50px;

}
#qa h1 {
	color: #FFFFFF;
	font-weight: bold;
}


#qa h2 {
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: normal;
	color: #C00;
}
#qa01_area {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#qa02_area {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#qa03_area {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.date {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 550px;
	font-family: Georgia, "Times New Roman", Times, serif, "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝";
	color: #999999;
}
.img-box {
	width: 530px;
	height: 140px;
}
.img-box-in {
	float: left;
	width: 300px;
}
.under-clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
