@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      qa.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 {

}


/* Q&A */
.tabContainer dl {
	clear: both;
	background: url(../img/qa/bg_qa.gif) no-repeat;
}

/* Q */
.tabContainer dl dt {
	margin: 0 0 5px;
	background: url(../img/qa/q.gif) no-repeat;
	font-weight: bold;
}

/* A */
.tabContainer dl dd {
	margin-bottom: 15px;
	background: url(../img/qa/a.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #CCC;
}

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