@charset "utf-8";

/* ie6, 7 */
html, body {
  /zoom:0.7;
}
/* ie8 */
html, body {
  zoom:0.7\9;
}
/* ie9 */
html:not(:target) {
  zoom:1\9;
}
body:not(:target) {
  zoom:1\9;
}

.btn-mobile-menu {
  display: none;
}
/*

.nav-global,
.main_visual,
.header {
  display: none;
}
,
.breadcrumb .breadcrumb-in,
.footer .footer-in,

.contents .contents-in,
.breadcrumb,
.footer {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-in {
  padding: 0;
  text-align: center;
  background: #fff;
  color: #000;
}
.debug {
  display: none;
}
*/

