@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0;
}

body {
  font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", verdana, clean,sans-serif;
  *font-size: small;
  *font: x-small;
  text-align: center;
}

select, input, button, textarea {
  font: 99% helvetica,arial,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  outline: none;
}

a img {
  border: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.w25p {
  width: 25%;
}

.w33p {
  width: 33%;
}

.w50p {
  width: 50%;
}

.w100p {
  width: 100%;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mlr05 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.valignT {
  vertical-align: top;
}

.valignB {
  vertical-align: bottom;
}

.valignC {
  vertical-align: middle;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.txtBold {
  font-weight: bold;
}

.txt10 {
  font-size: 83%;
}

.txt11 {
  font-size: 91%;
}

.txt12 {
  font-size: 100%;
}

.txt13 {
  font-size: 108%;
}

.txt14 {
  font-size: 116%;
}

.txt15 {
  font-size: 125%;
}

.txt16 {
  font-size: 133%;
}

.txt17 {
  font-size: 141%;
}

.txt18 {
  font-size: 150%;
}

.txt19 {
  font-size: 158%;
}

.txt20 {
  font-size: 166%;
}

.txt21 {
  font-size: 175%;
}

.txt22 {
  font-size: 183%;
}

.txt23 {
  font-size: 191%;
}

.txt24 {
  font-size: 200%;
}

.txt25 {
  font-size: 208%;
}

.txt26 {
  font-size: 216%;
}

.txtNowrap {
  white-space: nowrap;
}

.txtCar1em {
  letter-spacing: 1em;
}
