﻿
/* pages.css Document */
/* home ページ以外のページ共通 */




/* 本文の囲み */
.wrapHonmon {
	float: left;
	padding: 7px 0 20px 30px;
	width: 550px;
}

/* 最初のキャッチ */
.wrapHonmon table .catch {
	padding-bottom: 35px;
	padding-top: 0;
	font-size: 86%;
	line-height: 1.7;
}

/*  本文中のp */
.wrapHonmon p {
	line-height: 1.5;
}

/* 表の見出し */
.wrapHonmon .detailHl {
	float: left;
	margin: 35px 0 12px;
	padding-bottom: 0px;
	width: 550px;
	border-bottom: 5px solid #f9cd00;
	font-size: 129%;
	/* font-weight: bold; */
	letter-spacing: 0px;
	*height: 30px;
	*padding-bottom: 2px;
}
.wrapHonmon .detailHl .decoClr {
	color: #f9cd00;
	font-size: 140%;
	vertical-align: middle;
	margin-left: -3px;
}

/* 施設の表 */
.wrapHonmon .tblA,
.wrapHonmon .tblA th,
.wrapHonmon .tblA td {
	border: 1px solid #ccc;
}
.wrapHonmon .tblA {
	width: 550px;
	border-right: none;
	border-bottom: none;
}
.wrapHonmon .tblA th {
	border-top: none;
	border-left: none;
	border-right-style: dotted;
	text-align: center;
	width: 100px;
	background: #f7f7f7;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.wrapHonmon .tblA td {
	border-top: none;
	border-left: none;
	padding: 10px 10px 10px 15px;
	line-height: 1.5;
}

/* 利用上の注意 */
.wrapHonmon .tblA_caution {
	margin-bottom: 10px;
}
.wrapHonmon .tblA_caution,
.wrapHonmon .tblA_caution td {
	border-color: #f00;
}
.wrapHonmon .tblA_caution th {
	border-color: #f00;
	background: none;
	vertical-align: top;
	padding-top: 12px;
}

/* 本文の中の点付のリスト */
.wrapHonmon ul.listDisc {
	padding-left: 15px;
	list-style-type: disc;
}
.wrapHonmon ul.listDisc li {
	line-height: 1.4;
	padding-bottom: 3px;
}
/* 表の中の写真 */
.tblA img.photo {
	margin-bottom: 10px;
}
/* 点線囲み */
.dotKakomi2 {
	display: block;
	margin: 20px 0 0;
	padding: 20px 25px;
	border: dotted 2px #bbb;
}
/* 角丸囲み */
.dotKakomi {
	display: block;
	margin: 20px 0 0;
	padding: 25px 25px 15px;
	border: solid 4px #e6e6e6;
		border-radius: 12px;        /* CSS3草案 */
	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 12px;   /* Firefox用 */
}

/* 表の中の表 */
.tblA table.tblB {
	margin-bottom: 10px;
	width: 100%;
	border: solid 1px #ddd;
	border-right: none;
	border-bottom: none;
}
.tblA table.tblB th,
.tblA table.tblB td {
	padding: 5px 3px;
	text-align: center;
	border: none;
	border: solid 1px #ddd;
	border-left: none;
	border-top: none;
}
.tblA table.tblB th {
}

/* 表C */
table.tblC {
	margin-bottom: 10px;
	width: 100%;
	border: solid 1px #ddd;
	border-right: none;
	border-bottom: none;
	line-height: 1.2;
}
table.tblC th,
table.tblC td {
	padding: 10px 5px;
	text-align: center;
	border: none;
	border: solid 1px #ddd;
	border-left: none;
	border-top: none;
}
table.tblC th {
	background: #f7f7f7;
}
/* 表D　表の囲みなし */
table.tblD {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 3px;
	width: 100%;
	border: none;
}
table.tblD th,
table.tblD td {
	padding: 3px 0 12px 0;
	text-align: left;
	vertical-align: top;
	border: none;
	line-height: 1.5;
}
table.tblD th {
	width: 70px;
	font-size: 86%;
	line-height: 1.2;
}
table.tblD th span {
	text-align: center;
	display: block;
	width: 54px;
	padding: 3px 4px 2px 5px;
	 background: #777;
	color: #fff;
	letter-spacing: 1.5px;
	font-weight: bold;
}
table.tblD td span.note {
	display: block;
	margin-top: 0px;
	padding-top: 5px;
	font-size: 86%;
	color: #999;
	border-top: solid 1px #eee;
}

span.note2 {
	display: block;
	margin-top: 0px;
	font-size: 86%;
	color: #999;
}
