@charset "utf-8";
/*0config*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", 'Meiryo UI', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, Arial;
	margin: 0;
	padding: 0;
}

.body-set {
	color: #333;
	height: auto;
	margin: 0 auto;
	width: auto !important;
	width: 100%;
}

@media screen and (max-width:720px) {
	.body-set {
		max-width: 720px;
		min-width: 480px;
		font-size: 96%;
	}
}

@media screen and (max-width:479px) {
	.body-set {
		max-width: 479px;
		min-width: 280px;
		font-size: 92%;
	}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

article, section {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

img {
	border: none;
}

/*a link*/

a:link {
	color: #259;
	text-decoration: none;
}

a:visited {
	color: #089;
}

a:hover {
	color: #46d;
	text-decoration: underline;
}

a:active {
	color: #c29c2c;
}

a:hover img {
	opacity: .88;
}

.link-wht a:link {
	color: #fff;
	text-decoration: none;
}

.link-wht a:visited {
	color: #fff;
}

.link-wht a:hover {
	color: #ddf5ee;
	text-decoration: underline;
}

.link-wht a：active {
	color: #aaa;
}

/*/a link*/

/* c 段解除両方、回り込み解除左：clearfloat */

.clr {
	clear: both;
}

.clr hr {
	display: none;
}

.clr-left {
	clear: left;
}

/* w */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 94%;
}

.wrap1200 {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 94%;
}

.wrap1400 {
	margin: 0 auto;
	max-width: 1400px;
	overflow: hidden;
	width: 94%;
}

.wrap1600 {
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden;
	width: 94%;
}

.wrap-hdr-ftr {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 94%;
}

/*--/0config--*/

/*1header--*/

.hdr-set {
	height: auto;
	margin: 0;
	border-bottom: 2px solid #7fb8af;
}

/* 最上部メニューエリア（お問い合わせ）*/

.hdr-obi {
	background: #444;
	text-align: right;
}

.hdr-obi a {
	font-size: .85em;
	padding: .3em 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

@media screen and (max-width:479px) {
	.hdr-obi a {
		padding: .6em 0;
	}
}

.hdr-main {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 100%;
}

/*左ビィーロゴvertical-alignを指定できるのは「インライン要素」と「テーブルセル」だけ*/

.hdr-logo-be {
	display: block;
	float: left;
	height: 50px;
	margin: 1% auto;
	max-width: 310px;
	width: 45%;
}

@media screen and (max-width:720px) {
	.hdr-logo-be {
		float: none;
		margin: 0;
		width: 100%;
	}
}

/* グローバルナビ */

.hdr-g-nav {
	float: right;
	height: 50px;
	/*縦中央*/
	line-height: 50px;
	/*縦中央*/
	margin: 1% 0;
	text-align: right;
	width: 55%;
}

@media screen and (max-width:720px) {
	.hdr-g-nav {
		border-top: 1px solid #ccc;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.hdr-g-nav {
		height: 40px;
		line-height: 40px;
	}
}

.hdr-g-nav a {
	display: block;
	/*link幅拡張*/
	font-size: 1.1em;
	white-space: nowrap;
	text-align: center;
	/*リスト内センター*/
}

@media screen and (max-width:860px) {
	.hdr-g-nav a {
		font-size: 1em;
	}
}

.hdr-g-nav a:hover {
	background: #efefef;
}

.hdr-cont {
	list-style: none;
	float: left;
	width: 19.5%;
}

@media screen and (max-width:479px) {
	.hdr-cont {
		float: left;
		width: 33%;
		border-bottom: 1px solid #ccc;
	}
}

.hdr-jutaku {
	list-style: none;
	float: left;
	width: 22%;
}

@media screen and (max-width:479px) {
	.hdr-jutaku {
		float: left;
		width: 33%;
		border-bottom: 1px solid #ccc;
	}
}

/* /2header--*/

/* 2footer--*/

.ftr-nav {
	font-size: 80%;
	margin: .8% auto;
	text-align: right;
	width: 94%;
}

.ftr-set {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #444;
}

.ftr-cont {
	line-height: 1.9;
	color: #999;
	font-size: 96%;
	margin: 1em auto;
	width: 94%;
}

.ftr-cont a {
	white-space: nowrap;
}

.ftr-hr {
	border: none;
	border-bottom: 1px #777 solid;
	margin: .9em 0;
}

/* /2footer--*/