@charset "UTF-8";
#wrap_faq {
	padding-bottom: 20px;
}
.accordion {
	clear: both;
}
dl.accordion dt {
	
}
dl.accordion dt.opened {
	background-image: url(../../img/shop/icon_mainasu.png);
	clear: both;
}
.accordion dd {
	text-align: left;
}
.accordion dd article {
	padding: 10px;
}
.accordion h3 {
	background-image: url(../../img/shop/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 16px;
}#wrap_faq dd {
	padding: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
#faq_area dd:first-letter {
	font-size: 16px;
	color: #FF0;
}
.text_content {
	padding: 15px;
	margin: 10px;
	display:inline-block;
	font-size: 12px;
	text-align:left;
	line-height: 150%
}
.content_title {
background: -webkit-gradient(linear, left top, left bottom, from(#e6002e),
			to(#9A0000));
	height: 40px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	-webkit-box-shadow:0px 3px 3px #333;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-top:#970000 solid 1px;
	border-bottom:#000 solid 1px;
}

.modal { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center; }
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }