@charset "utf-8";
/* 基本設定
--------------------------------------------------- */
/* rollover
----------------------------------------------------*/
a:hover img.hov {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}

.hov a:hover {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}

a.hov:hover {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
  clear: both;
}


/* 画面サイズ調整用 */
.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.show_pc {
  display: none;
}

.show_sp {
  display: block;
}

  }
/* /screens smaller than 767 */

/* 調整用 */
.f_min {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
}

.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.bold {
  font-weight: bold!important;
}

.emp {
  color: #9e0411!important;
}

.align_lf {
  text-align: left!important;
}
.align_c {
  text-align: center!important;
}
.align_ri {
  text-align: right!important;
}
.float_lf {
  float: left!important;
}
.float_ri {
  float: right!important;
}

.max_width{
  max-width:100%;
}

