/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
  font-size: 11pt;
  line-height: 1.6;
}

/*
 * 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media screen,tv,projection,print {
/*
a {
  text-decoration: none;
}
a:link {
  color: #005383;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #005383;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
*/


a { 
  color: #005683;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
a:link {
  text-decoration: none;
}
a:hover {
  color: #F08A01;
  text-decoration: none;
}


/* 特別なアンカー */
#footer_area a:link {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
#footer_area a:visited {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
}
#footer_area a:hover, #footer_area a:active {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
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, strong, b {
  font-weight: bold;
  font-style: normal;
}
img {
  border: none;
}
hr.none, hr.hide {
  display: none;
}
img.ileft {
  float: left;
  margin-right: 10px;
}
img.iright {
  float: right;
  margin-left: 10px;
}
br.clrs {
  clear: both;
}
.bot {
  display: none;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !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;
}
.lsms {
  letter-spacing: 0 !important;
}
.lsps {
  letter-spacing: -0.05em !important;
}
.imgcnt {
  text-align: center !important;
}
.notice {
  color: #C00;
  background-color: transparent;
}
.nbdr {
  border: none !important;
}
br.n640 {display: none;}
@media screen and (min-width: 640px) {br.n640 {display: block;}}
br.x640 {display: none;}
@media screen and (max-width: 640px) {br.x640 {display: block;}}
}


/* ==========================================================================
   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.
 */

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

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

.cf {
  *zoom: 1;
}
@media screen {
a.contents {
  cursor: s-resize;
}
a.pageup {
  cursor: n-resize;
}
a.norm {
  cursor: default !important;
}
.submitb {
  cursor: pointer;
}
.resetb {
  cursor: pointer;
}
acronym {
  cursor: help;
}
ul.locals li p {
  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;
}
}
br.br680 {
  display: block;
}
@media screen and (max-width: 640px) {
  br.br680 {
    display: none;
  }
}