@charset "UTF-8";
/*! サイトベース */
.cl, .wrap, #h-top, #h-top-link .pc-search div, #gmenu .submenu li {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, .wrap:after, #h-top:after, #h-top-link .pc-search div:after, #gmenu .submenu li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html .wrap, * html #h-top, * html #h-top-link .pc-search div, #h-top-link .pc-search * html div, * html #gmenu .submenu li {
  height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
ol, ul {
  list-style: none;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a:link {
  color: #414141;
  text-decoration: none;
}
a:visited {
  color: #414141;
  text-decoration: none;
}
a:hover {
  color: #414141;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  color: #414141;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
li img,
dt img,
dd img {
  vertical-align: top;
}

body {
  min-width: 1135px;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 14px/1.7 Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #414141;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/*----------------------------------
wrapper
----------------------------------*/
#wrapper {
  padding-top: 127px;
  text-align: left;
  font-size: 100%;
  overflow: hidden;
}
html>/**/body #wrapper {
  padding-top /*\**/: 97px \9;
}
.wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  body {
    min-width: 0;
  }
  #wrapper {
    padding-top: 47px;
    overflow: inherit;
  }
  .wrap {
    width: auto;
    padding: 0 4.6875%;
  }
}


