@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;
}

/**
 * override
 */
body {
  width: 100%;
  min-width: 1000px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'モトヤLマルベリ3等幅', 'MotoyaLMaru', 'Droid Sans', sans-serif;
}

.wrapper {
  width: 100%;
}

/**
 * pageheader
 */
.pageheader {
  width: 100%;
  padding: 0 0 15px 0;
  background: #fff;
}
.pageheader .news {
  width: 100%;
  height: 24px;
  padding: 5px 0;
  background: #3f3f3f;
  border-bottom: 1px solid #282828;
}
.pageheader .news .news-inner {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
.pageheader .news p {
  min-height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.pageheader .news a, .pageheader .news span {
  min-height: 24px;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #fff;
  background: url("../images/icon-header-pointer.png") no-repeat 100% 50%;
}
.pageheader .navi .navi-inner {
  width: 960px;
  min-height: 92px;
  position: relative;
  margin: 0 auto;
  *zoom: 1;
}
.pageheader .navi .navi-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.pageheader .navi .logo {
  position: absolute;
  left: 0;
  top: -24px;
}
.pageheader .navi .menu {
  float: right;
  display: inline-block;
  margin: 46px -14px 0 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
}
.pageheader .navi .menu li {
  display: inline-block;
  padding: 0 14px;
}
.pageheader .navi .menu li + li {
  border-left: 1px dotted #bdbdbd;
}
.pageheader .navi .menu a {
  color: #333;
}
.pageheader .navi .menu a:hover {
  color: #d71c18;
  text-decoration: none;
}
.pageheader .navi .menu span {
  color: #ececec;
}
.pageheader .button {
  width: 115px;
  height: auto;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 100;
}
.pageheader .button.mobile {
  width: 231px;
}
.pageheader .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.pageheader .button img {
  width: 100%;
}

/**
 * titlebox
 */
.titlebox {
  height: 45px;
  padding: 30px 0;
  background: url("../images/bg-titlebox.jpg") no-repeat 50% 0;
  color: #fff;
}
.titlebox .titlebox-inner {
  width: 880px;
  margin: 0 auto;
}
.titlebox .title {
  display: inline-block;
}
.titlebox .description {
  margin: -2px 0 0 0;
  float: right;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 1px;
}

/**
 * maincontents
 */
.maincontents {
  width: 880px;
  margin: 0 auto;
}
.maincontents p {
  font-size: 15px;
  line-height: 30px;
}
.maincontents p + p {
  margin-top: 16px;
}
.maincontents .emphasize {
  color: #da2b27;
  font-weight: bold;
}
.maincontents .anchorlinks {
  margin: 0 0 75px 0;
}
.maincontents .anchorlinks .anchorlinks-inner {
  width: 880px;
  margin: 0 auto;
}
.maincontents .anchorlinks ul {
  width: 920px;
  margin: -40px 0 0 -40px;
  padding: 40px 0 0 0;
  *zoom: 1;
}
.maincontents .anchorlinks ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.maincontents .anchorlinks li {
  width: 420px;
  float: left;
  margin: 40px 0 0 40px;
  padding: 0;
}
.maincontents .button {
  display: block;
  padding: 10px 6px;
  background: #3f3f3f;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}
.maincontents .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.maincontents .button-link {
  display: inline-block;
  padding: 0;
  background: transparent;
  text-align: left;
}
.maincontents .button-pdf:before {
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  margin: 0 4px 0 0;
  background: url("../images/icon-pdf.png") no-repeat 50% 50%;
  vertical-align: middle;
}
.maincontents .button-anchor {
  padding: 16px 18px 15px 29px;
  text-align: left;
  font-size: 17px;
  line-height: 24px;
}
.maincontents .button-anchor:after {
  width: 16px;
  height: 16px;
  content: '';
  float: right;
  display: inline-block;
  margin: 3px 0 0 0;
  background: url("../images/icon-anchorlink.png") no-repeat 50% 50%;
  vertical-align: middle;
}
.maincontents .block {
  margin: 75px auto 0 auto;
}
.maincontents .block + .block {
  margin-top: 90px;
}
.maincontents .block .blocktitle {
  margin: 0 0 30px 0;
  border-bottom: 3px solid #eae8d9;
}
.maincontents .block .blocktitle .title {
  padding: 10px 0 24px 0;
  border-bottom: 1px solid #c7c5b9;
  color: #928162;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.maincontents .block .blockcontent {
  margin: 30px 0 0 0;
}
.maincontents .imagebox {
  margin: 30px 0 0 0;
}
.maincontents .cautionbox {
  background: #fcf3f3;
  padding: 19px 22px;
  border: 2px solid #f2d5d5;
}
.maincontents .cautionbox li {
  padding: 0 0 0 20px;
  background: url("../images/icon-cautionbox.png") no-repeat 0 0.3em;
  font-size: 14px;
  line-height: 26px;
}
.maincontents .cautionbox li + li {
  margin-top: 8px;
}
.maincontents .cautionbox .note {
  display: block;
  margin: 3px 0 0 0;
  padding: 0 0 5px 0;
  color: #333;
  font-size: 12px;
}
.maincontents .cautionbox .text-stadium {
  display: inline-block;
  margin: 0 3px;
  padding: 0 0 0 4px;
  background: #3c9ce5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.maincontents .cautionbox .text-web {
  display: inline-block;
  margin: 0 3px;
  padding: 0 0 0 4px;
  background: #e96da7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
.maincontents .planstable {
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 12px;
  line-height: 22px;
}
.maincontents .planstable p {
  font-size: 12px;
  line-height: 18px;
}
.maincontents .planstable th, .maincontents .planstable td {
  border: 1px solid #e1e1e1;
  color: #333;
  font-size: 12px;
  line-height: 22px;
}
.maincontents .planstable th {
  padding: 9px 8px 10px 8px;
  text-align: center;
}
.maincontents .planstable td {
  padding: 9px 14px 10px 14px;
}
.maincontents .planstable .head th, .maincontents .planstable .head td {
  padding: 8px 14px;
  background: #3f3f3f;
  border-color: #4b4b4b;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}
.maincontents .planstable .name {
  font-weight: bold;
}
.maincontents .planstable .plan {
  width: 70px;
}
.maincontents .planstable .date {
  width: 132px;
}
.maincontents .planstable .payment {
  width: 105px;
}
.maincontents .planstable .settlement {
  width: 75px;
  height: 70px;
  text-align: center;
}
.maincontents .planstable .limit {
  width: 200px;
}
.maincontents .planstable .emphasize {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.maincontents .planstable .icon-emphasize {
  padding: 5px 12px;
  background: #007bf9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.maincontents .planstable .caution {
  margin: 12px 0 0 0;
  font-size: 10px;
  line-height: 17px;
  color: #da2b27;
}
.maincontents .planstable .caution li + li {
  margin-top: 6px;
}
.maincontents .planstable .caution + p {
  margin-top: 16px;
}
.maincontents .planstable .sub {
  display: block;
  font-size: 10px;
  line-height: 18px;
}
.maincontents .planstable .stadium th, .maincontents .planstable .stadium td {
  background: #f0fafd;
}
.maincontents .planstable .stadium .icon-emphasize {
  background: #007bf9;
}
.maincontents .planstable .web th, .maincontents .planstable .web td {
  background: #fdf5f5;
}
.maincontents .planstable .web td {
  height: 67px;
}
.maincontents .planstable .web .icon-emphasize {
  background: #da2b27;
}
.maincontents .planstable .mail th, .maincontents .planstable .mail td {
  background: #fffde5;
}

/**
 * pagetop
 */
.pagetop {
  width: 65px;
  height: 84px;
  position: fixed;
  top: auto;
  right: 0;
  left: auto;
  bottom: 75px;
  z-index: 20;
  margin: 0;
}
.pagetop a {
  width: 65px;
  height: 84px;
  padding: 0;
  background: none;
}

/**
 * pagefooter
 */
.pagefooter {
  height: 72px;
  margin-top: 108px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.pagefooter .inner {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.pagefooter .logo {
  position: relative;
  margin-top: -36px;
  float: left;
}
.pagefooter .copyright {
  right: auto;
  left: 100px;
  top: 47px;
}
.pagefooter .socialbuttons {
  width: 390px;
  float: right;
  margin: 26px 0 0 0;
  text-align: right;
}
.pagefooter .socialbuttons li {
  display: inline-block;
  vertical-align: top;
}
.pagefooter .socialbuttons .facebook-like {
  max-width: 140px;
  text-align: left;
}
