@charset "utf-8";
/**
 * Q&A
 */

.faq_contents_wrap {
	/*height: 480px;*/
}
.faq_contents_wrap h3 {/*回答リストの中の質問文*/
	margin-right: 10px;
}
.faq_contents_wrap blockquate {/*回答文*/
	margin-right: 10px;
}
.faq_contents_wrap p.pagetoplink {/*ページ先頭へ戻る*/
	margin-right: 10px;
}

/**
 * 問い合わせ
 */
.inquire_contents_wrap li label:nth-child(1) {
	font-weight: bold;
}

.inquire_contents_wrap input#name1,
.inquire_contents_wrap input#name2,
.inquire_contents_wrap input#name3,
.inquire_contents_wrap input#name4{
	width: 23%;
}