@charset "UTF-8";
html {
	visibility: hidden;/* webfontチラつき防止 */
}
html.wf-active {
	visibility: visible;/* webfontチラつき防止 */
  }

body {
	/*font-weight: 500;
	font-style: normal;*/
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.75em;
	word-wrap: break-word;
}
img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
  }
