@charset "utf-8";
/* CSS Document */

/* --------------------
	 共通パーツ
--------------------- */
.cont_inn {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}

.ttl {
	border-bottom: solid 1px #134c36;
	color: #134c36;
	font-size: 12px;
	font-weight: bold;
	font-family: univers;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: url(../images/ttl_btm.png) no-repeat bottom center;
}
.ttl_btm {
	color: #134c36;
	font-size: 16px;
	font-weight: bold;
	font-family: midashi;
	padding: 15px 0;
	text-align: center;
}
.ttl_btm2 {
	color: #134c36;
	font-size: 20px;
	font-weight: bold;
	font-family: MS明朝;
	padding: 15px 0;
	text-align: center;
}
a .more_btn {
	border: solid 1px #134c36;
	background: url(../images/ico_green.png) 140px center no-repeat;
	display: block;
	width: 172px;
	margin: 15px 0;
	padding: 3px 0;
	color: #134c36;
	font-family: univers;
	font-size: 12px;
	text-align: center;
}
a:hover .more_btn {
	border: solid 1px #134c36;
	background: url(../images/ico_white.png) 140px center no-repeat #134c36;
	color: #fff;
}
.center {
	text-align: center;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgr30 {
	margin-right: 30px;
}
.mgr52 {
	margin-right: 52px;
}
.fleft {
	float: left;
}
/* --- header --- */
header h1 {
	float: left;
	margin-right: 25px;
}
header {
	background: url(../images/head_bg.png) no-repeat 0 0;
	background-size: cover;
	padding: 10px 0 0 0;
	height: 120px;
}
header nav {
	border-left: solid 1px #fff;
	width: 830px;
	float: left;
	margin-top: 20px;
}
header nav li {
	float: left;
	font-family: midashi;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-right: solid 1px #fff;
	padding: 3px 6px;
}
header .left_menu {
	position: fixed;
	top: 170px;
	left: 0px;
}
header .left_menu a li {
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	display: block;
	color: #000;
	width: 70px;
	margin-bottom: 10px;
	font-family: univers;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
header .left_menu a:hover li {
	border-top: solid 1px #134c36;
	border-right: solid 1px #134c36;
	border-bottom: solid 1px #134c36;
	background: #134c36;
	color: #fff;
}
/* --- footer --- */
footer {
	padding-top: 80px;
	clear: both;
	font-size: 11px;
}
footer .bg {
	background: url(../images/foot_bg.png) no-repeat 0 0;
	background-size: cover;
	height: 60px;
	padding: 20px 0;
}
footer h4 {
	float: left;
	width: 95px;
}
footer .address {
	float: left;
	width: 820px;
	margin: 0 20px;
}
footer .address dt {
	float: left;
	color: #134c36;
	padding-top: 20px;
	margin-right: 10px;
	font-size: 13px;
}
footer .address .tel {
	font-family: univers;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
}
footer .address dd {
	float: left;
	color: #134c36;
	margin-right: 15px;
	padding: 5px 0;
}
footer nav ul {
	
	clear: both;
	width: 600px;
	margin:20px auto;
	overflow: hidden;
	border-left: 1px solid #134c36;
}
footer nav li {
	float: left;
	color: #134c36;
	padding: 3px 42px;
	border-right: 1px solid #134c36;
	font-weight: bold;
}
footer nav a:hover li {
	background: #134c36;
	color: #fff;
}
footer .copy {
	font-size: 10px;
	text-align: center;
	clear: both;
	margin: 10px 0;
}
/* --------------------
	   2階層目共通
--------------------- */
.ttl_area {
	border-top: 1px solid #134c36;
	border-bottom: 1px solid #134c36;
	overflow: hidden;
	margin: 50px 0;
	font-size: 14px;
	text-align: left;
}
.ttl_area h2 {
	padding: 30px 80px 30px 30px;
	float: left;
	font-size:16px;
	color: #134c36;
	font-weight: bold;
}
.ttl_area p img {
	float: left;
}
.ttl_area h3 {
	padding: 30px 0px 30px 30px;
	margin: 0 0;
	width: 180px;
	float: left;
	color: #134c36;
	line-height: 1.9em;
}
p.red {
	padding: 60px 0px 30px 30px;
	margin: 0 0;
	width:180px;
	float: left;
	font-weight:bold;
	line-height: 1.9em;
	font-size:16px;
	color:#FE0004;
}

a.red {
	padding: 0px 0px 0px 65px;
	margin: 0 0;
	width:800px;
	float: left;
	font-weight:bold;
	line-height: 1.9em;
	font-size:30px;
	color:#FE0004;
}


.wp-pagenavi {
padding: 0px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi span.current {
font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi .current {
padding: 5px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 5px;
border: 1px solid #333;
color: #FFF;
background-color: #333;
}