@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      faq.css
 Style Info:     FAQファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	FAQ用
----------------------------------------------------*/

#copy{
	width:490px;
	background:url(../img/faq/copy.gif) no-repeat;
}

h2 {
	width:54px;
	background:url(../img/faq/title.gif) no-repeat;
	margin-bottom:45px;
}

#faq_box {
	float:left;
	width:725px;
}

table {
	width:725px;
}

table th,td {
	vertical-align:top;
	line-height:1.5em;
	padding:8px 0;
}

table th {
	width:240px;
}

table th p {
	background-color:#f2f2f2;
	text-align:right;
	margin-right:25px;
	padding-right:15px;
}

table td {
	background:url(../img/share/parting_line.gif) repeat-x bottom;
}

#faq_navi {
	margin-left:25px;
	float:right;
}

.title_faq {
	margin:10px 0 10px 240px;
}

.back {
	text-align:right;
	margin-top:15px;
}

#back_finish {
	margin-bottom:20px;
}

/*---------------------detail_page-----------------------*/

.faq_table {
	margin-top:30px;
}

.faq_table .question {
	font-weight:bold;
}

.faq_table .answer p {
	background:#d9d9d9;
}

.faq_table td p {
	margin-bottom:1.3em;
	line-height:1.6em;
}