/*! 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)
   ========================================================================== */
* {
  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: #000;
  background-color: #FFF;
  font-size: 12pt;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
a:link {
  color: #093;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #093;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active {
  color: #F00;
  background-color: transparent;
  text-decoration: underline;
}
a.tlk[target="_blank"] {
  background: url("../img/link.png") no-repeat right center;
  padding-right: 18px;
}
a.ftank:link {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
a.ftank:visited {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
a.ftank:hover, a.ftank:active {
  color: #FC6;
  background-color: transparent;
  text-decoration: none;
}
a.bnrs:hover img, a.bnrs:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  background: #FFF;
}
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;
}
.en {
  font-family: Tahoma,Verdana,'Myriad Web',Syntax,sans-serif;
}
.ent {
  text-transform: uppercase;
  font-family: Tahoma,Verdana,'Myriad Web',Syntax,sans-serif;
}
em.cate {
  color: #C00;
  background-color: transparent;
}
.numdata {
  font-family: Tahoma,Verdana,'Myriad Web',Syntax,sans-serif;
}
img.ileft {
  float: left;
  margin-right: 10px;
}
img.iright {
  float: right;
  margin-left: 10px;
}
.new:before {
  content: url("../img/up.png");
}
.root {
  display: none;
}
.bot {
  display: none;
}
.clrs {
  clear: both;
}
img.vsub {
  vertical-align: middle;
}
.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;}
.pb100 {padding-bottom: 100px !important;}
.lsms {
  letter-spacing: 0 !important;
}
.lsps {
  letter-spacing: -0.05em !important;
}
.points {
  min-height: 46px;
  padding-left: 55px !important;
  background: url("../../img/notice.png") no-repeat left top scroll;
}
.bdtdg {
  padding-top: 5px;
  border-top: 1px dashed #666;
}
.fs12 {
  font-size: 1.2em;
}
.fs11 {
  font-size: 1.1em;
}
.fs09 {
  font-size: 0.9em;
}
.fs08 {
  font-size: 0.8em;
}
.fs07 {
  font-size: 0.7em;
}
.imgs {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.lsms {
  letter-spacing: 0 !important;
}
.lsps {
  letter-spacing: -0.05em !important;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.notice {
  color: #C00;
  background-color: transparent;
}
.extst:after {
  font-family: FontAwesome;
  content : "\0020\0020\00f08e";
}







@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;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== *//*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */



/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
