@charset "utf-8";
/* CSS Document */
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-style:normal;
  font-weight: normal;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
input, textarea{
  margin: 0;
  padding: 0;
}
ol, ul,li{list-style:none;}
table{
  border-collapse: collapse; 
  border-spacing:0;
}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}
.both{clear:both;}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a{
  text-decoration: none;
}
area{
  border:none;
  outline:none;
}

/* フォームスタイルをリセット */
input, button, select, textarea {
    -webkit-appearance: none;}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


#header .fs-p-searchForm__input {
  margin-top: 0;
  font-size: 14px;
}

.navPageTitle {
  padding: 0;
}

.navbar {
  /* display: initial; */
  align-items: initial;
  margin: initial;
  width: initial;
  max-width: initial;
}

.navbar-collapse {
  float: initial;
}

ul.hamb-list {
  font-size: 14px;
}

.close {
  float: initial;
  font-size: 14px;
  font-weight: initial;
  line-height: initial;
  color: initial;
  text-shadow: initial;
  filter: initial;
}

.hamb-list li {
  display: block;
  line-height: initial;
}

.navbar-inverse .navbar-collapse {
  width: unset;
  padding: unset;
}

.navbar-nav > li {
  height: unset;
}

.navbar__inner {
  width: 100%;
}

a.move-button.fontBold {
  color: #fff;
  font-weight: normal;
}

@media (max-width: 767px) {
  #header .fs-p-searchForm__input {
      font-size: 16px;
  }

  .navbar-collapse {
      background-color: #fff;
  }
}

@media screen and (max-width: 979px) {
  #header + * {
      margin-top: initial;
  }
}