@charset "UTF-8";

@font-face {
  font-family: "responsivenav";
  src:url("img/responsivenav.eot");
  src:url("img/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("img/responsivenav.ttf") format("truetype"),
    url("img/responsivenav.woff") format("woff"),
    url("img/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,div,h1,h2,p,ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
 /* 初代iPhoneが320だから初期値が290px */
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
/*
★非選択背景のベース（薄めの）色★
 画像指定を切って数値指定するとその色になる。画像はIE旧バージョン互換用。
その他の色は nav-collapse で指定している。
オリジナルは #ff6666 url("-debut_dark.png") だが画像は削除 */
  background: #99CC66; repeat; color: #000000;
/* メイン領域の通常文字色 */
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1;
  color: #222;
  margin-bottom: .5em;
  float: left;
  width: 100%;
}

h2 {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    font-weight: normal;
    font-size: larger;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

p.intro {
  font-size: 1.25em;
/*  color: #555; */
  font-weight: bold;
}

a {
/*  color: #f4f4f4; これだと他のaが透明になってしまう。
殺した場合は以下の2箇所の増補を生かす
*/
  text-decoration: none;
}


a:active,
a:hover {
    outline: 0;
    font-style: normal;
    font-weight: bold;
    font-size: medium;
    color: #1426F2;
}

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 3em 4em;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  border-top-left-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0, .6);
  top: .8em;
  right: 0;
  bottom: 0;
  width: 76%;
 /* 増補　下の増補と対応 */
  background: #fff;  /* メイン背景真っ白 */


}

.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}

.nav-collapse {
  position: absolute;
  width: 24%;
  top: 2em;
  left: 0;
  bottom: 0; // 2016-08-23増補 div main のheightで制御すべき？
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

/* 増補
.nav-collapse li iframe {
  width: 100%;
  display: block;
  background: #FFFFFF;
}
 */

.nav-collapse a {
/*
  color: #aaa;
  color: #000000; ★メニューのマウスオーバー前文字色
 */
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  text-shadow: 0 -1px rgba(0,0,0, .5);
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: .6em 2em;
  width: 100%;
}

a#EyeCatch {
   height: 80px;
}

/* ★ホバー時の色 オリジナル指定 rgba(255,255,255, .1) */
.nav-collapse a:hover { background: #82ae46 }

/* ★aタグ部分の非選択時で非ホバー時の一番濃い色 rgba(0,0,0, .3) #852e19 */
.nav-collapse .active a { color: #fff; background: #028760; }

.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
/* aタグ部分だけ非ホバー時の色 */
  .nav-collapse a:hover { background: transparent }
/* aタグ部分だけ非ホバー時の色 */
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: 0 -2em 1em 0;
  }
  .nav-toggle:before {
    color: #444; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 75px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar { background-color: transparent }
}

/* 画面アス比が変化した時の再設定 */
@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
/* ★背景色の再設定　薄い色     background-image: url("img/aacf53@2X.png"); */
    background: #aacf53;  color: #000000;
/*    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
*/
  }
}

img.kuzu {
// imgの中で align="left" が禁止されているため。
vertical-align: text-top;
float: left;
}


@media screen and (min-width: 76em; ) {
  .nav-collapse { width: 18em; }
  .main { width: auto; left: 18em; }
}
