/*! 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-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: #369;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #369;
  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;
}
#ftrmenu a:link {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
#ftrmenu a:visited {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
#ftrmenu a:hover, #ftrmenu a:active {
  color: #F00;
  background-color: transparent;
  text-decoration: none;
}





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;
}
.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;
}
.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;
}
}