@charset "UTF-8";
/*----------------------------------------------------------------
 * Benesse nyushi Common Styles
---------------------------------------------------------------- */
/*----------------------------------------------------------------
 * 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 {
  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;
}

/*----------------------------------------------------------------
 * Body
---------------------------------------------------------------- */
body {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

/*----------------------------------------------------------------
 * Elements
---------------------------------------------------------------- */
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

article, section {
  *zoom: 1;
}
article:after, section:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------
 * Links
---------------------------------------------------------------- */
a {
  color: #0074c1;
  text-decoration: underline;
}

a:hover {
  color: #0074c1;
  text-decoration: none;
}

/*----------------------------------------------------------------
 * Typography
---------------------------------------------------------------- */
/*
 * Title
---------------------------------------------------------------- */
.secTitle {
  font-weight: bold;
}

/*
 * text
---------------------------------------------------------------- */
em {
  font-weight: bold;
}

.small {
  font-size: 79%;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

/*----------------------------------------------------------------
 * Layouts
---------------------------------------------------------------- */
#wrap {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.secBody {
  margin: 0 auto;
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*----------------------------------------------------------------
 * Parts
---------------------------------------------------------------- */
.btnArea {
  text-align: center;
}

.btn a {
  display: block;
  background: #fef14d;
  border-radius: 18px;
  color: #0074c1;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.btn a:hover {
  text-decoration: none;
}

.btn a:hover, #pageNav a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tip {
  display: none;
  margin-left: 2em;
  padding: 1em;
  background: #fff;
  color: #000;
}
.tip .tipTitle {
  font-weight: bold;
}

/*----------------------------------------------------------------
 * Intro
---------------------------------------------------------------- */
#intro {
  display: none;
  text-align: center;
}
#intro .anime {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  letter-spacing: .1em;
  opacity: 0;
  filter: alpha(opacity=0);
}
#intro #skipBtn {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
#intro #item04 {
  color: #9a071b;
  font-weight: bold;
}

/*----------------------------------------------------------------
 * Header
---------------------------------------------------------------- */
#header .obi {
  background: #9a071b;
  color: #fff;
  line-height: 1;
}
#header .lead {
  color: #9a071b;
}

/*----------------------------------------------------------------
 * Navigation
---------------------------------------------------------------- */
#pageNav a {
  display: block;
  color: #9a071b;
  text-decoration: none;
}

.tabs {
  position: relative;
  margin: 0 auto;
}
.tabs li {
  float: left;
  padding-left: 0;
}
.tabs li a {
  display: block;
  background-color: transparent;
  border-radius: 0;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

/*----------------------------------------------------------------
 * Contents
---------------------------------------------------------------- */
.secBody, .secInner, .colBox, .item {
  box-sizing: border-box;
}

.secBody {
  text-align: left;
}

.secTitle,
.pic {
  text-align: center;
}

.textBar {
  padding: 20px 0;
  background: #fdeded;
}

.tab-content {
  border-top: 6px solid #9a071b;
  border-bottom: 6px solid #9a071b;
}
.tab-content section .itemTitle {
  color: #9a071b;
}
.tab-content section .btn a {
  background: #008fe9;
  color: #fef14d;
  text-align: left;
}
.tab-content section .fukidashi {
  position: relative;
  text-align: center;
}
.tab-content section .fukidashi figcaption {
  position: absolute;
  font-weight: bold;
  color: #9a071b;
}

.present {
  background-color: #008fe9;
}

#sho {
  background: #fcf7ea;
}

#chu {
  background: #f3fdea;
}

#kou {
  background: #eafbff;
}

/*----------------------------------------------------------------
 * Footer
---------------------------------------------------------------- */
footer {
  padding-top: 60px;
  text-align: left;
}
footer a {
  color: #0070cb;
}
footer a:hover {
  color: #40a2f2;
  text-decoration: none;
}

.emergency {
  background-color: #f0f0f0;
  padding: 10px 0;
}

.arrow001 {
  display: inline-block !important;
  padding: 4px 0 4px 10px !important;
  background: url(/headfoot/img/icon-arrow@2x.png) left center/6px 6px no-repeat !important;
  background: url(/headfoot/img/icon-arrow.png) left center no-repeat !important \9;
  /* IE7 */
}

#footer_common {
  clear: both;
  font-size: 80%;
  padding-top: 10px;
}

.zemi_nav {
  background-color: #ebebeb;
  padding: 10px 0;
}
.zemi_nav ul {
  padding: 0;
}
.zemi_nav ul li {
  border-left: 1px solid #ccc;
  display: inline;
  line-height: 1.3;
  padding: 0 8px;
}
.zemi_nav ul li:first-child {
  border-left: medium none;
}

/*----------------------------------------------------------------
 * Clear
---------------------------------------------------------------- */
.clear {
  clear: both;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.tabs, .secBody, .secInner, .colBox, .item {
  *zoom: 1;
}
.tabs:after, .secBody:after, .secInner:after, .colBox:after, .item:after {
  content: "";
  display: table;
  clear: both;
}
