@charset "utf-8";


/* qaIndexList
==============================*/
.qaIndexList{
	margin: 0;
	padding: 0;
	list-style: none;
}
.qaIndexList li{
	margin: 0;
	padding: 0 0 3px;
}
.qaIndexList span{
	padding-left: 37px;
	background: url(/shared/img/components/sprite_qa.gif) -21px 2px no-repeat;
}

.qaIndexList.with-attr .attr{
	float: left;
	margin-right: 27px;
}
.qaIndexList .arrowedWrapper{
	padding-left: 10px;
}
.span_90 .qaIndexList.with-attr span{
	float: left;
	width: 525px;
	padding-left: 25px;
}
.span_90 .qaIndexList.with-attr span a{
	vertical-align: top;
}

.qaTocList{
	margin-top: 0;
}
.qaTocList dt{
	margin-bottom: 5px;
}
.qaTocList dd{
	margin-bottom: 8px;
}

/* qaIndexList2 8/11追加
==============================*/
.qaIndexList2{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
.qaIndexList2 li{
	margin: 0;
	padding: 0 0 3px;
}

/* qaSection
==============================*/
.qaSection{
}
.qContent{
	position: relative;
	padding: 0 0 18px 48px;
	border-top: 3px solid #cccccc;
	color: #333333;
	font-weight: bold;
}

.aContent{
	position: relative;
	padding: 0 0 18px 48px;
	border-top: 1px solid #cccccc;
}

.qContent .q{
	position: absolute;
	background-image: url(/shared/img/components/sprite_qa.gif);
	z-index: -100;
	width: 15px;
	height: 15px;
	top: 20px;
	left: 12px;
	_top: 24px;
	_left: -36px;
	background-position: 0 0;
	text-indent: -9999px;
}
.aContent .a{
	position: absolute;
	background-image: url(/shared/img/components/sprite_qa.gif);
	z-index: -100;
	width: 15px;
	height: 15px;
	top: 20px;
	left: 12px;
	_top: 24px;
	_left: -36px;
	background-position: 0 -35px;
	text-indent: -9999px;
}
@media print {
	.qContent .q,
	.aContent .a{
		_text-indent: 0;
		_font-size: 1px;
		_padding-top: 15px;
		_overflow: hidden;
	}
}

.aContent .linkSnippet dl{
	width: 235px;
}
/*clearfix*/
.qaIndexList li,
.qaSection{
	+zoom: 1;
}
.qaIndexList li:after,
.qaSection:after{
	content : '';
	display : block;
	clear : both;
}

/* qaSection 110307 お客様サポート用に追加
==============================*/

.qaSection02 div.qContent{
	position: relative;

	border:none;
	color: #333333;
	font-weight: bold;
	padding: 1px 0 18px 48px;
				
	background: url("/shared/img/components/line_dotted_999999.gif") left bottom repeat-x;
}
.qaSection03 div.qContent{
	border-top: 3px solid #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 1px 0 18px 48px;
	position: relative;
}
.qaSection02 div.qContent .q,
.qaSection03 div.qContent .q  {
 background-image: url("/shared/img/components/sprite_qa02.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	top:22px;
	left:12px;
	width:15px;
	min-height: 20px;
	/height: 6px;
}
.qaSection02 div.aContent .a,
.qaSection03 div.aContent .a {
    background-image: url("/shared/img/components/sprite_qa02.gif");
				background-repeat: no-repeat;
    background-position: -18px 0;
    height: 16px;
}

.qaSection02 .qContent ,
.qaSection03 .qContent {
	+zoom: 1;
}
.qaSection02 .qContent :after,
.qaSection03 .qContent :after{
	content : '';
	display : block;
	clear : both;
}




