@charset "utf-8";
/* ===================================================================
/html/qa/内QandAトップのCSS
=================================================================== */
#contentWrapper {
	background:none !important;
}
.qaList {
	width: 950px;
	overflow:hidden;
	padding-bottom:15px;
	float: left;
}
.qaList li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/common/listMark4.gif) no-repeat scroll 0 0.6em;
	padding-left:12px;
	margin-right: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
	float: left;
}
.question {
	width: 950px;
	clear: left;
}
.question ul {
	float: left;
	width: 950px;
}
.question  li   {
	background: url(../images/qa/dtBg.png) no-repeat left center;
	height: 55px;
	width: 435px;
	display: block;
	line-height: 55px;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
	padding-left: 40px;
}
.question a {
	display: block;
	height: 55px;
	width: 435px;
	margin-left: -40px;
	padding-left: 40px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Sans-Serif;
}