@charset "shift_jis";

/* qa  index.html,handling.html‹¤’Ê•”•ª
---------------------------------------------------------------------------*/
#qa-top {
	background:url(../../qa/images/qa_dot.jpg) no-repeat center bottom;
	padding-bottom:20px;
}

#question {
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
}

#question dl {
	background:url(../../qa/images/qa_dot.jpg) no-repeat center bottom;
	text-align:left;
	margin-bottom:30px;
	padding-bottom:30px;
}

#question dt {
	background:url(../../qa/images/icon_q.jpg) no-repeat left 2px;
	color:#7BA853;
	min-height:25px;
	padding:0 0 0 45px;
}

*html #question dt {
	height:25px;
}

#question dd {
	background:url(../../qa/images/icon_a.jpg) no-repeat left 5px;
	padding-left:45px;
	margin-top:10px;
	min-height:28px;
}

*html #question dd {
	height:28px;
}

#question ol {
	margin-left:25px;
}

#question ul li {
	background:url(../../images/icon_dot.jpg) no-repeat left 6px;
	padding-left:10px;
}



/* qa handling.html
---------------------------------------------------------------------------*/
#question .list-set {
	width:580px;
	margin:0 auto 20px;
	clear:left;
}

*html #question .list-set {
	width:585px;
}

#question .list-set caption {
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:3px;
}

#qa .list-set table {
	border-top:1px solid #C1BDBA;
	border-left:1px solid #C1BDBA;
	width:280px;
	margin:0 5px 25px;
	text-align:left;
}

#qa .table-left {
	float:left;
}

#question .table-right {
	float:right;
}

#question .list-set th,
#question .list-set td {
	border-right:1px solid #C1BDBA;
	border-bottom:1px solid #C1BDBA;
	padding:5px 3px;
	color:#333333;
}

#question .list-set th {
	background-color:#F9F6F5;
	text-align:center;
}

#question .list-set td {
	text-align:center;
	line-height:130%;
}

*html #question .list-set th,
*html #question .list-set td,
*html #question .list-set caption {
	font-size:75%;
}

#question .list-set .list-txt {
	text-align:left;
}

#question .btn-qa {
	clear:both;
}




