@charset 'utf-8';
/*______Reset______*/
* {
  box-sizing: border-box;
}
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, font, figure, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html, body {
  background: #fff;
  margin: 0;
  padding: 0;
}
html {
    font-size: 62.5%;
}
body{
	font-size: 16px;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  vertical-align: baseline;
  border: none;
  outline: none;
  color: #333;
}
a img {
  border-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th, td {
  text-align: left;
  vertical-align: middle;
}
p {
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ".";
}
.clearfix {
  zoom: 1;
}
.text12px {
  font-size: 12px;
}
.text10 {
  font-size: 77%;
}
.text11 {
  font-size: 85% !important;
}
.text12 {
  font-size: 93%;
}
.text13 {
  font-size: 100%;
}
.text14 {
  font-size: 108%;
}
.text15 {
  font-size: 116%;
}
.text16 {
  font-size: 123.1%;
}
.text17 {
  font-size: 131%;
}
.text18 {
  font-size: 138.5%;
}
.text23 {
  font-size: 174%;
}
.text24 {
  font-size: 182%;
}
.text25 {
  font-size: 189%;
}
.fc-r {
  color: #cd120b;
}
.fc-wh {
  color: #ffffff;
}
.fw-d {
  font-weight: normal;
}
.fw-b {
  font-weight: bold;
}
.clear-r {
  clear: right;
  margin: 10px 0 0 0;
}
.clear-l {
  clear: left;
  margin: 10px 0 0 0;
}
.clear-l2 {
  clear: left;
  margin: 40px 0 0 0;
}
.mt {
  margin-top: 0px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt80 {
  margin-top: 80px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl30 {
  padding-left: 30px;
}
/*_____ float _____*/
.fltWrap {
  overflow: hidden;
}
.fltLeft {
  float: left;
}
.fltRight {
  float: right;
}
/*_____ text-align_____ */
.taC {
  text-align: center;
}
.taL {
  text-align: left;
}
.taR {
  text-align: right;
}
.disNon {
  display: none;
}
#disNon {
  display: none;
}
.bdrN {
  border-bottom: none;
}
.col-r {
  color: #d63c33;
}
.ovhid {
  overflow: hidden;
}