@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: 太陽光発電 山梨エリアサービス
	Version: 1.0
	Comment: qa設定
----------------------------------------------------------- */

/* 
 qa Style [
----------------------------------------------------------- */
ul#qaLnk {
	text-align: left;
	float: right;
	width: 695px;
	margin-bottom: 30px;
}

ul#qaLnk li {
	font-size: 12px;
	display: inline;
	margin-right: 15px;
}

ul#qaLnk li a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background: url(../images/qa/point.jpg) no-repeat left center;
	padding-left: 19px;
}

ul#qaLnk li a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 695px;
	text-align: left;
	float: right;
}

/* Q */
.tabContainer dl dt {
	padding-left: 34px;
	background: url(../images/qa/q.jpg) no-repeat left top;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 0.001em;
}

/* A */
.tabContainer dl dd {
	background: url(../images/qa/a.jpg) no-repeat left top;
	font-size: 12px;
	line-height: 18px;
	padding-left: 34px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	letter-spacing: 0.001em;
}

p.answer {
	padding-bottom: 20px;
}

p.answer2 {
	padding-bottom: 40px;
}

.tabContainer ol {
	margin: 0px;
	padding: 20px 0px 40px;
	list-style: none;
}

.tabContainer ol li {
	margin-left: 18px;
	list-style: decimal outside;
	padding-bottom: 15px;
}

