@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


dl.page_faq{
	width: 1044px;
	margin: 15px auto;
}

dl.page_faq dt{
	background: url(../../faq/img/faq_q.jpg) no-repeat;
	width: 1044px;
	height: 32px;
	display: block;
	text-indent: 40px;
	cursor: pointer;
	color: #565656;
	line-height: 32px;
	margin: 0 0 3px 0;
	cursor: pointer;
}

dl.page_faq dd{
	padding: 10px;
	line-height: 1.4;
}

dl.page_faq dd p{
	padding-bottom: 0.8em;
}