@charset "UTF-8";
/* ====================================================
base style
==================================================== */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}

html.small {
  font-size: 8px;
}

html.normal {
  font-size: 10px;
}

html.large {
  font-size: 12px;
}

body {
  color: #222222;
  font-size: 100%;
  background-color: #FFFFFF;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc-in {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .pc-in {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp-in {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-in {
    display: inline-block !important;
  }
}

/*# sourceMappingURL=maps/common.css.map */
.hover-link:hover{
//	background-color: #9f9f9f;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

