@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------Faq*/
h3.q{
	background:url(../img/faq_img/q_bg.png);
}

h3.q {
	zoom: 1;
}
h3.q:after {
	content: "";
	display: block;
	clear: both;
}


.a{
}
.a {
	zoom: 1;
}
.a:after {
	content: "";
	display: block;
	clear: both;
}


.q p.icon{
	background:#e02512;
}
.a p.icon{
	background:#222222 url(../img/faq_img/a_bg.png) top center no-repeat;
}
p.icon{
	width:60px;
	float:left;
	text-align:center;
	min-height:60px;
}
p.icon img{
	margin:0 auto;
	padding:19px 0 0;
}
p.txt{
	width:720px;
	float:right;
	padding:15px 20px;
}
.q p.txt{
	padding:20px 20px 0;
	font-weight:bold;
}





