@charset "utf-8";



/*##################################################################################

	base

##################################################################################*/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #727172;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}

img { -ms-interpolation-mode: bicubic; }

#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1400px;
	height: 100%;
	background-color: #fff;
}

a {
	opacity: 1;
	transition: opacity 0.2s ease;
}
a:hover {
	opacity: 0.7;
}


/*##################################################################################

	header

##################################################################################*/
#wrapper > header {
	position: fixed;
	left: 0; top: 0; z-index: 100;
	width: 100%;
	min-width: 1400px;
	height: 80px;
	background-color: #fff;
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.15);
}
#wrapper > header > h2 {
	float: left;
	width: 135px;
}
#wrapper > header > .catch {
	float: left;
	/*width: 700px;*/
	max-width: 570px;
	margin-top: 8px;
}
#wrapper > header > .catch img {
	width: 100%;
	hegiht: auto;
}
#wrapper > header > .tel {
	float: right;
	width: 180px;
}
#wrapper > header > .anc {
	float: right;
	width: 138px;
	padding-top: 12px;
	font-size: 0;
}
#wrapper > header > .button {
	float: right;
	width: 165px;
	height: 56px;
	margin: 12px 14px 0 0;
}
#wrapper > header > .button a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}


/*##################################################################################

	footer

##################################################################################*/
#wrapper > footer {
	margin-top: 29px;
	text-align: center;
}
#wrapper > footer > .top {
	padding: 10px;
	font-size: 12px;
	line-height: 2;
	color: #fff;
	background-color: #727172;
}
#wrapper > footer > .top > a {
	color: #fff;
	text-decoration: none;
}
#wrapper > footer > .bottom {
	position: relative;
	padding: 10px;
	font-size: 12px;
	color: #727172;
	line-height: 2;
}
#wrapper > footer > .bottom > .sns {
	position: absolute;
	right: 0; top: 12px;
	/*width: 268px;*/
	height: 21px;
	overflow: hidden;
}
#wrapper > footer > .bottom > .sns > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 110px;
	height: 21px;
}
#wrapper > footer > .bottom > .sns > li.like > div > span {
	vertical-align: baseline !important;
}
#wrapper > footer > .no1_notes{
	font-size:10px;
	line-height:1.5;
	color:#6e6e6e;
    max-width: 1400px;
    margin: 0 auto 10px;
    text-align:left;}

/*##################################################################################

	container

##################################################################################*/
#container {
	width: 100%;
	padding-top: 80px;
}


















/*##################################################################################

	common

##################################################################################*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}