@charset "UTF-8";

* {
  zoom: 1;
}

.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a:link {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}
#globalsp_navigation,
#globalsp_footer {
  display: none;
}
* {
  zoom: 1;
}
html {
  min-width: 980px;
}
body {
  min-width: 980px;
}

@media screen and (max-width: 750px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
  }
  body {
	min-width: 100% !important;
	position: relative;
  }

  #pagewrap {
    position: relative;
  }
}

/*===============================================*/
/*===============================================*/

/*=== pagewrap ===*/
#pagewrap {
  font-size: medium;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;
  font-size: 80%;
}

.pc_no {
  display: none;
}

/*===============================================*/
/*===============================================*/
/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and (max-width: 750px) {
  #pagerawp .pc_no {
    display: inline;
  }
  #pagerawp .sp_no {
    display: none;
  }
}
