@charset "UTF-8";
main section .q {
	width: 900px;
	margin: 20px auto 0px auto;
	height: 70px;
	border: 1px solid #eee;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient( 180deg, #fff 0%, #f2f2f2 100% );
	background-image: -webkit-linear-gradient( top, #fff 0%, #f2f2f2 100% );
}
main section .q h2 {
	text-indent: 60px;
	line-height: 70px;
	color: #44e;
	letter-spacing: 1px;
	font-weight: bold;
	background: url( ../img/faq/ico_q.gif ) no-repeat;
	background-position: 20px 20px;

	text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
}
main #ttl p a {
	color: #33c;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	height: 12px;
}
main section .a {
	width: 900px;
	margin: 0 auto;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 40px;
}
main section .a p {
	background: url( ../img/faq/ico_a.gif ) no-repeat;
	background-position: 20px 20px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 24px;
	padding-top: 20px;
	letter-spacing: 1px;
}
main section .a p span {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	padding-top: 20px;
	letter-spacing: 1px;
}
main section .a:after {
	content: '';
	display: block;
	width: 960px;
	height: 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
	left: -30px;
}
