@charset "utf-8";
/*--------------------------------------------------------------------------
10 font-size: 77%;
11 font-size: 85%;
12 font-size: 93%;
13 font-size: 100%;
14 font-size: 108%;
15 font-size: 116%;
16 font-size: 123.1%;
17 font-size: 131%;
18 font-size: 138.5%;
19 font-size: 146.5%;
20 font-size: 153.9%;
21 font-size: 161.6%;
22 font-size: 167%;
23 font-size: 174%;
24 font-size: 182%;
25 font-size: 189%;
26 font-size: 197%;
-------------------------------------------------------------------------- */
.faq dt{
		margin:20px 0 0 0;
		font-weight:bold;		
		background:url(../../common/img/arrow_s_or.gif) no-repeat left center;
		min-height:12px;
		height:auto !important;
		height:12px;
		padding-left:20px;
		color:#f60;
		font-size:116%;
}
.faq dd{
	margin: 5px 20px;
	padding: 10px;
	background-color:#eee;
	}
