@charset "utf-8";

/* ----------------------------------------
   common
---------------------------------------- */

/*
PINTER
---------------------------*/

.accordion {
	width:700px;
	margin-bottom:25px;
	}

.accordion_head {
	height:26px;
	min-height:26px;
	height: auto !important;
	cursor:pointer;
	padding-left:30px;
	background:url(../../qa/img/icon_q.gif) left top no-repeat;
	border-bottom:#999 1px dashed;
}

.accordion_head strong {
	color:#70b6e6;
}

.accordion .ans {
	display:block;
	padding:5px 10px 5px 30px;
	background:#ebebeb url(../../qa/img/icon_a.gif) 2px 5px no-repeat;
}

