@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('./font/NotoSerifJP-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: bold;
  font-weight: 700;
  src: url('./font/NotoSerifJP-Bold.woff') format('woff');
}

.table1{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table1 tr th{
	background-color: #eee;
}
.table1 tr th,
.table1 tr td{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding:3px;
	text-align:center;
}