@charset "UTF-8";

body {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
}

img {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
  
