.site_header {
  position: relative;
  min-width: 1024px;
  background: #00baec;
  zoom: 1;
}
.site_header:after {
  content: "";
  display: block;
  clear: both;
}
.site_header .logo {
  padding: 20px 14px 20px 20px;
  float: left;
}
.site_header .global {
  float: left;
}
.site_header .login {
  margin-right: 20px;
  float: right;
}
.site_header .menu {
  display: none;
}
.site_header li {
  margin-left: 21px;
  padding: 20px 0;
  float: left;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 30px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-shadow: 0 0 0;
}
.site_header li a {
  padding: 0 12px;
  display: block;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.site_header li a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.site_header li.on {
  background: url(/img/header/arrow_current.png) no-repeat 50% 100%;
}
.site_header li.on a {
  background: rgba(0, 0, 0, 0.2);
}
.site_header .logo a {
  background: 0;
}
.site_header .login li:last-child {
  position: relative;
  width: 124px;
  height: 30px;
}
.site_header .company {
  display: none;
}
.site_header a.btn {
  position: absolute;
  top: 17px;
  left: 0;
  display: inline-block;
  border-radius: 18px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #98d738;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}
.site_header a.btn:hover {
  opacity: 1;
  color: #24c6f0;
  background: #fff;
  width: 106px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  top: 14px;
  left: -3px;
  text-shadow: 0 0 0;
}
.site_header a.btn:active {
  top: 15px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all  0s ease;
}

.site_footer {
  min-width: 1024px;
  margin-top: 20px;
}
.site_footer a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.site_footer a:hover {
  opacity: 0.7;
}
.site_footer .trial {
  padding: 15px;
  line-height: 40px;
  text-align: center;
  background: #00baec;
}
.site_footer .trial span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.site_footer a.btn {
  margin-left: 30px;
  padding: 0 24px;
  display: inline-block;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background: #98d738;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
}
.site_footer a.btn:hover {
  opacity: 1;
  color: #24c6f0;
  background: #fff;
  text-shadow: 0 0 0;
}
.site_footer a.btn:active {
  margin: 1px 0 -1px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.site_footer .link {
  padding: 30px 0 45px;
  background: #ecfafc;
  zoom: 1;
}
.site_footer .link:after {
  content: "";
  display: block;
  clear: both;
}
.site_footer .link_inner {
  margin: 0 auto;
  width: 984px;
  padding: 0 20px;
}
.site_footer .link1, .site_footer .link2 {
  margin-right: 40px;
  padding-left: 10px;
  width: 140px;
}
.site_footer .link1 a, .site_footer .link2 a {
  padding-left: 20px;
  display: block;
  color: #1d1d1d;
  background: url(/img/footer/arrow_link.png) no-repeat 0 50%;
  font-size: 12px;
}
.site_footer .link1 ul, .site_footer .link2 ul {
  margin-bottom: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cdcdcd;
}
.site_footer .link1 ul:last-child, .site_footer .link2 ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.site_footer .link1 li, .site_footer .link2 li {
  margin-bottom: 5px;
}
.site_footer .link1 {
  float: left;
}
.site_footer .link2 {
  float: left;
}
.site_footer .sns {
  float: left;
}
.site_footer .sns li {
  margin-bottom: 15px;
}
.site_footer .sns a {
  padding-left: 10px;
  width: 140px;
  line-height: 40px;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}
.site_footer .likebox {
  float: right;
}
.site_footer .twitter a {
  background: #00b2f1 url(/img/footer/twitter.png) no-repeat 109px 4px;
}
.site_footer .facebook a {
  background: #3b5a9a url(/img/footer/facebook.png) no-repeat 109px 4px;
}
.site_footer .copyright {
  padding: 10px;
  color: #fff;
  background: #303030;
  clear: both;
  font-size: 12px;
  text-align: center;
}

#main_header {
  border-bottom: 7px solid #303030;
  background: #f2f2f2;
  height: 77px;
}

@media only screen and (max-width: 960px) {
  .site_header {
    min-width: 0;
  }
  .site_header .logo {
    margin-right: 0px;
    padding-bottom: 0;
    float: none;
  }
  .site_header .site_nav {
    float: none;
  }
  .site_header .login {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_header li {
    margin-left: 2px;
  }

  .site_footer {
    min-width: 0;
  }
  .site_footer .link {
    padding: 30px 0 20px;
  }
  .site_footer .link_inner {
    width: auto;
  }
  .site_footer a {
    padding: 7px 5px 7px 20px;
  }
  .site_footer a.btn {
    margin-left: 0;
    display: block;
  }
  .site_footer .link1, .site_footer .link2 {
    margin-right: 0;
    padding-left: 0;
    width: 50%;
  }
  .site_footer .link1 ul, .site_footer .link2 ul {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .site_footer .link1 ul:last-child, .site_footer .link2 ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site_footer .link1 li, .site_footer .link2 li {
    margin-bottom: 0;
  }
  .site_footer .sns {
    padding-top: 20px;
    float: none;
    clear: both;
    text-align: center;
  }
  .site_footer .sns li {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
  }
  .site_footer .sns a {
    padding: 0 0 0 10px;
    display: inline-block;
    text-align: left;
  }
  .site_footer .likebox {
    padding-top: 20px;
    clear: both;
    float: none;
    text-align: center;
    overflow: hidden;
  }

  #main_header {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper {
    padding-top: 45px;
  }

  .site_header {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    zoom: 1;
  }
  .site_header:after {
    content: "";
    display: block;
    clear: both;
  }
  .site_header .logo {
    margin: 13px 0 0 9px;
    padding: 0;
    float: left;
    width: 123px;
    height: 22px;
  }
  .site_header .logo a {
    width: 123px;
    height: 22px;
    display: block;
    background: url(/img/header/sp_cybozulive.png) 0 0 no-repeat;
    background-size: 123px 22px;
  }
  .site_header .logo img {
    display: none;
  }
  .site_header .menu {
    display: block;
    margin: 11px 9px 0 0;
    padding: 5px;
    float: right;
    width: 18px;
    line-height: 11px;
  }
  .site_header .menu img {
    width: 100%;
  }
  .site_header .site_nav {
    display: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    clear: both;
    background: #fff;
    font-size: 16px;
  }
  .site_header .site_nav .login,
  .site_header .site_nav .global {
    position: relative;
    margin: 0;
    float: none;
  }
  .site_header .site_nav li {
    float: none;
    padding: 0;
    line-height: 23px;
    border-top: 1px solid #fff;
    background: #5ca8e0;
  }
  .site_header .site_nav .company {
    display: block;
  }
  .site_header .site_nav li.fb,
  .site_header .site_nav li.tw {
    float:left;
    width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site_header .site_nav li.fb {

  }
  .site_header .site_nav li.tw {
    margin-left: -2px;
    border-left: 1px solid #fff;
  }
  .site_header .site_nav a {
    border-radius: 0;
    display: block;
    padding: 15px;
    color: #fff;
    background: #5ca8e0;
  }
  .site_header .site_nav a:hover {
    background: #5ca8e0;
  }
  .site_header .site_nav li.on a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .site_header .login li:last-child {
    position: static;
    width: auto;
    height: auto;
  }
  .site_header a.btn {
    position: static;
    top: 0;
    left: 0;
    display: block;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 23px;
    color: #fff;
    background: #9DE52F;
    text-align: left;
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
  }
  .site_header a.btn:hover {
    opacity: 1;
    color: #fff;
    background: #9DE52F;
    width: auto;
    height: auto;
    line-height: 23px;
    border-radius: 0;
    top: 0;
    left: 0;
    text-shadow: 0 0 0;
  }
  .site_header a.btn:active {
    top: 0;
    box-shadow: 0 0 0;
  }
  .site_header a.btn {
    text-align: left;
    border-radius: 0;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 23px;
    color: #fff;
    background: #9DE52F;
  }

  .site_footer .sns li {
    margin: 0 0 10px;
  }
  .site_footer .sns li:last-child {
    margin-bottom: 0;
  }
}