@charset "utf-8";
/* ===================================================================
CSS information

 file name  :qa.css
 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.qWrap {
	width: 860px;
	position: relative;
}
.qL {
	width: 71px;
	background: url(/images/qa/q01.gif) no-repeat right top;
	position: absolute;
	top: 0;
	left: 0;
}
.qL span {
	font-size: 1.6em;
	color: #06c;
	font-weight: 700;
}
.qR {
	width: 748px;
	background: #f2feff;
	border: 1px #ccc solid;
	margin: 0 0 0 70px;
	padding: 20px;
	font-weight: 700;
	font-size: 1.1em;
}

.aWrap {
	width: 860px;
	position: relative;
}
.aL {
	width: 588px;
	background: #fff7e5;
	border: 1px #ccc solid;
	margin: 15px 0 0 70px;
	padding: 20px;
	min-height: 77px;
}
.aR {
	width: 141px;
	height: 117px;
	background: url(/images/qa/a01.gif) no-repeat right top;
	position: absolute;
	top: -10px;
	left: 699px;
}
.aR span {
	font-size: 1.6em;

font-weight: 700;	color: #c00;
	margin: 10px 0 0 20px;
}
