/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "Noto Sans JP";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1280px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 1px;
}

header {
  min-width: 1280px;
  background-image: url(../../images/recruit/bg_header_pc.png);
  background-size: 100% 100%;
}

header .wrapper {
  width: 1280px;
  height: 125px;
  margin: 0 auto;
}

header .wrapper .left {
  width: 455px;
  padding: 28px 0 0 20px;
  float: left;
}

header .wrapper .left h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 211px;
  height: 55px !important;
}

header .wrapper .left h1 a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
}

header .wrapper .left h1 .a01 {
  margin-top: 5px;
  padding: 0 20px;
}

header .wrapper .left h1 .a02 {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-left: 2px solid #333;
  font-size: 20px;
  font-weight: bold;
}

header .wrapper .right {
  width: 680px;
  float: right;
  padding-top: 46px;
}

header .wrapper .right a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  margin-right: 28px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 3px;
  border-bottom: 4px solid #fff;
}

header .wrapper .right a:hover {
  color: #E17145;
  opacity: 1;
  border-bottom: 4px solid #E17145;
}

header .wrapper .right a:hover::before {
  border: 2px solid #E17145;
  background-color: #E17145;
}

header .wrapper .right a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .wrapper .right a:last-child {
  margin-right: 0;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  min-width: 1280px;
  padding-bottom: 80px;
}

footer {
  min-width: 1280px;
}

footer .top {
  background-color: #FFD500;
}

footer .top .wrapper {
  width: 1280px;
  margin: 0 auto;
  height: 230px;
  padding-top: 93px;
  text-align: center;
}

footer .top .wrapper .linkbox a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  padding: 0 40px;
  height: 20px;
  line-height: 20px;
  border-right: 2px solid #444;
}

footer .top .wrapper .linkbox a:last-child {
  border: none;
}

footer .top .wrapper .btn {
  background-color: #FF5428;
  width: 1000px;
  height: 47px;
  margin: 30px auto 0;
  display: block;
  border-radius: 25px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

footer .middle {
  height: 217px;
  padding-top: 40px;
  background-color: #FFF7CC;
  text-align: center;
}

footer .middle .wrapper .a01 {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

footer .middle .wrapper .a01 img {
    width: 115px;
   height: 79px !important;
   display: block;
}

footer .middle .wrapper .shop {
  width: 230px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
  text-align: left;
}

footer .middle .wrapper .shop p {
  letter-spacing: 0;
}

footer .middle .wrapper .shop img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

footer .middle .wrapper02 {
  margin-top: 45px;
  text-align: center;
}

footer .middle .wrapper02 a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding: 0 35px;
  height: 15px;
  line-height: 15px;
  border-right: 1px solid #000;
}

footer .middle .wrapper02 a:last-child {
  border: none;
}

footer .copy {
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 10px;
  background-color: #FFD500;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 580px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 0;
  }
  header {
    width: 100%;
    min-width: 100%;
    background-image: url(../../images/recruit/bg_header_sp.png);
    position: relative;
  }
  header .wrapper {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  header .wrapper .left {
    width: 100%;
    padding: 10px 20px 0;
    float: left;
  }
  header .wrapper .left h1 img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 39px !important;
  }
  header .wrapper .left h1 a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
  }
  header .wrapper .left h1 .a01 {
    margin-top: 2px;
    padding: 0 15px 0 0;
  }
  header .wrapper .left h1 .a02 {
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    border-left: 1px solid #333;
    font-size: 16px;
  }
  header .wrapper .right {
    display: none;
  }
  header .ham {
    width: 40px;
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  header .spmenu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 10000;
    border-bottom: 3px solid #FFD500;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px 8px 15px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #FFD500;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main {
    min-width: 100%;
  }
  footer {
    min-width: 100%;
  }
  footer .top {
    background-color: #fff;
  }
  footer .top .wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 30px 20px;
  }
  footer .top .wrapper .linkbox a {
    margin-bottom: 10px;
    padding: 0 20px;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #444;
  }
  footer .top .wrapper .linkbox a:nth-child(2) {
    border: none;
  }
  footer .top .wrapper .btn {
    width: 100%;
    height: 35px;
    margin: 20px auto 0;
    line-height: 33px;
    font-size: 18px;
  }
  footer .middle {
    height: auto;
    padding: 15px 20px 5px;
  }
  footer .middle .wrapper .a01 {
    width: 108px;
    display: block;
    margin: 0 auto;
  }
  footer .middle .wrapper .a01 img {
    width: 100%;
  }
  footer .middle .wrapper .shop {
    width: 240px;
    display: block;
    margin: 20px auto 0;
  }
  footer .middle .wrapper02 {
    width: 90%;
    margin: 35px auto 0;
    margin-top: 35px;
    padding-left: 20px;
    text-align: center;
    font-size: 0;
    text-align: left;
  }
  footer .middle .wrapper02 a {
    width: 48%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    height: 15px;
    line-height: 15px;
  }
    footer .middle .wrapper02 a:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 2px;
      margin-left: 4px;
      border: transparent solid 5px;
      border-left-color: #FFD500;
      vertical-align: 1px;
 }
  footer .copy {
    height: 25px;
    line-height: 25px;
    font-size: 9px;
  }
}