/* CSS Document */
@charset "utf-8";

h2.h2_top {
	background-image:url(../images/h_qanda.jpg);
	background-repeat:no-repeat;
	height:57px;
	color:#0065b7;
	font-size:15px;
	padding-top: 17px;
	padding-left:75px;
	letter-spacing: 0.2em;
	font-weight:bold;
	margin-bottom:5px;
}


.box_qanda{
	margin-bottom:40px;
}

.box_q{
	width:100%;
	margin-bottom:15px;
	}

.left{
	float:left;
}
.icon{
	padding:0px 0px 0 13px;
	
}
.text_q{
	width:676px;
	color:#0065b7;
	font-weight:bold;
	border-bottom:1px dotted #0065b7;
	font-size:13px;
	padding:3px 0px 10px 0px;
	margin-left:8px;
}
.box_a{
}
.text_a{
	width:676px;
	padding:3px 0px 0px 8px;
}