
@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:90%;
}
.accordionbox dt span {
	background:url(../images/open.png);
	background-repeat: no-repeat;
	background-position:right 2px;
	float: right;
	width:15px;
	height:20px;
}
.accordionbox dt span.opens {
	background: url(../images/close.png);
	background-repeat: no-repeat;
	background-position:right 2px;
	float: right;
	width:15px;
	height:20px;
}
.accordionbox dd {
	display: none;
	background-color: #fff9fb;
	margin-bottom: 20px;
	overflow:hidden;
}
.accordionbox dd div {
	background:url(../images/icon_a.gif) 8px 9px no-repeat;
	display: block;
	padding: 8px 12px 8px 40px;
}

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