@charset "utf-8";

/*	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	min-width:1100px;
	height:auto;
	background: #fff;
	color:#000;
	font-size: 14px;
	line-height:2.1;
}
a {
	text-decoration: none;
	color: inherit;
	display:inline-block;
}
a:hover {
	color:#5fb96b;
	transition: 0.3s;
}
table {
	width: 100%;
}
@media screen and (min-width : 768px ){
.pc_none {
	display: none !important;
}
}
@media screen and (max-width : 767px ){
.sp_none{
	display: none;
	}
}
/*	Header / ヘッダー
--------------------------------------------*/
#header {
	width: 100%;
}
#header .hdr_inner{
	border-bottom: 1px solid #5fb96b;
}
#header .hdrTop{
	width: 1100px;
	margin: 0 auto;
}
#header h1{
	color:#717171;
	font-size: 16px;
	font-weight: 400;
}
#header .hdrL img{
	padding:15px 0;
	width: 378px;
}
#header .hdrL{
	width: 50%;
	float: left;
}
#header .hdrR{
	width: 50%;
	float: left;
}
#header .hdrR .hdrBox{
	margin: 10px 0;
	background:#faf8f6;
	border-radius: 10px;
	padding: 5px 20px;
	box-sizing: border-box;
}
#header .hdrR .hdrBox .txtBox{
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px solid #5fb96b;
	margin-bottom: 10px;
}
#header .hdrR .hdrBox .telBtn {
    width: 50%;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: -webkit-center;
	background: url(../Image/common/ico_tel.png)no-repeat;
	background-position: top left 3px;
}
#header .hdrR .hdrBox .mailWrap{
	width: 40%;
	float: right;
}
#header .hdrR .hdrBox .mailWrap div{
	padding-left: 45px;
	font-weight: bold;
}
#header .hdrR .hdrBox .mailWrap .mailBtn{
	background: url(../Image/common/ico_fax.png)no-repeat;
	line-height: 1;
	margin-bottom: 10px;
}
#header .hdrR .hdrBox .mailWrap .recBtn{
	background: url(../Image/common/ico_memo.png)no-repeat;
	line-height:1;
	height: 20px;
}
/*	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	width: 100%;
    border-top: 1px solid #5fb96b;
}
#gNavi .inner{
	width: 1100px;
	margin: 0 auto;
}
#gNavi li{
	width: 183px;
	border-right: 1px solid #5fb96b;
	box-sizing: border-box;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
#gNavi li:first-child{
	border-left: 1px solid #5fb96b;
}
#gNavi li:last-child{
	width: 184px;
}
#gNavi li a{
	width: 100%;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(95, 185, 107) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
#gNavi li a:hover{
	background-position: -100% 0;
    color: #fff;
}
/*-下層-*/
.under #contents{
}
/*	汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/guard.png);
	z-index: 1000;
	position: absolute;
}
/*	mainimge / メインイメージ
--------------------------------------------*/
#mainimage {
	position: relative;
	width: 100%;
}

/* Contents / コンテンツ大枠
--------------------------------------------*/
#contents {
	position: relative;
}
#cts_inner {
}
/*	Footer / フッター
--------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 0;
	background:#f0f0ea;
}
#footer .boxL .name{
	width: 45%;
	float: left;
	font-weight:bold;
}
#footer .boxL .name .imgBox img{
	width: 100%;
}
#footer .boxL nav{
	width: 50%;
	float: right;
}
#footer .boxL nav ul{
	font-size: 12px;
	line-height: 2;
	padding-left: 1em;
	width: 45%;
	float: left;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#footer .boxL nav ul:last-child{
	width: 55%;
}
#footer .boxR .ftrBox{
	box-sizing: border-box;
}
#footer .boxR .ftrBox .txtBox{
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px solid #5fb96b;
	margin-bottom: 10px;
}
#footer .boxR .ftrBox .telBtn {
    width: 50%;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: -webkit-center;
	background: url(../Image/common/ico_tel.png)no-repeat;
	background-position: top left 3px;
}
#footer .boxR .ftrBox .mailWrap{
	width: 40%;
	float: right;
}
#footer .boxR .ftrBox .mailWrap div{
	padding-left: 45px;
	font-weight: bold;
}
#footer .boxR .ftrBox .mailWrap .mailBtn{
	background: url(../Image/common/ico_mail.png)no-repeat;
	line-height: 1;
	margin-bottom: 10px;
}
#footer .boxR .ftrBox .mailWrap .recBtn{
	background: url(../Image/common/ico_memo.png)no-repeat;
	line-height:1;
	height: 20px;
}
#footer .copy{
	font-size:10px;
	background:#393737;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}
#footer #copyright a {
}
