@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	7;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* ■body、TD、ほか■PC・TAB・SP共通 ■────── */
body {
	font-size: 16px;
	line-height: 170%;
	font-weight: normal;
 letter-spacing: 0px;
 background: #ffffff url("../img/body_back_01.jpg") repeat-x 0 0;
}
TD {
	font-size : 16px;
	line-height : 160%;
	font-weight: normal;
}
/* ■全体枠（グリッドコンテナ）■PC ■─── */
.gridContainer {
	width: 100%;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	overflow:hidden	/*サブページの左subの背景色を下部まで伸ばすために、これも必要（あとは、#subのところでpadding-bottomを32768pxに、margin-bottomを-32768pxに。*/
}


.gridContainer-white {
	width: 100%;
	max-width: 1200px;
 padding-left: 0%;
 padding-right: 0%;
 margin: auto;
 background-color: #FFFFFF;
}
.gridContainer100 {
 width: 100%;
 padding-left: 0%;
 padding-right: 0%;
 margin: auto;
}
#wrapper {
 width: 100%;
 overflow: hidden;
}
#header {
 margin: 0 auto;
 width: 1200px;
 height: 84px;
 text-align: left;
 position: relative;
}
#header .logo_img{
 display: block;
 width: 130px;
 height: 114px; 
 position: absolute;
 top: 0px;
 left: -23px;
}
#header .h1 {
 position: absolute;
 top: 0px;
 left: 116px;
 width: 100%;
}
#header .h1 h1{
 clear: both;
 float: left;
 width: 100%;/* 右にリンクがあるときは660px。ないときは100% */
 line-height : 125.00%;
 text-align: left;
 margin-top: 3px;
 margin-left: 2px;
 color: #FFF;
 font-weight: normal;
 font-size: 12px;
}
#header .logo-1 {
 margin-top: 13px;
 text-align: bottom;
}
#navi {
 margin: 0 auto 6px auto;
 width: 1200px;
 height: 30px;
 text-align: left;
 overflow: hidden;
 position: relative;
}
#navi ul{
 margin-left: 113px;
}
#navi li {
 float: left;
 display: inline;
}
#navi li img {
 display: block;
}
#navi #shimai-link {
 position: absolute;
 top : 3px;
 right: 0px;
}
/* ■スマホヘッダを非表示に■PC・TAB■─── */
#headersp {
	display: none;
}
/* ■■■─── */
/* ■スマホヘッダを非表示に■PC・TAB■─── */
#navisp {
 display: none;
}
/* ■パンくず■PC・TAB ■────── */
#breadcrumb {
	clear: both;
margin-top: 0;
margin-bottom: 3px;
width: 100%;
	display: block;
	font-size : 13px;
	color: #7e7e7e;
}
/* ■トップページのカラム分け■PC（左右） ■────── */
#topmain {
 clear: both;
 float: left;
 margin-left: 0px;
 width: 100%;
 display: block;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0;
   padding-top:30px;
   padding-bottom:30px;
   padding-left:230px;
   padding-right:230px;
    position: relative;
}
#topsub {
 display: none;
}
/* ■ページタイトルプレート■TAB ■────── */
h2 {
 padding-top: 24px;
 padding-bottom: 23px;
 margin-top: 2px;
 margin-bottom: 0px;
 font-size : 30px;
 text-align: center;
 line-height : 100.00%;
background-color: #FFF9EE;
color: #FF7F00;
font-weight: normal;
border: 1px solid #FF7F00;
}

