@charset "UTF-8";

/*----------------------------------------
	index
-----------------------------------------*/

.qa-index ul {
	overflow: hidden;
	margin-left: -50px;
}
.qa-index ul li {
	margin-bottom: 15px;
	float: left;
	margin-left: 50px;
}
.qa-index ul li.last {
	float: right;
}

/*----------------------------------------
	detail
-----------------------------------------*/
body {
	overflow-y:scroll;
}

.qa-detail .question {
	margin-left:20px;
}
.qa-detail .question dt {
	font-size:116.7%;
	color:#333333;
	margin-bottom:15px;
	padding-left:30px;	
	background:url(../img/icon_qa_01.gif) 0 0 no-repeat;
	line-height:20px;
}
.qa-detail .question dt span:hover {
	text-decoration:underline;
}

.qa-detail .question dt:hover {
	cursor:pointer;
}
.qa-detail .question dt img{
	margin-left:15px;
}
.qa-detail .question dt .img1{
	margin-left:5px;
}
.qa-detail .question dd  {
	display:none;
	margin-top:15px;
	margin-bottom:20px;
}
.qa-detail .question dd .answer {
	width:610px;
	overflow:hidden;
	background:#0f9cd8; 
	margin-left:30px;
	padding:15px;
	color:#fff;
}
.qa-detail .question p.exit {
	width:640px;
	text-align:center;
	background-color:#fff;
	padding:10px 0;
	border:dotted 1px #b3b2b2;
	border-right:none;
	border-left:none;
	margin-left:30px;
	margin-top:2px;
	font-weight:bold;
}
.qa-detail .question p.exit:hover {
	cursor:pointer;
}
.qa-detail .answer p{
	padding-bottom:1em;
}
.qa-detail .answer p.txt{
	width:290px;
	float:left;
}
.qa-detail .answer p img{
	float:right;
}

/*----------------------------------------
	ex_lot 2018.11追加
-----------------------------------------*/
.qa-detail.lot h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 0;
}
.qa-detail.lot p {
	font-size: 14px;
}
.qa-detail.lot p img {
	margin: 20px 0 40px;
	width: 100%;
}
.qa-detail.lot p.img_lot_02 img {
	width: 80%;
}

/*----------------------------------------
	qa_aside
-----------------------------------------

#stage aside ul li a {
	display: block;
	padding: 18px 10px 15px 15px;
	font-weight: bold;
	color: #444;
}*/

