@charset "utf-8";

/* ======================================================
 * base.css
 * ------------------------------------------------------
 * RESET ************************************************
 * Global Reset (YUI)
 * Global Reset (html5doctor.com)
 * Costom Reset
 * SETTING **********************************************
 * Base Style
 * Utility Style
 * Reader
 * Print
====================================================== */

/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------------------ */
/*----- for HTML5 -----*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/* Costom Reset
------------------------------------------------------ */
/*----- for HTML5 -----*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
address {
  font-style: normal;
}
hr,
legend {
  display: none;
}
time {
  display: block;
}
sub,
sup {
  position: relative;
  font-size: 0.5rem;
  line-height: 1;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* max-width: 100%; height: auto; */
  vertical-align: top;
}

/* Base Style
------------------------------------------------------ */
/*----- for HTML5 -----*/

/* input */
input,
select,
textarea {
  width: 100%;
}
input.rad {
  width: auto !important;
}
/* link */
a {
}
a:link {
  color: #0277bd;
  text-decoration: none;
}
a:visited {
  color: #0277bd;
  text-decoration: none;
}
a:hover {
  color: #0277bd;
  text-decoration: underline;
}
a:active {
  color: #0277bd;
  text-decoration: underline;
}

h3 img {
  width: 100%;
  height: auto;
}
h3 img.use_icn {
  width: 60%;
  height: auto;
}
/* Utility Style
------------------------------------------------------ */
/*----- width -----*/
.w5per {
  width: 5% !important;
}
.w10per {
  width: 10% !important;
}
.w15per {
  width: 15% !important;
}
.w20per {
  width: 100% !important;
}
.w25per {
  width: 25% !important;
}
.w30per {
  width: 30% !important;
}
.w33per {
  width: 33.3% !important;
}
.w35per {
  width: 35% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
}
.w50per {
  width: 50% !important;
}
.w55per {
  width: 55% !important;
}
.w60per {
  width: 60% !important;
}
.w65per {
  width: 65% !important;
}
.w70per {
  width: 100% !important;
}
.w75per {
  width: 75% !important;
}
.w80per {
  width: 80% !important;
}
.w85per {
  width: 85% !important;
}
.w90per {
  width: 90% !important;
}
.w95per {
  width: 95% !important;
}
.wFull {
  width: 100% !important;
}

/*----- margin -----*/
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: none !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 10px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
/* margin-right */
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

/* margin-left */
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}

/*----- padding -----*/
/* padding-top */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
/* padding-right */
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
/* padding-left */
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}

/*----- border -----*/
.bdNone {
  border: none !important;
}
.bdTNone {
  border-top: none !important;
}
.bdRNone {
  border-right: none !important;
}
.bdBNone {
  border-bottom: none !important;
}
.bdLNone {
  border-left: none !important;
}

/*----- align -----*/
/* text-align */
.alL {
  text-align: left !important;
}
.alC {
  text-align: center !important;
}
.alR {
  text-align: right !important;
}
/* vertical-align */
.alT {
  vertical-align: top !important;
}
.alM {
  vertical-align: middle !important;
}
.alB {
  vertical-align: bottom !important;
}

/*----- clear -----*/
/* clear */
.clL {
  clear: left !important;
}
.clR {
  clear: right !important;
}
.clBoth {
  clear: both !important;
}
.clNone {
  clear: none !important;
}

/*----- float -----*/
/* float */
.flL {
  float: left !important;
}
.flR {
  float: right !important;
}
.flNone {
  float: none !important;
}

/*----- display -----*/
/* display */
.dpBlock {
  display: block !important;
}
.dpInlBlock {
  display: inline-block !important;
}
.dpNone {
  display: none !important;
}

/*----- other -----*/
.ovfHidden {
  overflow: hidden !important;
}
.ovfVisible {
  overflow: visible !important;
}
.nowrap {
  white-space: nowrap !important;
}
.inline {
  display: inline !important;
}
.ovfHidden p {
  margin-bottom: 10px;
}
/* Reader
------------------------------------------------------ */
/* voiceGuide */
.voiceGuide {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* Print
------------------------------------------------------ */
@media print {
}
