/*一覧ページ-------------------------*/

ul.QA_qlist{
	list-style-type: none;
	padding: 0;
}
ul.QA_qlist li{
	padding-left: 1.5em;
	text-indent: -1.5em;
	list-style-type: none;
}
ul.QA_qlist li span.mono{
	color: #f08200;
	font-weight: bold;
	font-size: 110%;
}

/*詳細ページ-------------------------*/

#contentsBody .QA_questionBlock,
#contentsBody .QA_answerBlock{
	background-image: url(../img/img04_balloon_mdl.gif);
	background-repeat: repeat-y;
	background-position: right top;
	display:inline-block;
	width:597px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
}
#contentsBody .QA_questionBlock .balloonBtm,
#contentsBody .QA_answerBlock .balloonBtm {
	float: left;
	background-image: url(../img/img04_balloon_btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 497px;
	min-height: 99px;
	_height: 99px;
	padding-bottom: 0;
	position: relative;	
	margin-top: 0;
	
}
#contentsBody .QA_questionBlock p,
#contentsBody .QA_answerBlock p{
	padding-left: 60px;
	padding-right: 17px;
}
#contentsBody .QA_questionBlock p.balloonTop,
#contentsBody .QA_answerBlock p.balloonTop{
	background-image: url(../img/img04_balloon_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 16px;
	margin-top: 0;
}
#contentsBody .QA_questionBlock p.balloonTop{
	font-weight: bold;
}

#contentsBody .icon {
	float: left;
	width: 100px;
}
/*clearfix start*/
.QA_questionBlock:after,
.QA_answerBlock:after {
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/
.balloonBtm .qaTextIcon {
	width: 21px;
	position: absolute;
	left: 30px;
	top: 16px;
}
.toQAtop{
	margin-top: 10px;
	clear: both;
	text-align: center;
}
.toQAtop a{
	background-image:url(/common/img/bullet02.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:120%;
	/*font-size:80%;*/
}
.captionQA {
	display: block;
	color:#6fba2c;
	font-weight:bold;
	line-height:1em;
	background-image:url(/common/img/captionBar.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;
}
.exQA {
	font-size: 80%;
	line-height: 1.2em;
}
.rightEx {
	display: block;
	text-align: right;
}
.qa2Box {
	display: block;
	padding: 0 10px;
}
.captionCenter {
	padding-top: 16px;
	font-weight:bold;
	font-size: 90%;
	display: block;
	text-align: center;
}
