@charset "UTF-8";

body{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  font-size: 16px;
  color:#444;
}

.container-fluid {
  max-width: 1380px;
}

h2{
  word-break: break-all;
}

h2.sh-intro{
  font-weight:bold;
  font-size:45px;
  color:#fff;
  text-shadow: 1px 1px 3px #000;
}

h2 span{
  font-size:22px;
}

h3{
  font-size:22px;
  margin:25px 0 15px 0;
  padding:0;
  line-height: 1.3;
}

h3 span{
  font-size:17px;
}

h3.latest-t{
  font-size:18px;
}

p{
  margin: 18px 0 30px 0;
  line-height: 1.8;
}

p.time span{
  border: #ddd 1px solid;
  margin-bottom:15px;
  padding:3px
}

p.cat{
  margin: 10px 0 0 -15px;
  padding:0;
}

p.icat{
  margin: 0px 0 0 0;
  padding:0;
}

p.wrap-tex{
  margin-top:35px;
}

p.link1{
  font-size:19px;
}


span.attention{
  font-weight:bold;
}

a.tel{
  font-weight:bold;
}

.item p{
  padding:0 10px;
}

.item img{
  width:100%;
}

.qrcode{
  width:220px;
}


/* グローバルナビ固定分 */
.menu-padding {
  padding-top: 110px;
}

.intro{
  margin-top:50px;
}

.intro h3{
  font-size:32px;
  font-weight:bold;
}

.intro p{
  font-size:22px;
}

.intro p:nth-child(2){
  margin-top:50px;
}

.intro p:last-child{
  margin-bottom:80px;
}

.intro2{
  margin-top:0px;
}

.intro2 h3{
  font-size:32px;
  font-weight:bold;
}

.intro2 p{
  font-size:22px;
}

.navbar {
  border-radius: 0px;
}

.current{
  font-weight:bold;
}

.content{
  padding-top: 250px;
}
.content a[id]:not([href]) { /* idが属性にありかつ、hrefの属性がないもの */
  margin-top:-250px;
  padding-top:250px;
}

.block-mgn{
  margin-bottom:50px;
  background:#fff;
}

.img-portfolio {
  margin-bottom: 15px;
}

.img-portfolio2 {
  margin-bottom: 30px;
}

.page-header{
  font-weight:bold;
}

/* ラッパー設定 */
.wrapper{
  background:#fffceb;
  padding-top:25px;
  padding-bottom:50px;
  /* wrapperと通常ブロックの間に大きな余白が出来るのをなくす。 */
   margin-top:-38px;
}

.wrapper h2{
  padding:20px 0 0 0;
}

/* スライダー設定 */
.icatch, .icatch2 {
  overflow-x: hidden;
}

.icatch2,.icatch3 {
  margin:0;
  padding:0;
}

.icatch2{
  border-radius:5px;
}


/* メニューが固定化した時に左にずれるのを防ぐためにpadding-left: 0pxを指定 */
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
}

.navbar-inverse .navbar-toggle {
  border-color: #002162;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #002162;
}

.btn, .btn:hover{
  background: #7252a3;
  color:#fff;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #7252a3;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #7252a3;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #7252a3;
  border-color: #398439;
}


#topslide{
  width:100%;
  margin: 0 auto;
}

#topslide ul{
  width:100%;
  margin: 0;
  padding: 0;
}


/* グローバルナビ設定 */
.navbar-inverse {
  background-image: url(../img/wood_back10.jpg);
  background-size:500px auto;
  border: none;
  box-shadow: 4px 4px 3px -3px #999;
  -webkit-box-shadow: 4px 4px 3px -3px #999;
  -moz-box-shadow: 4px 4px 3px -3px #999;
}

.navbar-inverse .navbar-brand {
  color: #555;
}
.navbar-inverse .navbar-brand:hover {
  color: #ddd;
}


.navbar-inverse .navbar-nav > li > a{
  color: #555;
  font-size:15px;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #999;
}

.navbar-inverse .navbar-nav > li.current > a{
  color:#3252a3;
}

.nav > li > a {
  padding: 10px 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}



/* フッター */
footer{
  background-image: url(../img/wood_back10.jpg);
  background-size:500px auto;
  border: none;
  margin:0px 0 0 0;
  padding:50px 0;
}

