@charset "UTF-8";
/*ページタイトルの設定
=======================================*/
/*ページタイトル　よくある質問の設定
=======================================*/
#pageTitleBox h1#pageTitleSupportFAQ,
#pageTitleBox h1#pageTitleSupportWasuremono,
#pageTitleBox h1#pageTitleSupportContact {
	background-color: #ede8d6;
	color: #f60;
}
#pageTitleSupportFAQ {
	/* background-image: url(../support/img/pagetitle/faq.gif); */
}
/*ページタイトル　忘れ物をしたときの設定
=======================================*/
#pageTitleSupportWasuremono {
	/* background-image: url(../support/img/pagetitle/wasuremono.gif); */
}
/*ページタイトル　お問い合わせの設定
=======================================*/
#pageTitleSupportContact {
	/* background-image: url(../support/img/pagetitle/contact.gif); */
}

/*見出しの設定
=======================================*/
.supportHeadline1 {
	background-image: url(../../support/img/support_headline_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #B7AB8D;
	font-family: 'M PLUS Rounded 1c';
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	color: #947D3C;
	font-weight: bold;
	font-weight: 500;
	margin: 0 0 .4em;
	padding: .2em .4em .2em 18px;
}

/*よくある質問の設定
=======================================*/
#supportFAQBox {
}
.supportFAQCategoryBox {
	margin-top: 10px;
	margin-bottom: 40px;
}
.supportFAQConBox {
	margin-bottom: 20px;
}
.supportFAQConBox p {
	margin-bottom: 6px;
	margin-top: 6px;
}
.supportFAQConBox table {
	border-collapse:collapse;
}
.supportFAQConBox th {
	text-align: center;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #F6F6EB;
}
.supportFAQConBox td {
	text-align: left;
	padding: 5px;
	border: 1px solid #666666;
}
.supportFAQConBox td ul {
	margin: 0;
	padding: 0;
}
.supportFAQConBox td li {
	margin: 0 0 0 1.5em;
	padding: 0;
}

/*忘れ物をしたときの設定
=======================================*/
#supportWasureBox {
}
.supportWasureEigyoushoBox {
	margin-top: 15px;
	margin-bottom: 40px;
}
.supportWasureEigyoushoBox p {
	margin: 6px 0 10px;
	padding: 0;
}
.supportEigyoushoHead {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #947D3C;
	border: 1px solid #B7AB8D;
	line-height: normal;
	background-color: #EDE8D6;
	margin: 0 0 10px;
	padding: .2em .6em;
}
.supportEigyousho {
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	margin: 0;
	padding: 0;
}

/*お問い合わせの設定
=======================================*/
#supportContactBox {
}
.supportContactCategoryBox {
	margin-top: 10px;
	margin-bottom: 40px;
}
.supportContactComment {
	margin: 0 0 0 110px;
	padding: 0;
}
#supportContactTel {
	background-image: url(../../support/img/contact/tel.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 43px;
	margin: 0;
	padding: 0;
}
#supportContactFax {
	background-image: url(../../support/img/contact/fax.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 43px;
	margin: 0;
	padding: 0;
}
#supportContactMail {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	background-image: url(../../support/img/contact/mail.gif);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	margin: 0;
	padding: 0 0 0 110px;
}
/*運行営業所*/
.supportContactComment .commentText {
	margin: 0 0 .5em
}
.supportContactComment .serviceOfficeHL {
	border-bottom: 1px dotted #B7AB8D;
	color: #947D3C;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.supportContactComment .serviceOfficeRosen {
	font-size: 1.15em;
	font-weight: bold;
	margin: .5em 0 0;
	padding: 0;
}
.supportContactComment .serviceOfficeSummary {
	font-size: 1.15em;
	margin: 0;
	padding: 0;
}

