@charset "UTF-8";

body { 
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #000;
	line-height: 1.5;
}

#wrap {
	width: 100%;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*------------------------------*/
/*CLEARFIX*/
/*------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
}

/*------------------------------*/
/*HEADER*/
/*------------------------------*/

#header {
	width: 100%;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	background-color: #FFF;
}

#header_wrap {
	padding-left: 20px;
	padding-right: 20px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo a {
	width: 160px;
	height: 60px;
	display: block;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 16px;
}

#navi_block {
	width: 200px;
	height: 100%;
	font-size: 1.6em;
	position: fixed;
	top: 0;
	right: -201px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
	z-index: 400;
}

#navi_block_wrap {
	position: relative;
}

#navi {
	position: absolute;
	top: 11px;
	left: 20px;
}

#navi li a  {
	line-height: 2.6;
	font-weight: bold;
}

#navi li a:link, #navi li a:visited  { 
	color: #000;
	text-decoration: none;
}

.navi_on {
	color: #2DB000 !important;
}

#s_menu {
	height:40px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#s_close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	z-index: 300;
}

/*------------------------------*/
/*FOOTER*/
/*------------------------------*/

#footer {
	background-color: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer_wrap {
	padding-left: 20px;
	padding-right: 20px;
}

#footer_logo {
	display: none;
}

#footer_logo a {
	display: block;
	width: 150px;
	height: 17px;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 17px;
}

#footer .footer_navi {
	float: left;
	font-size: 1.2em;
	margin-right: 20px;
	margin-bottom: 40px;
}

#footer .footer_navi li {
	margin-bottom: 9px;
}

#footer #footer_sns {
	clear: both;
	font-size: 1.4em;
	margin-bottom: 40px;
}

#footer #footer_sns a.tw-color {
	background-color: #00aced!important;
}

#footer #footer_sns a.fb-color {
	background-color: #305097!important;
}

#footer #footer_sns li {
	margin-bottom: 10px;
}

#footer #footer_sns a {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

#footer #footer_sns a:link, #footer #footer_sns a:visited {
	background-color: #2DB000;
	color: #fff;
}

#footer #footer_sns a:hover, #footer #footer_sns a:active {
	background-color: #71c173;
	color: #fff;
}

#footer #footer_sns .fa {
	font-size: 1.2em;
}

#footer #footer_sns .fa-twitter {
	margin-right: 20px;
}

#footer #footer_sns .fa-facebook {
	margin-right: 20px;
}

#footer #footer_sns .fa-comment {
	margin-right: 20px;
}

#footer_copy {
	font-size: 1em;
}



