@charset "Shift_JIS";
h2 {
	text-align: center;
	padding: 0;
	font-size: 28px;
	font-weight: lighter;
	margin: 15px 0;
	color: #102748;
}
h3, h4, h5 {
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: lighter;
	margin: 5px 0;
	color: #FFFFFF;
	background-color: #102748;
}
h6 {
	padding: 0;
	font-size: 26px;
	font-weight: lighter;
	margin: 5px 0;
	color: #102748;
}
.main {
	width: 960px;
}
.navi2 {
	width: 330px;
	float: left;
	padding: 10px 10px 0 10px;
	line-height: 18px;
	font-size: 16px;
	margin-top: 15px;
	color: #5cb531;
}
.content1 {
	width: 590px;
	padding: 15px 5px;
	line-height: 24px;
	float: right;
	font-size: 16px;
}
.content2 {
	width: 590px;
	padding: 15px 5px;
	line-height: 24px;
	float: right;
	font-size: 16px;
}
.content3 {
	width: 960px;
	padding: 15px 0 0 0;
	line-height: 24px;
	float: right;
	font-size: 16px;
	text-align: center;
}
.g-map {
	width: 960px;
	float: left;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
}
table.standard {
	width: 590px;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px 0;
}
.standard th {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	font-weight: lighter;
	font-size: 16px;
	text-align: left;
}
.standard th.title {
	width: 15%;
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
}
.standard td {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	border-width: 0 0 1px 1px;
}
.standard td.title {
	padding: 10px 0 5px 0;
	border-bottom: 1px #102748 dotted;
	border-width: 0 0 1px 1px;
	text-align: center;
}

/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media screen and (max-width:767px) {
h2 {
	text-align: left;
	font-size: 18px;
	margin: 0 0 5px;
}
h3, h4, h5 {
	font-size: 20px;
	margin: 5px 0;
}
h6 {
	font-size: 18px;
	line-height: 1.2;
	margin: 5px 0;
}
.main {
	width: 90%;
	margin: 0 auto;
}
#navi1+.main {
	width: 100%;
	margin-bottom: 15px;
}
.content1 {
	width: 80%;
	float: bottom;
	padding: 5%;
	margin: 20px auto;
	line-height: 1.35;
	font-size: 14px;
}
.content2 {
	width: 80%;
	padding: 0;
	line-height: 20px;
	margin: 0 auto;
	float: none;
	font-size: 14px;
}
.content3 {
	width: 80%;
	line-height: 20px;
	margin: 0 auto;
	float: none;
	font-size: 14px;
}
.g-map {
	width: 80%;
	position: relative;
	width: auto;
	padding-top: 100%;
	text-align: center;
	float: none;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	text-align: center;
}
table.standard {
	width: 100%;
	margin: 0 0 30px;
}
.standard th {
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.standard th.title {
	width: 24%;
	font-size: 13px;
	text-align: left;
}
.standard td.title {
	text-align: left;
	vertical-align: top;
}
.standard td img {
	width: auto;
	height: 13px;
}
.navi2 {
	width: 90%;
	float: none;
	text-align: center;
}
.navi2 img {
	width: 80%;
}
}
