@charset"utf-8";
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%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 14px;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
strong {
  font-weight: bold;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
img {
  vertical-align: bottom;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
}
/* flort,clear
----------------------------------------------------*/
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.clear {
  clear: both;
}
/* img
---------------------------------------- */

.imgL {
  float: left;
  margin-right: 20px;
}
.imgLbtm {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.imgR {
  float: right;
  margin-left: 20px;
}
.imgRbtm {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* text
---------------------------------------- */
.tLeft {
  text-align: left;
}
.tRight {
  text-align: right;
}
.tCenter {
  text-align: center;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:hover img {
  transition: opacity 0.4s ease-in-out;
  opacity: 0.7;
}
.red {
  color: #DD0003;
}
.bold {
  font-weight: bold;
}
.fsize16 {
  font-size: 1.6rem;
}
/* space
---------------------------------------- */
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.m0 {
  margin: 0!important;
}
.ml10 {
  margin-left: 10px;
}


/* width
---------------------------------------- */
.w50per {
  width: 48.26%;
  margin-left: auto;
  margin-right: auto;
}