@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　reset
--------------------------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
}

body {
  height: 100%;
  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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  font-size: 16px;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

html {
  color: #595656;
  /*background:#1b1b1b;*/
  background: url(/assets/bg-b1a2af1593ed1e8492bf63781de2583f.gif) left top #FFFFFF;
  background-size: 16px 16px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 fonts
--------------------------------------------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select, input, button, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
}

input, textarea, select {
  vertical-align: middle;
  border-radius: 7px;
  border: solid 2px #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea, select {
  outline: 0px none #fff;
}

.inputArea input,
.selectArea select {
  width: 100%;
  padding: 0.8em 2%;
}
.inputArea input:focus,
.selectArea select:focus {
  border: solid 2px #EEA34A;
}

.selectArea select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}
.selectArea select::-ms-expand {
  display: none;
}

.selectArea label {
  position: relative;
}

.selectArea label:after {
  display: block;
  content: "▼";
  line-height: 1;
  color: #000;
  font-size: 1em;
  position: absolute;
  top: 19%;
  right: 10px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.inputCheck {
  background: #ebfcff;
  padding: 0.8em;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 BaseSet
--------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

/* ///////////////////////////////////////// anchor */
a {
  color: #595656;
  text-decoration: none;
}
a:visited {
  color: #595656;
  text-decoration: none;
}
a:hover {
  color: #595656;
  min-height: 1em;
  /* Mac Firefox */
  text-decoration: none;
}

:focus {
  -moz-outline-style: none;
}

a {
  outline: none;
}
a.linkText {
  color: #00aeff;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
}
a:linkText:visited {
  text-decoration: underline;
}
a.linkText:hover {
  text-decoration: none;
}

/* ///////////////////////////////////////// fontsize */
p, li, dt, dd, th, td, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.5;
  background: url(/assets/pixel-9171157e74d7e848f74a1b2e01303bd6.gif);
}

.text10 {
  font-size: 62.5%;
}

.text11 {
  font-size: 69%;
}

.text12 {
  font-size: 75% !important;
}

.text13 {
  font-size: 81.2%;
}

.text14 {
  font-size: 87.5%;
}

.text15 {
  font-size: 94%;
}

.text16 {
  font-size: 100%;
}

.text17 {
  font-size: 106.2%;
}

.text18 {
  font-size: 112.5%;
}

.text19 {
  font-size: 118.8%;
}

.text20 {
  font-size: 125%;
}

.text21 {
  font-size: 131.2%;
}

.text22 {
  font-size: 137.5%;
}

.text23 {
  font-size: 143.8%;
}

.text24 {
  font-size: 150%;
}

.text25 {
  font-size: 156.3%;
}

.text26 {
  font-size: 162.5%;
}

/* ///////////////////////////////////////// image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

table th img, table td img {
  vertical-align: middle;
}

/* ///////////////////////////////////////// ClearFix */
.clear {
  clear: both;
}

/* modern browsers */
.selectBtnBox:after, .clearfix:after, .fBox:after, div#contents:after, #head:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE7 */
.selectBtnBox, .clearfix, .fBox, div#contents, #head {
  display: inline-block;
}

/* legacy IE */
* html .selectBtnBox, * html .clearfix, * html .fBox, * html div#contents, * html #head {
  height: 1%;
}

.selectBtnBox, .clearfix, .fBox, div#contents, #head {
  display: block;
}

/* /////////////////////////////////////////////////////////////////////////// float style */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fBox li {
  float: left;
  display: inline;
}

/* /////////////////////////////////////////////////////////////////////////// font style */
.attnTxt, ul.importantRed li {
  color: #F00000 !important;
}

.colorTxt01 {
  color: #e62087;
}

.colorTxt02 {
  color: #73cb00;
}

.txtBold {
  font-weight: bold;
}

p.txtSmall {
  font-size: 85% !important;
}

dl.txtSmall dt, dl.txtSmall dd {
  font-size: 85% !important;
}

span.txtSmall, ul.txtSmall li, ol.txtSmall li, div.txtSmall p {
  font-size: 85% !important;
}

ul.inner li, td.inner {
  font-size: 100% !important;
}

/* /////////////////////////////////////////////////////////////////////////// margin style */
.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;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma20 {
  margin: 20px !important;
}

/* /////////////////////////////////////////////////////////////////////////// スマホ */
@media screen and (max-width: 640px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mr5 {
    margin-right: 5px !important;
  }
  .mr10 {
    margin-right: 10px !important;
  }
  .mr15 {
    margin-right: 15px !important;
  }
  .mr20 {
    margin-right: 20px !important;
  }
  .ml10 {
    margin-left: 10px !important;
  }
  .ml15 {
    margin-left: 15px !important;
  }
  .ml20 {
    margin-left: 20px !important;
  }
}
/* /////////////////////////////////////////////////////////////////////////// padding style */
.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;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

/* /////////////////////////////////////////////////////////////////////////// position */
.alignRight {
  text-align: right !important;
}

.alignCenter {
  text-align: center !important;
}

.alignLeft {
  text-align: left !important;
}
