/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== *//*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles(common)
   ========================================================================== */@media screen,tv,projection,print {
.ios div, .ios dt, .ios dd, .ios ul li, .ios h1, .ios h2, .ios h3, .ios h4, .ios h5, .ios h6,
.ios p, .ios blockquote, .ios th, .ios td {
  letter-spacing: -0.001em;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  color: #FFF;
  background-color: #202020;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}
a {
  text-decoration: none;
}
a:link {
  color: #A8A8A8;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #A8A8A8;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
}
a.tlk[target="_blank"] {
  background: url("../img/link.png") no-repeat right center;
  padding-right: 18px;
}
p, ul, ol, td, th, dl {
  line-height: 1.6em;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  font-style: normal;
}
img {
  border: none;
}
sub {
  vertical-align: -0.3em;
  font-size: .8em;
  line-height: 100%;
}
sup {
  vertical-align: 0.6em;
  font-size: .8em;
  line-height: 100%;
}
/* ---------------------------------------------------------------- */
/* Base Class Element Style                                         */
/* ---------------------------------------------------------------- */
hr.none, hr.hide {
  display: none;
}
img.ileft {
  float: left;
  margin-right: 10px;
}
img.iright {
  float: right;
  margin-left: 10px;
}
.bot {
  display: none;
}
.clrs {
  clear: both;
}
.mt05 {margin-top: 5px !important;}
.mt06 {margin-top: 6px !important;}
.mt08 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt15 {margin-top: 15px !important;}
.mt16 {margin-top: 16px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb06 {margin-bottom: 6px !important;}
.mb08 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.pt05 {padding-top: 5px !important;}
.pt06 {padding-top: 6px !important;}
.pt08 {padding-top: 8px !important;}
.pt10 {padding-top: 10px !important;}
.pt12 {padding-top: 12px !important;}
.pt15 {padding-top: 15px !important;}
.pt16 {padding-top: 16px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt80 {padding-top: 80px !important;}
.pt100 {padding-top: 100px !important;}
.pb05 {padding-bottom: 5px !important;}
.pb06 {padding-bottom: 6px !important;}
.pb08 {padding-bottom: 8px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb12 {padding-bottom: 12px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb16 {padding-bottom: 16px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb32 {padding-bottom: 32px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.notice {
  color: #C00;
  background-color: transparent;
}
.bcgc1 {
  color: #A8A8A8;
  background-color: #000;
}
.bcgc2 {
  color: #A8A8A8;
  background-color: #101010;
}
.bcgc3 {
  color: #A8A8A8;
  background-color: #202020;
}





}
@media screen {
a.contents {
  cursor: s-resize;
}
a.pageup {
  cursor: n-resize;
}
a.norm {
  cursor: default !important;
}
.submitb {
  cursor: pointer;
}
.resetb {
  cursor: pointer;
}
.menu_head {
  cursor: s-resize;
}
.menu_head a:hover {
  cursor: pointer;
}
}



@media aural {
h1, h2, h3 {
  voice-family: paul, male;
  stress: 20;
  richness: 90;
}
h1 {
  pitch: x-low;
  pitch-range: 90;
}
h2 {
  pitch: x-low;
  pitch-range: 80;
}
h3 {
  pitch: low;
  pitch-range: 70;
}
li,dt,dd {
  pitch: medium;
  richness: 60;
}
strong {
  pitch: medium;
  pitch-range: 60;
  stress: 90;
  richness: 90;
}
a:link {
  voice-family: harry, male;
}
a:visited {
  voice-family: betty, female;
}
a:active {
  voice-family: betty, female;
  pitch-range: 80;
  pitch: x-high;
}
}