@charset "UTF-8";
/* CSS Document */

.accordionbox {
	display:block;
	padding-bottom: 25px;
}

.accordionbox dt {
	background:url(../images/icon_q.gif)  left 8px top 8px no-repeat;
	background-color: #f9fbff;
	display:block;
	margin-bottom: 3px;
	padding: 6px 12px 6px 40px;
	color: #2879d4;
	overflow:hidden;
}
.accordionlist dt .title{
	float: left;
	width:97%;
}
.accordionbox dt span {
	float: right;
	width:15px;
	height:15px;
	background:url(../images/close.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.accordionbox dt span.opens {
	float: right;
	width:15px;
	height:15px;
	background: url(../images/open.png);
	background-repeat: no-repeat;
	background-position:right top;
}
.accordionbox dd {
	display: block;
	background-color: #fff9fb;
	margin-bottom: 20px;
	overflow:hidden;
}
.accordionbox dd div {
	background:url(../images/icon_a.gif) 8px 18px no-repeat;
	display: block;
	padding: 15px 20px 15px 40px;
	overflow:hidden;
}

.accordionbox dd div img{
	background-color: white;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100% !important;
	height:auto !important;
}

