@charset "UTF-8";
/* ================= contents =================
[0] reset
[1] base
[2] header
[3] glovalNav
[4] contents
[5] footer
[6] clearfix
============================================ */
/* ============================================
0. reset
============================================ */
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, input {
  margin: 0;
  padding: 0;
  border: 0;
  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, menu, nav, section, summary {
  display: block;
}

/* ============================================
1. base
============================================ */
html, body {
  height: 100%;
}

body {
  font-size: 12px;
  *font-size: 75%;
  font-size: 75% \9;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none !important;
}

/* ============================================
2. header
============================================ */
header {
  width: 100%;
  min-width: 1000px;
  height: 72px;
  border-bottom: 4px solid #281e10;
}
header #headerInner {
  width: 1000px;
  margin: 0 auto;
}
header #headerInner h1 {
  margin: 18px 0 0 10px;
  float: left;
}

/* ============================================
3. glovalNav
============================================ */
#glovalNavArea {
  width: 690px;
  float: right;
}
#glovalNavArea #gNav {
  margin: 34px 0 0 -17px;
  width: 432px;
  float: left;
  position: relative;
}
#glovalNavArea #gNav li {
  float: left;
}
#glovalNavArea #gNav li a {
  display: block;
  padding: 0 17px;
}
#glovalNavArea #gNav span {
  background: #B38F20;
  height: 3px;
  display: block;
  position: absolute;
  width: 36px;
  top: 18px;
  left: 17px;
}

#snsNav {
  width: 79px;
  float: right;
  overflow: hidden;
  margin: 21px 6px 0 -9px;
}
#snsNav li {
  width: 30px;
  float: left;
  margin: 0 0 0 9px;
}

/* ============================================
4. contents
============================================ */
#contents {
  padding: 0 0 135px;
  position: relative;
}

/* ============================================
5. footer
============================================ */
footer {
  width: 100%;
  min-width: 1000px;
  height: 140px;
  background: #000;
}
footer #footerInner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
footer #footerInner #footerInnerL {
  width: 330px;
  float: left;
  margin: 13px 0 0;
  overflow: hidden;
}
footer #footerInner #footerInnerL #fLogo {
  float: left;
  margin: 0 10px 0 0;
}
footer #footerInner #footerInnerL small {
  display: block;
  color: #FFF;
  font-size: 84%;
  margin: 16px 0 0;
}
footer #footerInner #footerInnerR {
  width: 272px;
  float: right;
}
footer #footerInner #footerInnerR #footerNav {
  width: 288px;
  margin: 30px 0 0 -16px;
  overflow: hidden;
}
footer #footerInner #footerInnerR #footerNav li {
  float: left;
  margin: 0 0 0 16px;
}
footer #footerInner #footerInnerR #footerSnsNav {
  width: 60px;
  float: right;
  margin: 15px 0 0;
}
footer #footerInner #footerInnerR #footerSnsNav li {
  float: left;
}
footer #footerInner #footerInnerR #footerSnsNav #footerTw {
  width: 21px;
  padding: 0 14px 0 0;
  border-right: 1px solid #FFF;
}
footer #footerInner #footerInnerR #footerSnsNav #footerFb {
  width: 9px;
  padding: 0 0 0 14px;
  margin: -2px 0 0;
}
footer #credit {
  width: 1000px;
  margin: 40px auto 0;
  color: #FFF;
}
footer #credit a {
  margin: 0 0 0 6px;
  vertical-align: 1px;
}

/* ============================================
6. clearfix
============================================ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*# sourceMappingURL=layout.css.map */
