@charset "utf-8";
/* CSS Document */
* {
	margin : 0;
	padding: 0;
	font-size  : 100%;
	line-height: 1.3em;
	font-style : normal;
	text-decoration: none;
}
body {
  font-weight: bold;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}
a img     { border:0px; }
a:link    { color:#0f56ae; }
a:visited { color:#0f56ae; }
a:hover   { color:#0f56ae; text-decoration:underline; }
a:active  { color:#0f56ae; } 