@charset "UTF-8";

/*
 * base.css
 *
 */
/* !base
---------------------------------------------------------- */
html {
  /* 基準サイズ10px = 1em = 1rem */
  font-size: 62.5%;
}

body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}
a:link {
  color: #069;
}
a:visited {
  color: #036;
}
a:active {
  color: #0CF;
}
a:hover {
  color: #8C0000;
}
a:hover img {
  opacity: 0.7;
}
a img {
  background: none !important;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}

/* いいねボタン対策 */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* Twitterボタン対策 */
@current iframe[data-twttr-rendered] {
  width: 100px !important;
}