/* ■大見出し帯■PC・TAB・SP共通 ■────── */
h3 {
	padding: .5em .75em .4em .95em;
	background-color: #7BBD35;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 20px;
	line-height : 130.00%;
	font-weight: bold;
	color: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
/* ■小見出し帯（左縦棒・上下線）■PC・TAB■────── */
.midashi1 {
  padding: 10px  0px  10px  12px ;
  border-left: 8px solid #01B429;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size : 20px;
  line-height : 130.00%;
  color: #01B429; 
}
/* ■見出し帯（左縦棒・下線）■PC・TAB・SP共通■────── */
.midashi2 {
	padding: 6px  0px  6px  12px ;
	border-left: 8px solid #FF5D31;
border-top: 0px solid #FF5D31;
	border-bottom: 1px solid #FF5D31;
	margin-top: 35px;
	margin-bottom: 10px;
	font-size : 20px; 
	line-height : 130.00%;
	color: #FF5D31;	
}
/* ■本文の上で少し大きい文字■PC・TAB・SP共通■────── */
.bigtext {
	font-size : 16px;
	line-height : 120.00%;
color: #F97277;
	font-weight: normal;
}
/* ■本文の上で少し大きい文字■PC・TAB・SP共通■────── */
.bigtext2 {
	font-size : 19px;
	line-height : 120.00%;
	color: #F97277;
	font-weight: normal;
}
.keigakomi-tomokuji01 {
   width: 100%;
   margin-top: 4px;
   margin-bottom: 4px;
   padding-top:5px;
   padding-bottom:4px;
   padding-left:15px;
   padding-right:15px;
   border-top:1px solid #bbbbbb;
   border-right:1px solid #bbbbbb;
   border-bottom:1px solid #bbbbbb;
   border-left:1px solid #bbbbbb;
}
.keigakomi-tomokuji02 {
   width: 100%;
   margin-top: 4px;
   margin-bottom: 4px;
   padding-top:5px;
   padding-bottom:4px;
   padding-left:15px;
   padding-right:15px;
   border-top:1px solid #bbbbbb;
   border-right:1px solid #bbbbbb;
   border-bottom:1px solid #bbbbbb;
   border-left:1px solid #bbbbbb;
   text-align: center;
}
/* ■導入文章 ■───── */
.bun01 {
  margin-top:20px;
  margin-bottom:20px;
}
/* ■求人リンクボタン　PC本文下部 ■───── */
.kyujin-link-bt01 {
  margin-top:0px;
  margin-bottom:0px;
}
a.bt-samp72 {
  display: block;
  height: 40px;
  width: 400px;
   margin-left: auto;
   margin-right: auto;
  margin-bottom:4px;
  padding:1px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-size:17px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp72 span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fa7e01;
  border-radius: 5px;
}
/* ■求人リンクボタン　PC本文下部 ■───── */
.kyujin-link-bt01migi {
  margin-top:0px;
  margin-bottom:0px;
}
a.bt-samp72migi {
  display: block;
  height: 40px;
  width: 100%;
   margin-left: auto;
   margin-right: auto;
  margin-bottom:4px;
  padding:1px;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  font-size:16px;
  background: #fff;
  border: 1px solid #ff9900;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt-samp72migi span{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fa7e01;
  border-radius: 5px;
}
.clear {
clear:both;　/*floatの解除、ここがポイント*/
}
.button001 {
   padding-top: 9px;
   padding-bottom: 4px;
   padding-left: 10px;
   padding-right: 10px;
   width: 60%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
   margin-top: 0px;
   margin-bottom: 0px;
}
.button001 a:hover {
  text-decoration: none;
}
.buttonmoji001 {
 padding-top: 0px;
 padding-bottom: 4px;
   text-align: center;
 margin-top: 0px;
 margin-bottom: 0px;
 font-size : 16px;
 line-height : 130.00%;
 font-weight: normal;
 color: #ffffff; 
}

.button001 {
   background-color: #F97277;
}
.button001 a:hover {
 background-color: #FFE1C4;
}
.column-ph01x {
  width: 100%;
  margin-top: 0px;
}
.column-ph01x img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 0px 0px; /* 下側を空けたいときここ */
 width: 100%;  /* 写真の横幅*/
 height: auto;
}

.column-ph01 {
    width100%;
    height:300px;
    overflow:hidden;
    position:relative;
}
.column-ph01 img {
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: 100%;
    height: auto;
}
.column-ph0203 img {
float:right;
margin-left:20px;
margin-bottom:10px;
padding:4px;
width:55%;
height:auto;
border:solid 3px #E0F2B6;
}
.hidari-shokushutable {
   font-size: 12px;
   line-height: 150%;
   font-weight: normal;
   margin-top: 3px;
}

.hokano-shokushu {
 font-size : 14px;
 line-height : 120.00%;
color: #F16A00;
 font-weight: normal;
  text-align: center;
  margin-top:18px;
  margin-bottom:4px;
}
/* ■フッター■PC・TAB■────── */
#footer {
  clear: both;
  width: 100%;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  border-top: solid 0px;
  border-top-color: #000000;
 background-color: #F97277;
}
/* ■目次ページ■PC・TAB■────── */
.indexbox {
      float : left ;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
      width : 217px ;
      height : 216px ;
      border : 1px solid #BFE469 ;
      }
.clr-block{
      clear : both ;
  margin-bottom: 10px;
      }
.indexcap {
  font-size : 15px;
  line-height : 130.00%;
  color: #01B429; 
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 3px;
}












