@charset "utf-8";

/**
 *
 *  Q&A
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   QandA
---------------------------------------------------------------------------*/

#QandA .accordion-box{
	padding-top: 20px;
}
#QandA dl{
	width: 860px;
	border: 1px solid #ccc;
}
#QandA dl + dl{
	margin-top: 40px;
}
#QandA dt{
	display: table;
	width: 100%;
	height: 88px;
}
#QandA dt a{
	display: table-cell;
	width: 100%;
	padding: 0 100px;
	background-image: url(http://japan-rv.jp/qa/images/index/btn_open.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#QandA dt a.active{
	background-image: url(http://japan-rv.jp/qa/images/index/btn_close.png);
}
#QandA dt a:hover,
#QandA dt a.active:hover{
	opacity: .6;
	filter: alpha(opacity=60);
}
#QandA dt a span{
	color: #2e2f48;
	font-size: 114%;
	font-weight: bold;
}
#QandA dd{
	display: none;
	background: #f8fcfe;
}

#QandA dd .answer{
	padding: 30px 45px 25px 100px;
	border-top: 1px solid #ccc;
	background: url(http://japan-rv.jp/qa/images/index/ico_answer.png) no-repeat 30px 30px;
}
#QandA dd .answer p{
	font-size: 93%;
	line-height: 2;
}
#QandA dd .type-list{
	margin: 0 -1px -1px;
}
#QandA dd .type-list tr,
#QandA dd .type-list td{
	border: 1px solid #ccc;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 93%;
}
#QandA dd .type-list td{
	width: 162px;
	padding: 0 18px;
}
#QandA dd .type-list .ttl{
	width: 64px;
	padding: 0;
	background: #eef4fa;
	text-align: center;
}
#QandA dd .type-list .name{
	background: #eef4fa;
	font-size: 108%;
	font-weight: bold;
}
#QandA dd .type-list .name span{
	display: block;
	color: #cc3300;
}
#QandA dd .type-list .shape td{
	padding-top: 30px;
	vertical-align: top;
	text-align: center;
}
#QandA dd .type-list .call td{
	line-height: 2.3;
}
#QandA dd .type-list .definition td{
	padding-top: 30px;
	vertical-align: top;
	line-height: 2.3;
}