@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Title :
  Description :
  Version : 1.0.0 2012/11/26 yabuchi@ircorp.co.jp

  Reset
    Base
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Reset
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 62%; /* done */
}

sup {
  top: -0.2em;
}

sub {
  bottom: -0.25em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
   Base
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

body {
  -webkit-text-size-adjust: 100%; /* スマホ(iPhone 文字サイズ対応) */
  /* font-family: Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-weight: 500;*/
}

.ie8 #page {
  font-family:
  Meiryo,
  sans-serif;
}

br {
  letter-spacing: 0; /* ie */
}
img {
  vertical-align:bottom
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}

/* clearfix */
.clearfix:after {content: " "; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {zoom:1;}

/* clearfix */
#docs .column-wrap:after,
#docs .box-wrap:after,
#docs .grid-half:after,
#docs .grid-tri:after,
#docs .grid-quart:after,
#docs .grid-5-equal:after,
#docs .grid-6-equal:after,
#docs .grid-1to4:after,
#docs .grid-1to3:after,
#docs .grid-1to2:after,
#docs .grid-2to3:after,
#docs .grid-3to2:after,
#docs .grid-2to1:after,
#docs .grid-3to1:after,
#docs .grid-4to1:after,
#docs .sec-base:after,
#docs .unit:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

#docs .column-wrap,
#docs .box-wrap,
#docs .grid-half,
#docs .grid-tri,
#docs .grid-quart,
#docs .grid-5-equal,
#docs .grid-6-equal,
#docs .grid-1to4,
#docs .grid-1to3,
#docs .grid-1to2,
#docs .grid-2to3,
#docs .grid-3to2,
#docs .grid-2to1,
#docs .grid-3to1,
#docs .grid-4to1,
#docs .sec-base,
#docs .unit {display: inline-table;}

* #docs .column-wrap,
* #docs .box-wrap,
* #docs .grid-half,
* #docs .grid-tri,
* #docs .grid-quart,
* #docs .grid-5-equal,
* #docs .grid-6-equal,
* #docs .grid-1to4,
* #docs .grid-1to3,
* #docs .grid-1to2,
* #docs .grid-2to3,
* #docs .grid-3to2,
* #docs .grid-2to1,
* #docs .grid-3to1,
* #docs .grid-4to1,
* #docs .sec-base,
* #docs .unit {height: 1%;}

#docs .column-wrap,
#docs .box-wrap,
#docs .grid-half,
#docs .grid-tri,
#docs .grid-quart,
#docs .grid-5-equal,
#docs .grid-6-equal,
#docs .grid-1to4,
#docs .grid-1to3,
#docs .grid-1to2,
#docs .grid-2to3,
#docs .grid-3to2,
#docs .grid-2to1,
#docs .grid-3to1,
#docs .grid-4to1,
#docs .sec-base,
#docs .unit {display: block;}

#docs .column-wrap,
#docs .box-wrap,
#docs .grid-half,
#docs .grid-tri,
#docs .grid-quart,
#docs .grid-5-equal,
#docs .grid-6-equal,
#docs .grid-1to4,
#docs .grid-1to3,
#docs .grid-1to2,
#docs .grid-2to3,
#docs .grid-3to2,
#docs .grid-2to1,
#docs .grid-3to1,
#docs .grid-4to1,
#docs .sec-base,
#docs .unit {zoom:1;}


/* clear
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#docs .clear-both {
  clear: both;
}

/* display
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.disp-show { display: block !important; }
.disp-hide { display: none !important; }

/* rollover alpha
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.roll-alpha a:hover img    { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
a.roll-alpha:hover img    { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
.roll-alpha75 a:hover img  { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
a.roll-alpha75:hover img  { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

/* preset margin
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !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: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}

.mt05em { margin-top:  0.5em !important;}
.mt10em { margin-top:  1em !important;}
.mt15em { margin-top:  1.5em !important;}
.mt20em { margin-top:  2em !important;}
.mt25em { margin-top:  2.5em !important;}
.mt30em { margin-top:  3em !important;}
.mt35em { margin-top:  3.5em !important;}
.mt40em { margin-top:  4em !important;}

.mtb05em { margin-top: 0.5em !important; margin-bottom: 0.5em !important;}
.mtb10em { margin-top: 1em !important; margin-bottom: 1em !important; }
.mtb15em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
.mtb20em { margin-top: 2em !important; margin-bottom: 2em !important; }
.mtb25em { margin-top: 2.5em !important; margin-bottom: 2.5em !important; }
.mtb30em { margin-top: 3em !important; margin-bottom: 3em !important; }
.mtb35em { margin-top: 3.5em !important; margin-bottom: 3.5em !important; }
.mtb40em { margin-top: 4em !important; margin-bottom: 4em !important; }

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !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;}
.mr60 { margin-right: 60px !important;}
.mr70 { margin-right: 70px !important;}
.mr80 { margin-right: 80px !important;}
.mr90 { margin-right: 90px !important;}
.mr100 { margin-right: 100px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !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;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}

.mb05em { margin-bottom:  0.5em !important;}
.mb10em { margin-bottom:  1em !important;}
.mb15em { margin-bottom:  1.5em !important;}
.mb20em { margin-bottom:  2em !important;}
.mb25em { margin-bottom:  2.5em !important;}
.mb30em { margin-bottom:  3em !important;}
.mb35em { margin-bottom:  3.5em !important;}
.mb40em { margin-bottom:  4em !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml60 { margin-left: 60px !important;}
.ml70 { margin-left: 70px !important;}
.ml80 { margin-left: 80px !important;}
.ml90 { margin-left: 90px !important;}
.ml100 { margin-left: 100px !important;}

/* preset padding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !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;}
.pt60 { padding-top: 60px !important;}
.pt70 { padding-top: 70px !important;}
.pt80 { padding-top: 80px !important;}
.pt90 { padding-top: 90px !important;}
.pt100 { padding-top: 100px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !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;}
.pr60 { padding-right: 60px !important;}
.pr70 { padding-right: 70px !important;}
.pr80 { padding-right: 80px !important;}
.pr90 { padding-right: 90px !important;}
.pr100 { padding-right: 100px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !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;}
.pb60 { padding-bottom: 60px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb80 { padding-bottom: 80px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb100 { padding-bottom: 100px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}
.pl60 { padding-left: 60px !important;}
.pl70 { padding-left: 70px !important;}
.pl80 { padding-left: 80px !important;}
.pl90 { padding-left: 90px !important;}
.pl100 { padding-left: 100px !important;}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}

.fl-left {
  display: inline;
  float: left;
}
.fl-right {
  display: inline;
  float: right;
}

.ws-nowrap {
  white-space: nowrap;
}

/* width
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* preset */
.w03per { width:  3% !important;}
.w05per { width:  5% !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.w25per { width: 25% !important;}
.w30per { width: 30% !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: 70% !important;}
.w75per { width: 75% !important;}
.w80per { width: 80% !important;}
.w85per { width: 85% !important;}
.w90per { width: 90% !important;}
.w95per { width: 95% !important;}
.w100per { width: 100% !important;}

/* em */
.w01em { width:  1em !important;}
.w02em { width:  2em !important;}
.w03em { width:  3em !important;}
.w04em { width:  4em !important;}
.w05em { width:  5em !important;}
.w06em { width:  6em !important;}
.w07em { width:  7em !important;}
.w08em { width:  8em !important;}
.w09em { width:  9em !important;}
.w10em { width: 10em !important;}


/* debug
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.debug {
/*
  display: none;
*/
  position: fixed;
  right: 10px;
  bottom: 30%;
  width: 200px;
  padding: 5px 8px;
  border: solid 2px #fff;
  background: #ccc;
  color: #fff;
  font-size: 13px;
  font-family: 'Courier New';
  line-height: 1.5;
  z-index: 99999;
}
