@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;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*----------------------------------------------------
 * 
 * タブとよくある質問の指定ココから▽▽▽
 * 
----------------------------------------------------*/

.tabContainer {
	width:100%;
}


/* Q&A */
.tabContainer dl {
	clear: both;
	padding: 15px;
}

/* Q */
.tabContainer dl dt {
	margin: 10px 0 5px;
	padding-left: 25px;
	background: url("../question/img/ico001.gif") 0 50% no-repeat;
	font-weight: bold;
	font-size:120%;
}

/* A */
.tabContainer dl{
	margin-bottom: 15px;
	padding: 15px;
}

.tabContainer dd {
	padding: 10px;
	margin:10px 0 20px 0;
	background-color:#EAF2D0;
	border:1px solid #C1D979;
}

