@charset "utf-8";
/*=======================================================================

デフォルト(default.css)
 
========================================================================*/

/*----------------------------------------------------------------------
 Reset
----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  vertical-align: middle;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
abbr, acronym, fieldset {
  border: 0;
}
img {
  border: 0;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
}
input, select {
    vertical-align: middle;
}
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}
sup {
    bottom: 1em;
}
sub {
    top: .5em;
}

/*----------------------------------------------------------------------
 Base
----------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /*font-size: 62.5%;*/
  overflow-y: scroll;
}
body {
	color: #333;
}
a:focus {
  z-index: 1;
}

.normal { font-weight: 400 !important; }
.bold   { font-weight: 700 !important; }

.center { text-align: center !important; }
.left   { text-align: left !important; }
.right  { text-align: right !important; }

.clear      { clear: both; }
.floatLeft  { float: left; }
.floatRight { float: right; }

/*----------------------------------------------------------------------
 Font Size
----------------------------------------------------------------------*/
.fs10 { font-size: 62.5% !important; }
.fs12 { font-size: 75% !important; }
.fs14 { font-size: 87.5% !important; }
.fs16 { font-size: 100% !important; }
.fs18 { font-size: 112.5% !important; }
.fs20 { font-size: 125% !important; }
.fs22 { font-size: 137.5% !important; }
.fs24 { font-size: 150% !important; }
.fs26 { font-size: 162.5% !important; }
.fs28 { font-size: 175% !important; }
.fs30 { font-size: 187.5% !important; }
.fs32 { font-size: 200% !important; }

/*----------------------------------------------------------------------
 Color
----------------------------------------------------------------------*/
.red { color: #ea5550 !important; }
.blue { color: #2b6b9f; }
.green { color: green; }
.black { color: #222; }
.white { color: white; }

/*----------------------------------------------------------------------
 Margin
----------------------------------------------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: .5rem !important; }
.mt1  { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt2  { margin-top: 2rem !important; }
.mt25 { margin-top: 2.5rem !important; }
.mt3  { margin-top: 3rem !important; }
.mt35 { margin-top: 3.5rem !important; }
.mt4  { margin-top: 4rem !important; }
.mt45 { margin-top: 4.5rem !important; }
.mt5  { margin-top: 5rem !important; }
.mt7  { margin-top: 7rem !important; }
.mt8 {   margin-top: 8rem !important; }
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: .5rem !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.mb25 {
  margin-bottom: 2.5rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.mb35 {
  margin-bottom: 3.5rem !important;
}
.mb4 {
  margin-bottom: 4rem !important;
}
.mb45 {
  margin-bottom: 4.5rem !important;
}
.mb5 {
  margin-bottom: 5rem !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: .5rem !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml15 {
  margin-left: 1.5rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml25 {
  margin-left: 2.5rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml35 {
  margin-left: 3.5rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml45 {
  margin-left: 4.5rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: .5rem !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr15 {
  margin-right: 1.5rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr25 {
  margin-right: 2.5rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr35 {
  margin-right: 3.5rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr45 {
  margin-right: 4.5rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}

/*----------------------------------------------------------------------
 Padding
----------------------------------------------------------------------*/
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: .5rem !important;
}
.pt1 {
  padding-top: 1rem !important;
}
.pt15 {
  padding-top: 1.5rem !important;
}
.pt2 {
  padding-top: 2rem !important;
}
.pt25 {
  padding-top: 2.5rem !important;
}
.pt3 {
  padding-top: 3rem !important;
}
.pt35 {
  padding-top: 3.5rem !important;
}
.pt4 {
  padding-top: 4rem !important;
}
.pt45 {
  padding-top: 4.5rem !important;
}
.pt5 {
  padding-top: 5rem !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: .5rem !important;
}
.pb1 {
  padding-bottom: 1rem !important;
}
.pb15 {
  padding-bottom: 1.5rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.pb25 {
  padding-bottom: 2.5rem !important;
}
.pb3 {
  padding-bottom: 3rem !important;
}
.pb35 {
  padding-bottom: 3.5rem !important;
}
.pb4 {
  padding-bottom: 4rem !important;
}
.pb45 {
  padding-bottom: 4.5rem !important;
}
.pb5 {
  padding-bottom: 5rem !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: .5rem !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl15 {
  padding-left: 1.5rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl25 {
  padding-left: 2.5rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl35 {
  padding-left: 3.5rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl45 {
  padding-left: 4.5rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: .5rem !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr15 {
  padding-right: 1.5rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr25 {
  padding-right: 2.5rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr35 {
  padding-right: 3.5rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr45 {
  padding-right: 4.5rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}


/*----------------------------------------------------------------------
 Clearfix
----------------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}