@charset "utf-8";
/**
 * Q&A
 */
.faq_contents_wrap {
	width: 100%;
	text-align: left;
}
.faq_contents_wrap p,
.faq_contents_wrap ul,
.faq_contents_wrap blockquote {
	line-height: 150%;
}
.faq_contents_wrap ul {/*質問リスト*/
	margin: 30px auto;
}
.faq_contents_wrap ul li {
	margin: 10px 0;
}
.faq_contents_wrap dt {/*回答リストの中の質問文*/
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #666;
	padding: 20px;
	color:white;
}
.faq_contents_wrap blockquote {/*回答文*/
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.faq_contents_wrap blockquote ol {/*回答文の中のリスト*/
	list-style-position: outside;
	width: 90%;
	margin: 10px auto;
}
.faq_contents_wrap blockquote ol.number {/*数字リスト*/
	list-style-type: decimal;
}
.faq_contents_wrap blockquote ol.alphabet {/*アルファベットリスト*/
	list-style-type: upper-alpha;
}
.faq_contents_wrap blockquote ol li {
	margin: 10px 0;
}
.faq_contents_wrap blockquote em {
	display: block;
	font-weight: bold;
	margin: 20px 0;
}
.faq_contents_wrap p.pagetoplink {/*ページ先頭へ戻る*/
	text-align: right;
	margin-bottom: 30px;
}

/**
 * お問い合わせ
 */
.inquire_contents_wrap {
	width: 100%;
	text-align: left;
	color:#fefefe;
}
.inquire_contents_wrap ul {
	margin: 5px 0;
}
.inquire_contents_wrap ul li {
	padding: 10px 0 10px 25px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	overflow: hidden;
	clear: both;
}
.inquire_contents_wrap ul li:nth-child(odd) {
	background-color: rgba(0,0,0,0.55);
}
.inquire_contents_wrap ul li:nth-child(even) {
	background-color: rgba(30,30,30,0.55);
}
.inquire_contents_wrap ul li:first-child {
	border-top: 1px solid #999;
}
.inquire_contents_wrap ul li:last-child {
	border-bottom: 1px solid #999;
}
.inquire_contents_wrap li label:first-child  {
	display: inline-block;
	width: 20em;
	text-align: right;
	line-height: 120%;
	float: left;
	padding: 2px 1em 2px 0;
}
.inquire_contents_wrap li p.mailnews{
	margin-top: 0.5em;
}
.inquire_contents_wrap p.submitbox {
	text-align: center;
	padding-top: 10px;/*marginだと上のbottommarginと相殺される*/
	margin-bottom: 20px;
}
.inquire_contents_wrap input[type="button"] {
	padding: 2px 10px;
}
.inquire_contents_wrap input[type="submit"],
.inquire_contents_wrap input[type="reset"] {
	padding: 5px 0;
	width: 10em;
	font-weight: bold;
	color: #333;
	font-size: 116%; /*15px相当*/
	margin: 0 5px;
}

/**
 * 確認画面
 */
.inquire_contents_wrap li p {
	margin-left: 21em;
	margin-right: 15px;
	font-weight: bold;
	padding: 2px 0;
}
