@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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, menu, nav, section, summary {
  display: block; }

/*global
-------------------------------------------------------------*/
body {
  font-size: 72%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  color: #222222; }

a {
  color: #222222; }
  a:hover {
    text-decoration: none; }

/*-------------------------------------------------------------*/
#header {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  height: 734px;
  background: url(../img/mainImg.jpg) no-repeat center top; }
  #header .sub {
    float: left;
    margin-top: 15px; }
  #header .logo {
    float: right;
    margin-top: 30px; }
  #header h1 {
    text-align: center; }
  #header #balloons {
    position: relative;
    width: 960px;
    height: 500px; }
    #header #balloons li {
      position: absolute; }
    #header #balloons .b1 {
      top: -10px;
      left: -30px; }
    #header #balloons .b2 {
      top: 250px;
      left: 0; }
    #header #balloons .b3 {
      top: 0;
      left: 380px; }
    #header #balloons .b4 {
      top: 220px;
      right: 10px; }
    #header #balloons .b5 {
      top: -30px;
      right: -30px; }
  #header .btn_entry {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -194px; }
    #header .btn_entry:before {
      content: '';
      background: url(../img/balloon-free.png) no-repeat center left;
      width: 99px;
      height: 102px;
      display: block;
      position: absolute;
      top: -60px;
      left: -30px; }

#contents {
  background: #f5f5f5;
  padding: 60px 0 40px; }
  #contents #contentsList {
    overflow: hidden;
    *zoom: 1; }
    #contents #contentsList li {
      float: left;
      margin: 0 0 20px 20px; }
    #contents #contentsList .first {
      margin-left: 0; }

.contentBox {
  padding-top: 60px; }
  .contentBox .inner h1 {
    margin-bottom: 30px; }
  .contentBox .inner .contentInner {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 60px; }
    .contentBox .inner .contentInner section {
      overflow: hidden;
      *zoom: 1;
      margin-top: 30px; }
      .contentBox .inner .contentInner section:first-child {
        margin-top: 0; }
    .contentBox .inner .contentInner .box {
      width: 465px; }
    .contentBox .inner .contentInner .textInner {
      margin-bottom: 20px; }
      .contentBox .inner .contentInner .textInner .titleBox {
        border-bottom: 1px #ccc solid;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #3b8fcb;
        font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }
        .contentBox .inner .contentInner .textInner .titleBox h2 {
          font-size: 24px;
          background: url(../img/icon-h2.png) no-repeat center left;
          padding-left: 1.3em; }
        .contentBox .inner .contentInner .textInner .titleBox p {
          margin-top: 5px; }
      .contentBox .inner .contentInner .textInner .innerBox {
        margin-top: 15px; }
        .contentBox .inner .contentInner .textInner .innerBox h3 {
          background: #eca316;
          font-weight: bold;
          padding: 5px 0 5px 10px;
          margin-bottom: 10px; }
        .contentBox .inner .contentInner .textInner .innerBox ul li {
          background: url(../img/icon-pencil.png) no-repeat center left;
          padding-left: 2em;
          margin-bottom: 0.5em; }
      .contentBox .inner .contentInner .textInner .caution {
        margin-top: 1em; }
    .contentBox .inner .contentInner .lead {
      color: #eca316;
      font-weight: bold; }
    .contentBox .inner .contentInner #info {
      margin-bottom: 30px; }
      .contentBox .inner .contentInner #info .lead {
        font-size: 130%;
        margin-bottom: 0.5em; }

#library .inner h1 {
  margin-bottom: 10px; }
#library .inner .library-text {
  font-size: 120%;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 30px; }

#footer {
  padding-top: 60px;
  text-align: center; }
  #footer p img {
    margin-bottom: 60px; }
  #footer #footBox {
    border: 5px #3b8fcb solid;
    padding: 15px;
    margin-bottom: 60px; }
    #footer #footBox p img {
      margin-bottom: 30px; }
    #footer #footBox .buttons {
      padding-bottom: 30px; }
  #footer .copy {
    background: #3b8fcb;
    padding: 30px 0 68px;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/*common
-------------------------------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto; }

.buttons {
  overflow: hidden;
  *zoom: 1;
  padding: 60px 0;
  text-align: center; }
  .buttons li {
    display: inline;
    margin: 0 5px; }
  .buttons .btn_entry {
    position: relative; }
    .buttons .btn_entry:before {
      content: '';
      background: url(../img/balloon-free.png) no-repeat center left;
      width: 99px;
      height: 102px;
      display: block;
      position: absolute;
      top: -130px;
      left: -30px; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

#nav-spy {
  margin-top: -100px;
  top: 50%;
  position: fixed;
  z-index: 100;
  left: 15px; }
  #nav-spy .nav li {
    margin: 0;
    padding: 0; }
    #nav-spy .nav li a {
      display: block;
      font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
      color: #428bca;
      text-decoration: none;
      text-align: center;
      padding: 0;
      width: 20px;
      height: 20px;
      line-height: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    #nav-spy .nav li.active a {
      background-color: #aaaaaa;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.to-next {
  text-align: center;
  display: block;
  border: 1px solid;
  background-color: #555555;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  line-height: 36px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  font-size: 160%;
  color: #fff;
  -webkit-box-shadow: inset 0 3px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 3px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 3px 30px rgba(255, 255, 255, 0.3); }
  .to-next:hover {
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .to-next:active {
    background-color: #000000; }
