@charset "utf-8";

/*==============================
  Common style
------------------------------*/

*{
	margin:0;
	padding:0;
}
a{outline:0;}
a:hover img.alp {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=70);
}
img{border:none;}
li {list-style: none; }
form{
	display:inline;
	margin:0px;
	padding:0px;
}


/* clearfix */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.block {display: block;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.center{text-align:center;}
.aright {text-align: right;}


.f10{font-size:10px;}
.f11 {font-size: 11px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}


.red {color: #FF0000;}
.gray{color:#666666;}
.blue {color: #229CFD;}
.strike {text-decoration: line-through;}
.uline {text-decoration: underline;}
.greenb {color: #31776C; font-weight:bold;}
.redb {color: #CC0000; font-weight:bold;}



.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.pl5{padding-left:5px;}

.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}

.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.pl15{padding-left:15px;}

.pt20{padding-top:20px;}
.pr20{padding-right:20px;}
.pb20{padding-bottom:20px;}
.pl20{padding-left:20px;}

.pt30{padding-top:30px;}
.pr30{padding-right:30px;}
.pb30{padding-bottom:30px;}
.pl30{padding-left:30px;}

.pb40{padding-bottom:40px;}
.pl40{padding-left:40px;}

.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.ml5{margin-left:5px;}

.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}

.mg0{margin:0px;}

.none{display:none;}


a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	color:#900;
}

body {
	background: #FFF url(../img/gm_back.jpg) repeat-x left 1px;
	color:#000;
	font: 12px/1.7 "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka;
	clear: both;
}


/*==============================
  Head
------------------------------*/
#head{
	margin: 0px auto;
	width: 900px;
//	height: 145px;
}
#head strong {
	font: normal 10px/34px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	display: block;
	height: 34px;
}
#logo {
	margin-top: 2px;
	display: block;
	float: left;
}
#hRight {
	float: right;
	width: 350px;
	height: 60px;
}
#hRUFontSize {
	float: left;
	margin-left: 6px;
	background: url(../img/head_fontsize.gif) no-repeat;
	height: 29px;
	width: 76px;
	padding-left: 78px;
	display: block;
	padding-top: 5px;
}
#hRUFontSize li {
	float: left;
	display: block;
	padding-right: 2px;
}
.changeBtn:hover {
	cursor: pointer;
}
#hMenu {
	clear: both;
}
#hMenu li {
	float: left;
}

/*==============================
  Body
------------------------------*/
#body{
	margin: 0px auto;
	width: 900px;
	clear: both;
	background: #FFF;
}

.ico a {
	display: block;
	background: url(../img/icon_triangle.gif) no-repeat left center;
	padding: 5px 0px 5px 18px;
	line-height: normal;
}
.ico a.uline {
	text-decoration:underline;
}
.ico a:hover {
	background: url(../img/icon_triangle_o.gif) no-repeat left center;
	text-decoration:none;
}

#pagenavi {
	margin: 55px auto 3px auto;
	padding:5px 0px;
	width: 900px;
	font-size:10px;
	color: #666666;
	height:35px;
	line-height:30px;
}

#pagenavi a{
	color: #06C;
}

/*==============================
  Foot
------------------------------*/
#foot{
	clear: both;
	background: url(../img/foot_bg.jpg) repeat-x;
	padding-top: 8px;
	margin-top: 30px;
}


#pagetop {
	text-align: right;
	clear: both;
	margin: 0px auto;
	width: 900px;
}
#fLinkU {
	background: #2F6122;
	border-top: 1px solid #CCC;
	padding: 0px 10px;
	font: 11px/30px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px auto;
	width: 880px;
	height: 30px;
}
#fLinkU a {
	color: #FFF;
	text-decoration: underline;
}
#fLinkB {
	border-top: 1px solid #CCC;
	padding: 0px 10px;
	font: 11px/30px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px auto;
	width: 880px;
	height: 30px;
}
#fLinkB a {
	text-decoration: underline;
}
#fCopyright {
	text-align: center;
	clear: both;
	padding: 10px;
}
.commonTbl {
	background: #CCC;
}
.commonTbl th {
	width: 150px;
	font-weight: normal;
	text-align: left;
	background: #EEEEEE;
	padding: 10px;
}
.commonTbl td {
	background: #FFF;
	width: 470px;
	padding: 10px;
}
.errorMessage {
	background: #fff3f3;
	border: solid 1px #ffecec;
	margin: 5px 5px 10px 5px;
	padding: 8px;
}

#twitter li div.date {
  color: #767676;
  font-size: 80%;
  text-align: right;
  line-height: 1em;
  padding: 0;
  margin: 0 0 5px 0;
}

#require {
	display: block;
	line-height: normal;
	padding-bottom: 10px;
}
.require {
	color: #F00;
}


















