@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: body set 
	2: header setting
	3: footer set

==========================================================
*/

/*
===== 1: body set =================================
*/
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  background-color: #99978F;
}

#wrap {
  width: 100%;
  background-color: #F6F5EF;
  background-image: url(../img/bg_body.gif);
  background-repeat: repeat-x;
  overflow: hidden;
  zoom: 1;
}

/* LINK 
----------------------------------------*/
a:link {
  text-decoration: underline;
  color: #06C
}

a:visited {
  text-decoration: underline;
  color: #06C
}

a:hover {
  text-decoration: none;
  color: #09F
}

a:active {
  text-decoration: none;
  color: #09F
}


/* structure
----------------------------------------*/
#container {
  width: 940px;
  margin: 0 auto 50px;
  overflow: hidden;
  zoom: 1;
}

#sub {
  width: 250px;
  float: left;
}

#main {
  width: 650px;
  float: right;
}

/*
===== 2: header setting ===========================
*/

#header {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

#header_box {
  width: 940px;
  height: 118px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.mainlogo {
  width: 383px;
  height: 66px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 23px;
  left: 0px;
}

#header_box .h_navi {
  width: 490px;
  height: 42px;
  position: absolute;
  top: 40px;
  right: 0px;
}

/* g Navi */
#g_navi {
  width: 250px;
  margin: 0px 0px 20px;
  padding-top: 0px;
}

#g_navi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 250px;
}

#g_navi li {
  margin: 0px 0px 3px;
  padding: 0px;
  width: 250px;
  height: 40px;
}

#g_navi li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  height
  /**/
  : 40px;
  padding-top: 40px;
  background-image: url(../img/g_navi.png)
}

/*defult*/
.g_navi01 a {
  background-position: 0 0;
}

.g_navi02 a {
  background-position: 0 -43px;
}

.g_navi03 a {
  background-position: 0 -86px;
}

.g_navi04 a {
  background-position: 0 -129px;
}

.g_navi05 a {
  background-position: 0 -172px;
}

.g_navi06 a {
  background-position: 0 -215px;
}

/*on mouse*/
.g_navi01 a:hover {
  background-position: -250px 0;
}

.g_navi02 a:hover {
  background-position: -250px -43px;
}

.g_navi03 a:hover {
  background-position: -250px -86px;
}

.g_navi04 a:hover {
  background-position: -250px -129px;
}

.g_navi05 a:hover {
  background-position: -250px -172px;
}

.g_navi06 a:hover {
  background-position: -250px -215px;
}

/*stay*/
.g_navi01 a.stay {
  background-position: -500px 0;
}

.g_navi02 a.stay {
  background-position: -500px -43px;
}

.g_navi03 a.stay {
  background-position: -500px -86px;
}

.g_navi04 a.stay {
  background-position: -500px -129px;
}

.g_navi05 a.stay {
  background-position: -500px -172px;
}

.g_navi06 a.stay {
  background-position: -500px -215px;
}


/*
===== 3: footer set =================================
*/

#footer {
  width: 100%;
  line-height: 1em !important;
  clear: both;
  font-size: 12px;
}

#footer_inner {
  width: 940px;
  height: 120px;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 20px 0 30px;
  border-top: 1px solid #bcbcbc;
}

#footer a:link {
  color: #F6F5EF;
  text-decoration: none;
}

#footer a:visited {
  color: #F6F5EF;
  text-decoration: none;
}

#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

ul.f_navi li {
  float: left;
  padding-right: 11px;
  margin-right: 10px;
  border-right: 1px solid #b9b59c;
}

ul.f_navi li.last {
  border-right: none;
}

.footer_id {
  float: right;
}

address {
  font-size: 9px;
  color: #F6F5EF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  letter-spacing: 1;
}


#f_pagetop_btn {
  height: 12px;
  width: 90px;
  position: absolute;
  top: -26px;
  right: 0px;
}

/*
===== 4: contents set =================================
*/

#contents {
  width: 920px;
  background-image: url(../img/bg_contop.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding: 0px;
  margin: 0px auto 5px;
}

#contents_wrap {
  width: 880px;
  background-image: url(../img/bg_conbottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0px 20px 20px;
  margin: 0px auto;
}

.side_bana {
  margin-top: 20px;
}

/*共通パーツ　*/
.line_bottom {
  background-image: url(../img/line_side.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.mt_01 {
  margin-top: 1px;
}

.mt_02 {
  margin-top: 2px;
}

.mt_03 {
  margin-top: 3px;
}

.mt_05 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_05 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mr_05 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.ml_05 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.mtb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mtb_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden {
  visibility: hidden;
}

.col170 {
  width: 170px;
}

.col200 {
  width: 200px;
}

.col210 {
  width: 210px;
}

.col220 {
  width: 220px;
}

.col230 {
  width: 230px;
}

.col240 {
  width: 240px;
}

.col250 {
  width: 250px;
}

.col300 {
  width: 300px;
}

.col350 {
  width: 350px;
}

.col400 {
  width: 400px;
}

.col450 {
  width: 450px;
}

.small_txt {
  font-size: 80%;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_left img {
  margin-right: 10px;
}

a.hover:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.sentence {
  line-height: 1.8;
  margin-top: 10px;
}

/*
===== 7: clearfix ===========================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

.clear {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

/*
===== top m-recruitment ===========================
*/
.m-recruitment {
  border: 1px solid #b4d7df;
  margin-top: 30px;
  background: #fff;
  border-radius: 3px;
}

.recruitment_ttl {
  background: #67afbf;
  color: #fff;
  padding: .6em 1em .4em;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: normal;
}

.recruitment_in {
  padding: 1em 2em 1em;
}

.recruitment_in p {
  margin-top: .5em;
  line-height: 1.6;
}

.recruitment_tbl {
  display: flex;
  border-bottom: 1px solid #dadada;
}
.recruitment_tbl dt {
  width: 6em;
  padding: 1em 0;
  color: #368090;
}

.recruitment_tbl dd {
  width: calc(100% - 6em);
  padding: 1em 0;
}

.recruitment_in .recruitment_tbl:last-child {
  border-bottom: none;
}

.m-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.info_ttl {
  font-size: 1.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #99978F;
  padding-bottom: 0.3em;
  color: #077A9A;
}

.m-info h3 {
  margin-top: 1em;
  font-size: 1em;
  text-indent: -.5em;
}

.info-lead {
  margin-top: 1em;
}