.f-wrapper {
  background:#fffceb;
  position: relative;
  z-index: 2;
}

ul.fmenu {
  text-align: right;
  margin-bottom: 0px;
  padding: 15px 0;
  font-weight: bold;
}

ul.fmenu li, ul.fmenu li a {
  padding-left: 10px;
  color: #444;
  font-weight: bold;
}


.infobtn,.infobtn2,.infobtn3{
  border:1px solid #999;
  margin: 10px 0;
  padding: 10px 10px;
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
  background: #fff;
  font-weight:bold;
}

.infobtn{
  margin: 10px 0 55px 0;
}

.infobtn2{
  margin: 10px 0 40px 0;
}

.infobtn3{
  margin: 30px 0 55px 0;
}


a.infolink:hover{
  text-decoration:none;
}

/* イメージ部分固定 */
.img-inblock {
  display: inline-block;
}


/* 自動付加z-index解除 */
.zrelese{
position:relative;
z-index:1;
}

/* バック固定背景部分テキスト中央寄せ */
.flex-box{
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* バック固定背景指定 */
.fixedback1{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:2;
}

.fixed-yamato1{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.fixedback2{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/main2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:2;
}

.fixedback3{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/main3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedback4{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/main4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedback5{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/main5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedback6{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/main6.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.fixed-yamato2{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/yamato-main22.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-aoba1{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/aoba-main1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-aoba2{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/aoba-main6.jpg) center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-aoba3{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-hakkei1{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-hakkei2{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background: url(../img/hakkei-main2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixed-ebina1, .fixed-gyomuyamato1, .fixed-ebinachuo1{
  display:table;
  height:350px;
  width:100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* 新着情報・お知らせ */
.infobox{
  border:1px solid #cccccc;;
  word-break: break-all;
  background:#fff;
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
  margin: 0 0 20px 0;
}

.infobox .iinner{
  padding:10px;
  width:100%;
  min-height:180px;
  height:200px;
  overflow: auto;
}

.panel {
  border-radius: 0px;
}

.mypanel-footer{
  padding:10px;
  min-height:150px;
}

.panel2{
  background: #fff;
  padding: 0px;
  margin: 10px 0;
  border: 1px #cccccc solid;
}

.panel2 > .mypanel-body + .table,
.panel2 > .mypanel-body + .table-responsive,
.panel2 > .table + .mypanel-body,
.panel2 > .table-responsive + .mypanel-body {
  border-top: 1px solid #ddd;
}


.panel2 h3{
  margin: 5px 0;
  font-weight:bold;
  color:#777;
}

.panel2 p{
  margin: 10px;
}

.panel2 .mypanel-body {
  padding: 0px;
}

.panel2  .mypanel-body img{
  padding: 0;
  margin: 0;
}

.panel2 .mypanel-body img.detail{
  border-bottom: 1px solid #ddd;
}

.panel2 .mypanel-footer {
  padding: 10px 0px;
  word-break: break-all;
  background: #fff;
  min-height:20px;
}

.panel2 .mypanel-footer2 {
  padding: 10px 0px;
  word-break: break-all;
  background: #fff;
  min-height:140px;
}

.panel2 .mypanel-footer2 h3{
  padding: 0;
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}


.panel2 .mypanel-footer h3{
  padding: 0;
  margin: 5px 0;
  font-size: 22px;
  font-weight: bold;
}

.newinfo{
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
}

.newinfo p, .newinfo2 p{
  margin:0;
}

p.time{
  margin:0;
  padding:0;
  font-weight:bold;
}

.newinfo p.time, .newinfo2 p.time{
  border: #ddd 1px solid;
  margin-bottom:15px;
}

.newinfo h3{
  margin:0;
  font-size:15px;
  word-break: break-all;
}

.newinfo2 h3{
  margin:0;
  font-size:15px;
  word-break: break-all;
}

.thumbnail, .effect2{
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
}

.thumbnail p{
  margin:15px 0;
  padding:0;
  line-height:1.5;
}

/* 求人ボタン */
.recruitbaner {
  position: fixed;
  bottom: 20px;
  left: -180px;
  z-index: 502;
}

.recruitbaner a {
  display: block;
  width: 160px;
  height: 160px;
  background:url(../img/orange3.png) no-repeat;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}




/* ページトップボタン */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: -170px;
  z-index: 501;
}

.pagetop a {
  display: block;
  width: 160px;
  height: 157px;
  background:url(../img/tomato3.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 70px;
}

.pagetop span{
  display: none;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:active,
.pagetop a:hover {
  overflow: hidden;
  outline: none;
}

table{
  margin:10px 0 20px 0;
  background:#fff;
  width:100%;
}

table th{
  padding:10px;
  background:#eee;
  width:25%;
}

table td{
  padding:10px;
}

table td span{
  color:#ff0000;
}

table.table-contactform7 td span{
  color:#777;
}


ul.contract{
  margin: 0 0 0 15px;
}

ul.contract li{
  margin: 12px 0;
  font-size:22px;
}

ul.latest-i{
  padding:0;
}

ul.latest-i li{
  list-style-type:none;
  border: #ddd 1px solid;
  margin:15px 0;
  padding:0px 0px 0 0px;
  box-shadow: 0px 3px 3px -3px #999;
}


ul.latest-i li p{
  margin: 10px 10px;
  word-break: break-all;
}

ul.latest-i li p.time{
  margin: 0px 0px;
  padding: 10px 0px;
  border-bottom: #ddd 1px dashed;
  background: #f0fff0;
}

.map{
  margin-bottom:50px;
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
}

.map h3{
  padding-bottom: 9px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #eee;
}

.map p{
  margin:15px;
}

.policy p{
  margin:18px 0;
}

.policy h4{
  font-weight:bold;
}


.sidetop-space img{
  margin-bottom:18px;
  box-shadow: 0px 3px 3px -3px #999;
  -webkit-box-shadow: 0px 3px 3px -3px #999;
  -moz-box-shadow: 0px 3px 3px -3px #999;
}

/* コンタクトフォーム設定 */
.table-contactform7{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
  table-layout: fixed;
  margin-bottom:20px;
}

.required-contactform7{
  padding: 5px;
  background: #3252a3;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
  margin:20px;
}
 
.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 select{
  max-width: 97% !important;
  margin: 10px 10px 10px 5px;
  padding:5px;
}

#num{
  width: 50%;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
}

@media screen and (max-width: 900px){
  .table-contactform7{
    display:block;
  }
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  padding: 10px 0;
  border:none;
  }
  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    margin:0;
    padding:0;
    width: 100%;
    border-top: none !important;
  }

  .panel2 .mypanel-footer2 {
    padding: 10px 0px;
    word-break: break-all;
    background: #fff;
    min-height:130px;
  }
  
  .panel2 .mypanel-footer2 h3{
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
  }
}

/* コンタクトフォームレスポンシブ対応 */
.form-width { max-width: 100%;}


.text-posi{
  text-align: center;
}

.pager{
  text-align:center;
}

a.page-numbers,
.pager .current{
  background:rgba(0,0,0,0.02);
  border:solid 1px rgba(0,0,0,0.1);
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}

.pager .current{
  background:rgba(0,0,0,1);
  border:solid 1px rgba(0,0,0,1);
  color:rgba(255,255,255,1);
}

.copy{
  font-weight:bold;
}

/* Responsive Styles */
@media(min-width:992px) and (max-width:1199px){
  .customer-img,.img-related {
    margin-bottom: 30px;
  }

  .navbar-header{
    margin-left:10px;
  }
}

/* Responsive Styles */
@media(max-width:991px) {

  .navbar-inverse .navbar-nav > li > a{
    color: #555;
    font-weight:bold;
    font-size:18px;
  }

.navbar-inverse .navbar-nav > li.current > a{
  color:#3252a3;
}

.nav > li > a {
  padding: 10px 15px;
}

  .customer-img,.img-related {
    margin-bottom: 30px;
  }

  .navbar-header{
    margin-left:60px;
  }

  .newinfo h3{
    font-size:13px;
  }

  .mypanel-footer{
    padding:10px;
    min-height:200px;
  }

  .thumbnail{
    min-height:200px;
  }

  p.caption{
    font-size:13px;
  }
  ul.fmenu {
    text-align: left;
  }

  .fmenu li {
    margin: 10px 0px;
    width: 100%;
  }

}

@media(max-width:767px) {

  body{overflow-x: hidden;}

  p{
    margin: 15px 0 22px 0;
    line-height: 1.8;
  }

  p.time{
    font-size:13px;
  }

  p.link1{
    font-size:14px;
  }

  /* グローバルナビ固定分 */
  .menu-padding {
    padding-top: 60px;
  }

  h1{
    font-size:22px;
  }

  h2.page-header{
    margin-left:25px;
    margin-right:25px;
  }

  .content_info h2{
    font-size: 18px;
  }

  .content_info h2 span{
    font-size: 15px;
  }

  .content_info p{
    padding: 0px 30px;
    font-size: 15px;
  }

  .intro h3{
    padding: 0px 30px;
  }

  .intro p{  
    padding: 0px 30px;
    font-size: 15px;  
  }

  h3.page-header{
    font-size: 18px;
    line-height:1.1;
  }

  h3.page-header span{
    font-size: 13px;
  }

  .single-rule h2.page-header, .post-rule h2.page-header{
    font-size:22px;
    margin-left:15px;
    margin-right:15px;
  }

  .panel2 .mypanel-footer h3{
    padding: 0;
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .img-portfolio {
    margin-bottom: 15px;
  }

  .img-portfolio2 {
    margin-bottom: 50px;
  }

  .navbar-header{
    margin-left:-15px;
  }

  /* グローバルナビ設定 */
  .navbar-inverse {
    background-size:1400px auto;
  }

  .navbar-inverse .navbar-collapse {
    border-color: #002162;
    margin: 0 -15px;
  }

  header.carousel .carousel {
    height: 70%;
  }

  .ten-gutter > [class*='col-'] {
      padding-right: 5px;
      padding-left: 5px;
  }

  .ten-gutter {
  margin-left: -5px;
  margin-right: -5px;
  }

  .copy{
  font-size:17px;
  }


  h2.sh-intro{
    font-weight:bold;
    font-size:23px;
    color:#fff;
    text-shadow: 1px 1px 3px #000;
    margin: 0 10px;
  }
  
  h2 span{
    font-size:14px;
  }

  .flex-box{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixedback1, .fixedback2, .fixedback3, .fixedback4, .fixedback5, .fixedback6,
  .fixed-hakkei1, .fixed-hakkei2, .fixed-hakkei3,.fixed-aoba1, .fixed-aoba2, .fixed-aoba3,
  .fixed-yamato1, .fixed-yamato2, .fixed-ebina1, .fixed-gyomuyamato1, .fixed-ebinachuo1{
    height:180px;
    background-position: left top;
    background-attachment: scroll !important;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }

  footer{
    background-size:1400px auto;
  }


  dl.dl-horizontal {
    border-bottom:1px #731f36 dotted;
  }

  .dl-horizontal dt {
    word-break: break-all;
    padding: 0px 0px;
    margin: 0px 0 10px 0;
  }

  .dl-horizontal dt span {
    margin-left: 15px;
    padding: 4px;
  }

  .dl-horizontal dt span.news {
    border: 1px solid #dfb950;
    color: #dfb950;
  }

  .dl-horizontal dt span.campaign {
    border: 1px solid #731f36;
    color: #731f36;
  }

  .dl-horizontal dt span.seminar {
    border: 1px solid #191970;
    color: #191970;
  }

  .dl-horizontal dt span.event {
    border: 1px solid #ff0000;
    color: #ff0000;
  }

  .dl-horizontal dt span.recruit {
    border: 1px solid #87cefa;
    color:#87cefa;
  }

  .dl-horizontal dd {
    margin: 0px 0 10px 0;
  }

  /* ご質問 */
  dl.qa dt{
    font-size: 16px;
  }

  dl.qa dd{
    font-size: 14px;
  }

  span a{
    margin-left:0px;
    padding: 8px 5px 5px 5px;
    background:#fff;
    font-size: 12px;
  }

  span.news a{
    border:1px solid #dfb950;
    color:#dfb950;
  }

  span.campaign a{
    border:1px solid #731f36;
    color:#731f36;
  }

  span.seminar a{
    border:1px solid #191970;
    color:#191970;
  }

  span.event a{
    border:1px solid #ff0000;
    color:#ff0000;
  }

  span.recruit a{
    border:1px solid #87cefa;
    color:#87cefa;
  }

  .intro p:last-child{
    margin-bottom:10px;
  }

  .navbar-toggle {
    margin-right: 0px;
  }

  .intro h3, .intro2 h3{
    font-size:18px;
    font-weight:bold;
  }
  
  .intro p, .intro2 p{
    font-size:15px;
  }

  .infobtn{
    margin: 10px 0 20px 0;
  }

  .infobtn2{
    margin: 10px 0 40px 0;
  }

  .infobtn,.infobtn2,.infobtn3{
    font-size:13px;
  }

  /* 求人ボタン */
  .pagetop {
    bottom: 10px;
  }

  .pagetop a {
    width: 100px;
    height: 98px;
    background:url(../img/tomato3_1.png) no-repeat;
    opacity: 0.8;
  }

  /* 求人ボタン */
  .recruitbaner {
    bottom: 10px;
  }

  .recruitbaner a {
    width: 100px;
    height: 100px;
    background:url(../img/orange3_1.png) no-repeat;
    opacity: 0.8;
  }

  p.cat{
    margin: 10px 0 0 0px;
    padding:0;
  }

  .text-posi{
    text-align: left;
  }

  ul.contract{
    margin: 0 0 0 7px;
  }
  
  ul.contract li{
    margin: 12px 0;
    font-size:15px;
  }

}


@media (min-width: 768px) {

  .navbar-fixed-top{
  }

  .navbar-header {
    float: none;
  }
  .navbar-brand {
    width: 100%;
  }
  .navbar-brand > img {
    margin-left: auto;
    margin-right: auto;
    margin-top:3px;
  }
  
  
  .navbar .navbar-inner {
    padding: 0;
  }
   
  .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
  }
   
  .navbar .nav li {
    display: table-cell;
    float: none;
  }
   
  .navbar .nav li a {
    font-weight: bold;
    margin: 0 10px;
  }
   
  .navbar .nav li:last-child a {
    border-right: 0;
  }

  dl.dl-horizontal {
    border-bottom:1px #731f36 dotted;
  }

  .dl-horizontal dt {
    float: left;
    width: 25%;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:17px;
    word-break: break-all;
    padding: 5px 0;
    margin: 5px 10px 20px 5px;
  }

  .dl-horizontal dt span {
    margin-left:15px;
    padding:4px;
  }

  .dl-horizontal dt span.news {
    border:1px solid #dfb950;
    color:#dfb950;
  }

  .dl-horizontal dt span.campaign {
    border:1px solid #731f36;
    color:#731f36;
  }

  .dl-horizontal dt span.seminar {
    border:1px solid #191970;
    color:#191970;
  }

  .dl-horizontal dt span.event {
    border:1px solid #ff0000;
    color:#ff0000;
  }

  .dl-horizontal dt span.recruit {
    border:1px solid #87cefa;
    color:#87cefa;
  }

  .dl-horizontal dd {
    margin-left: 50px;
    width: 95%;
    font-size:17px;
    text-align: left;
    padding: 10px 0px 0px 0px;
  }

  .dl-horizontal dd a{
    text-decoration:underline;
  }

  span a{
    margin-left:10px;
    padding:4px 5px;
    background:#fff;
  }

  span.news a{
    border:1px solid #dfb950;
    color:#dfb950;
  }

  span.campaign a{
    border:1px solid #731f36;
    color:#731f36;
  }

  span.seminar a{
    border:1px solid #191970;
    color:#191970;
  }

  span.event a{
    border:1px solid #ff0000;
    color:#ff0000;
  }

  span.recruit a{
    border:1px solid #87cefa;
    color:#87cefa;
  }

  .fributton{
    display: none;
  }

  .ten-gutter > [class*='col-'] {
      padding-right: 5px;
      padding-left: 5px;
  }

  .ten-gutter {
  margin-left: -5px;
  margin-right: -5px;
  }

  .ten-aa > [class*='col-'] {
      padding-right: 3px;
      padding-left: 3px;
  }

  .ten-aa {
  margin-left: -3px;
  margin-right: -3px;
  }



}