#wrapper {
  width: 100%;
  position: relative;
}
#wrapper #new_header, #wrapper #main, #wrapper #footer {
  width: 100%;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1030px) {
  .inner {
    padding: 0;
    width: 100%;
    max-width: 1024px;
  }
}
/*************************************
header
*************************************/
/* 共通
-------------------------------------------------- */
#new_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#new_header nav {
  overflow: hidden;
  *zoom: 1;
}
#new_header #new_header-logo {
  padding: 15px 0 14px;
}
#new_header .sp-nav-icon {
  position: absolute;
  height: 26px;
  right: 5%;
  top: 22px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#new_header .sp-nav-icon .sp-nav-toggle {
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 10px 35px 15px 0;
}
#new_header .sp-nav-icon .sp-nav-toggle span,
#new_header .sp-nav-icon .sp-nav-toggle span:before,
#new_header .sp-nav-icon .sp-nav-toggle span:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #333;
  cursor: pointer;
}
#new_header .sp-nav-icon .sp-nav-toggle span:before {
  top: -10px;
}
#new_header .sp-nav-icon .sp-nav-toggle span:after {
  bottom: -10px;
}
#new_header .primary-nav {
  width: 100%;
  height: 100%;
  visibility: hidden;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#new_header .primary-nav li {
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
}
#new_header .primary-nav li a {
  width: 100%;
  display: block;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_header.active {
  background-color: #fff;
}
#new_header.active .primary-nav {
  height: auto;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  z-index: 100;
  border-top: 1px solid #e5e5e5;
}
#new_header.active .primary-nav li {
  -moz-transform: tanslatey(-45%);
  -ms-transform: tanslatey(-45%);
  -webkit-transform: tanslatey(-45%);
  transform: tanslatey(-45%);
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
#new_header.active .primary-nav li:last-child {
  border-bottom: 0;
}
#new_header.active .sp-nav-toggle span {
  background-color: transparent;
}
#new_header.active .sp-nav-toggle span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new_header.active .sp-nav-toggle span:after {
  -moz-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
#new_header a {
  text-decoration: none;
  -moz-transition: 0.3s, ease-in-out;
  -o-transition: 0.3s, ease-in-out;
  -webkit-transition: 0.3s, ease-in-out;
  transition: 0.3s, ease-in-out;
}
#new_header a:hover {
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#new_header a {
  color: #454545;
}

#new_header a:hover {
  color: #3f7712;
}


#new_header {
  font-size: 12px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #new_header #new_header-logo img {
    max-width: 70%;
  }
  #new_header .sp-nav-icon {
    position: absolute;
    height: 26px;
    right: 5%;
    top: 13px;
  }
}
@media screen and (max-width: 959px) {
 #header .primary-nav li.sp {
   display:block;
 }
}
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
@media screen and (min-width: 960px) {
  #new_header #new_header-logo {
    position: absolute;
    top: 0;
    left: 2%;
  }
  #new_header .sp-nav-icon {
    display: none;
  }
  #new_header .primary-nav {
    display: table;
    visibility: visible;
    width: inherit;
    height: inherit;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    float: right;
    border-top: none;
  }
  #new_header .primary-nav li {
    display: table-cell;
    table-layout: fixed;
    width: inherit;
  }
  #new_header .primary-nav li a {
    padding: 23px 13px 25px;
  }
  #new_header .primary-nav li:nth-last-child(2) a {
    padding-right: 26px;
  }
  #new_header .primary-nav li.nav-contact a {
    background: #3f7712;
    color: #fff;
    padding: 23px 26px 25px;
  }
  #new_header .primary-nav li.nav-contact a:before {
    content: ">";
    padding-right: .5em;
    color: #fff;
  }
  #new_header .primary-nav li.sp {
    display:none;
  }
}
/* PC
-------------------------------------------------- */
/*************************************
footer
*************************************/
/* 共通
-------------------------------------------------- */
#footer {
  margin-top: 80px;
}
#footer .upper {
  text-align: center;
}
#footer .upper ul {
  display: inline-block;
}
#footer .upper ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px 22px;
  font-size:14px;
}
#footer .lower {
  background: #3f7712;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
#footer .lower small {
  font-size: 1rem;
}
#footer a {
  text-decoration: none;
  -moz-transition: 0.3s, ease-in-out;
  -o-transition: 0.3s, ease-in-out;
  -webkit-transition: 0.3s, ease-in-out;
  transition: 0.3s, ease-in-out;
}
#footer a:hover {
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#footer a {
  color: #454545;
}

#footer a:hover {
  color: #3f7712;
}
#footer {
  font-size: 12px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: inherit;
  color: #454545;
  background: #fff;
}
/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #footer {
    padding-top: 30px;
    background: #eaf3e3;
    margin-top: 30px;
  }
  #footer .upper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #footer .upper ul {
    display: table-cell;
  }
  #footer .upper ul li {
    display: block;
    margin: 0 15px 15px;
    text-align: left;
  }
}
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
/* PC
-------------------------------------------------- */