@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

input, textarea, select, label {
  vertical-align: sub;
  font-family: inherit;
}
@media screen and (max-width: 600px) {
  input, textarea, select, label {
    -webkit-appearance: none;
  }
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  width: 100%;
  line-height: 170%;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .tablet {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .lmrg {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .blck:before {
    content: "\A";
    white-space: pre;
  }
}

.wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}

a.button {
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 12px 0px 12px 0px;
  color: #fff;
}

a.green {
  background-color: #33C9AF;
}

a.green:hover {
  background-color: #2CAD97;
}

a.blue {
  background-color: #1E6EDE;
}

a.blue:hover {
  background-color: #185BB6;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  height: 65px;
  z-index: 4;
  -moz-box-shadow: 0px 0px 4px #0E404E;
  -webkit-box-shadow: 0px 0px 4px #0E404E;
  box-shadow: 0px 0px 4px #0E404E;
}
header .wrap {
  position: relative;
}
header h1 {
  position: absolute;
  top: 18px;
  left: 215px;
  font-size: 11px;
  color: #999;
}
header cite {
  position: absolute;
  top: 10px;
  left: 0px;
}
@media screen and (max-width: 1000px) {
  header cite {
    left: 10px;
  }
}
header dfn#tel {
  position: absolute;
  top: 15px;
  right: 140px;
}
@media screen and (max-width: 1000px) {
  header dfn#tel {
    display: none;
  }
}
header dfn#login {
  position: absolute;
  top: 15px;
  right: 0px;
}
@media screen and (max-width: 1000px) {
  header dfn#login {
    display: none;
  }
}
header dfn#btn {
  position: absolute;
  top: 18px;
  right: 20px;
  display: none;
  cursor: pointer;
  width: 40px;
}
@media screen and (max-width: 1000px) {
  header dfn#btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  header dfn#btn {
    right: 10px;
  }
}
header dfn#btn img {
  width: 40px;
  height: 32px;
}

#menu {
  position: fixed;
  top: 65px;
  left: 0px;
  right: 0px;
  z-index: 3;
  -moz-box-shadow: 0px 0px 2px #999;
  -webkit-box-shadow: 0px 0px 2px #999;
  box-shadow: 0px 0px 2px #999;
  background-color: #44BADE;
}
@media screen and (max-width: 1000px) {
  #menu .wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#menu ul {
  background-image: url(../img/cmn/b_menu.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1000px) {
  #menu ul {
    display: block;
    background-image: none;
    text-align: left;
    height: auto;
  }
}
#menu li {
  background-image: url(../img/cmn/b_menu.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: table-cell;
  vertical-align: middle;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #menu li {
    background-image: none;
    padding: 0px;
    width: 100%;
    display: block;
  }
}
#menu li a.first {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 9px;
  display: block;
  background-color: #44BADE;
  height: 42px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #menu li a.first {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
    height: auto;
    border-bottom: solid 1px #23A0C5;
    display: none;
  }
}
#menu li a.first:hover {
  background-color: #fff;
  color: #44BADE;
}
#menu li a.active {
  background-color: #fff;
  color: #44BADE;
}
#menu li .second {
  position: absolute;
  top: 50px;
  left: 9px;
  text-align: left;
  padding: 15px;
  background-color: #FFF;
  width: 462px;
  overflow: hidden;
  *zoom: 1;
  border-top: none;
  border-left: solid 1px #44BADE;
  border-right: solid 1px #44BADE;
  border-bottom: solid 1px #44BADE;
  display: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  #menu li .second {
    top: 40px;
    left: 0px;
    border: none;
    border-top: solid 1px #44BADE;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
#menu li .second dfn {
  width: 130px;
  float: left;
}
@media screen and (max-width: 600px) {
  #menu li .second dfn {
    display: none;
  }
}
#menu li .second dl {
  width: 150px;
  float: left;
}
#menu li .second dd {
  line-height: 240%;
}
#menu li .second dd a {
  padding-left: 15px;
  background-image: url(../img/cmn/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.contents {
  margin-top: 110px;
  margin-bottom: 50px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1000px) {
  .contents {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
.contents #visual {
  background-repeat: no-repeat;
  background-position: top center;
  height: 90px;
  color: #fff;
}
.contents #visual dfn {
  font-size: 12px;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
}
.contents #visual h2 {
  font-size: 26px;
  padding-top: 8px;
  padding-left: 5px;
}

#side {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  background-color: #FAFAFA;
  border: solid 1px #eee;
}
@media screen and (max-width: 1000px) {
  #side {
    position: inherit;
    width: 100%;
  }
}
#side h3 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  padding: 15px;
}
#side li {
  line-height: 300%;
}
#side li a {
  display: block;
  padding-left: 15px;
}
#side li a:hover,
#side li a.current {
  background-color: #EEE;
  background-image: url(../img/cmn/ico_side.png);
  background-position: center right;
  background-repeat: no-repeat;
}

#main {
  margin-top: 50px;
  margin-left: 260px;
  width: 720px;
}
@media screen and (max-width: 1000px) {
  #main {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}

#btm {
  width: 100%;
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #btm {
    margin-bottom: 15px;
  }
}

footer {
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
footer #intro {
  background-image: url(../img/cmn/bg_footer.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  height: 250px;
  width: 460px;
  float: left;
}
@media screen and (max-width: 600px) {
  footer #intro {
    width: 100%;
    height: 300px;
  }
}
footer #intro dfn {
  position: absolute;
  top: 5px;
  left: 230px;
}
footer #intro p {
  position: absolute;
  top: 145px;
  left: 0px;
}
footer #indent {
  float: left;
  width: 520px;
  padding-left: 70px;
}
footer #indent dl {
  width: 150px;
  float: left;
  line-height: 210%;
}
footer #indent dt {
  font-weight: bold;
  padding-bottom: 5px;
}

#pbnr {
  position: fixed;
  right: 0px;
  bottom: 15px;
}
@media screen and (max-width: 600px) {
  #pbnr {
    display: none;
  }
}
#pbnr li {
  padding-bottom: 5px;
}
#pbnr img {
  vertical-align: bottom;
}

cite {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}

#mbnr {
  display: none;
}
@media screen and (max-width: 600px) {
  #mbnr {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-color: #44BADE;
  }
}
#mbnr ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
#mbnr li {
  display: table-cell;
  vertical-align: middle;
  border-right: solid 1px #23A0C5;
}
#mbnr a {
  display: inline-block;
  color: #FFF;
  padding: 15px;
}

#engage {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #engage {
    display: none;
  }
}

#oderflow {
  background-image: url(../img/cmn/orderflow.png);
  background-repeat: no-repeat;
  width: 332px;
  height: 252px;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 6;
}
@media screen and (max-width: 600px) {
  #oderflow {
    display: none;
  }
}
#oderflow .area {
  position: relative;
}
#oderflow .area a#f_order {
  position: absolute;
  top: 100px;
  left: 15px;
}
#oderflow .area a#f_regist {
  position: absolute;
  top: 207px;
  left: 15px;
}
#oderflow .area a#f_login {
  position: absolute;
  top: 207px;
  left: 164px;
}
