@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;
}


/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tab-container {
	width: 560px;
}
.tabmenu {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BAB2E;
}


/* タブ */
.tabmenu li {
	float: left;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	list-style-type: none;
	padding: 0;
	width: 150px;
}

/* 未選択のタブ */
.tabmenu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
	background-color: #DFE342;
	padding: 0px;
	height: 30px;
	width: 150px;
}

/* 選択中のタブ */
.tabmenu li.active a {
	color: #FFFFFF;
	margin: 0px;
	background-color: #9BAB2E;
	height: 30px;
	padding: 0px;
	width: 150px;
}

/* カーソルオン時 */
.tabmenu li a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}


/* Q&A */
.tab-container dl {
}

/* Q */
.tab-container dl dt {
	padding-left: 25px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}

/* A */
.tab-container dl dd {
	margin-bottom: 15px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココまで△△△
 * 
----------------------------------------------------*/



#qa {
	width: 580px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#qa h2 {
	margin-bottom: 0px;
}
.date {
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 430px;
}

#qa h3 {
	font-size: 14px;
	color: #A8BA03;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 14px;
}
.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;
}
