@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;
}

a:hover, a active {
	color: #2DB000;
	text-decoration: none;
}

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

a img:link, a img:visited {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

a img:hover, a img:active {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#s_menu {
	display: none;
}

#s_close {
	display: none;
}

#cover {
	display: none;
}

/*------------------------------*/
/*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%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2DB000;
}

#header_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	margin-top: 32px;
}

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

#navi {
	float: right;
	font-size: 1.4em;
}

#navi li {
	display: inline-block;
	margin-left: 30px;
}

#navi li a  {
	display: block;
	height: 85px;
	line-height: 85px;
	font-weight: bold;
}

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

#navi li a:hover, #navi li a:active  { 
	color: #2DB000;
	text-decoration: none;
	background-image: url(../images/common/navi_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.navi_on {
	color: #2DB000 !important;
	background-image: url(../images/common/navi_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


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

#footer {
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer_logo {
	width: 220px;
	margin-right: 40px;
	float: left;
}

#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.4em;
	margin-right: 60px;
	margin-bottom: 80px;
}

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

#footer #footer_sns {
	float: right;
	font-size: 1.4em;
	margin-bottom: 80px;
}

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

#footer #footer_sns a {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
}

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

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

#footer #footer_sns a:hover{
	opacity: 0.7;
}

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

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

#footer #footer_sns .fa-facebook {
	margin-left: 23px;
	margin-right: 42px;
}

#footer #footer_sns .fa-comment {
	margin-left: 19px;
	margin-right: 52px;
}

#footer_copy {
	font-size: 1.2em;
	letter-spacing: 0.04em;
	clear: both;
}

