@charset 'UTF-8';

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
  padding: 0px;
  margin: 0px;
  border: none;
  line-height: 1;
  font-size: 100%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  color: #443322;
}

ul {
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
table {
  border-collapse: collapse;
}
body {
  font-size: 80%;
}

/* ヘッダ */
#header {
  position: relative;
  overflow: hidden;
  height: 110px;
  border-top: 5px solid #5a3d1c;
}
  #logo {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -450px;
    width: 150px;
  }
  h1 {
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -170px;
    padding: 10px 50px 0 0;
    width: 570px;
    height: 54px;
    background: url('../img/bg_h1.png') no-repeat left top;
    font-weight: normal;
    text-align: center;
  }
  #shouldermenu {
    position: absolute;
    top: 55px;
    left: 50%;
    width: 390px;
    text-align: right;
  }
    #shouldermenu li {
      display: inline;
      padding-left: 1em;
    }
    #shouldermenu a {
      padding: 0 0 0 14px;
      background: url('../img/list_brown.png') no-repeat left center;
    }
  #mainmenu {
    margin: 75px auto 0;
    width: 900px;
    height: 35px;
  }
    #mainmenu li {
      display: block;
      float: left;
      border-left: 1px solid #998877;
    }
    #mainmenu_last {
      border-right: 1px solid #998877;
    }
    #mainmenu a {
      display: block;
      padding: 0 15px;
      color: white;
      font-size: 115%;
      font-weight: bold;
      line-height: 35px;
    }

/* コンテンツ */
#content {
  margin: 0 auto;
  width: 900px;
}

/* フッター */
#footer {
  clear: both;
  position: relative;
  padding: 15px 0;
  background: url('../img/bg_footer.png') #5a3d1c;
}
  #footer * {
    color: white;
    text-align: center;
  }
  #foot_logo {
  }
  #footer h2 {
    line-height: 2;
  }
  #footer p {
    line-height: 2;
  }
  #footer ul {
    line-height: 1.5;
  }
  #footer li {
    display: inline;
    padding: 0 13px;
    background: url('../img/list_white.png') no-repeat left center;
  }
  #footer #address span {
    display: inline-block;
    padding: 0 0.5em;
  }
  #to_top {
    position: absolute;
    margin-left: 390px;
    width: 60px;
    top: 15px;
    left: 50%;
  }
    #to_top a {
      display: block;
      padding-top: 35px;
      background: url('../img/i_to_top.png') no-repeat center top;
      text-align: center;
    }
  #copyright {
    font-size: 80%;
    font-family: 'Helvetica', 'Ariel';
    letter-spacing: 0.05em;
  }

#recruit-info {
  border: 1px solid #666666;
  padding: 10px 35px;
  margin-bottom: 15px;
  background: url('../img/bg_footer.png');
  border-radius: 5px;
}
#recruit-info h2 {
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  letter-spacing: 3px;
  text-align: center;
  font-size: 350% !important;
  color: white;
}
#recruit-info h2 i {
  display: block;
  text-align: center;
  color: #ffeecc;
  font-size: 250%;
  color: white;
  opacity: 0.4;
}
#recruit-info .description {
  padding: 0 0 10px;
  text-align: center;
  font-size: 120%;
  color: white;
}
#recruit-info ul {
  border: 1px solid #999999;
  padding: 25px 35px 0;
  border-radius: 5px;
  background: white;
}
#recruit-info li {
  font-size: 160%;
  background: none !important;
}
#recruit-info li i {
  color: orange;
  padding-right: 0.4em;
}
#recruit-info .pretel {
  margin: 10px;
  font-size: 140%;
  text-align: center;
  color: white;
}
#recruit-info .tel {
  text-align: center;
  font-weight: bold;
  font-size: 300%;
  letter-spacing: 2px;
  color: #99bb99;
}
#recruit-info .tel a {
  color: #99bb99;
}

@media only screen and (max-width: 580px) {
  #logo {
    position: relative;
    margin: 45px 10px 10px;
    left: 0;
    top: 0;
    float: left;
    width: auto;
  }
  #logo img {
    width: 75px;
  }
  #header {
    height: auto;
    overflow: hidden;
  }
  h1 {
    width: auto;
    background: #5a3d1c;
    left: 0;
    top: 0;
    height: auto;
    margin: 0;
    padding: 0 10px 5px;
    color: white;
  }
  h1 * {
    color: white;
  }
  h1 strong {
    font-size: inherit;
  }
  #shouldermenu {
    display: none;
  }
  #menu-trigger {
    float: right;
    margin: 45px 10px 10px;
    padding: 5px 8px;
    background: #5a3d1c;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  #mainmenu {
    display: none;
    clear: both;
    margin: 0;
    width: 100%;
    height: auto;
    background: #5a3d1c;
  }
  #mainmenu li {
    width: 100%;
    float: none;
    border: none;
    border-top: 1px solid white;
  }
  #mainmenu_last {
    border: none;
  }
  #mainmenu a {
    display: block;
    padding: 0 15px;
    color: white;
    font-size: 110%;
    font-weight: bold;
    line-height: 2.6;
  }

  #content {
    width: 100%;
  }
  #foot_logo img {
    width: 110px;
  }
  #footer ul {
    border-top: 1px solid white;
  }
  #footer li {
    display: block;
    width: auto;
    background: none;
    border-bottom: 1px solid white;
    padding: 0;
  }
  #footer li a {
    display: block;
    font-size: 110%;
    line-height: 2.6;
    padding: 0;
  }
  #footer #address {
    margin-bottom: 5px;
  }
  #footer #address span {
    display: block;
    padding: 0 0 5px;
  }

  #to_top {
    display: none;
  }
  
  #recruit-info {
    padding: 10px;
  }
  #recruit-info h2 i {
    font-size: 200%;
  }
  #recruit-info .description {
    font-size: 90%;
  }
  #recruit-info ul {
    padding: 25px 10px 0;
  }
  #recruit-info .pretel {
    font-size: 120%;
  }
  #recruit-info .tel {
    font-size: 200%;
  }
}
