@charset "UTF-8";


/* レイアウト */
html, body {  
	font-family : "TBUDGothic R", "Verdana", "Tahoma", "Segoe UI", "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Medium", "Meiryo", "VL PGothic", sans-serif ;
}

h1, h2, h3, h4, b, th {  
	font-weight : bold ;
	font-family : "TBUDGothic E", "Verdana", "Tahoma", "Segoe UI", "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Bold", "Meiryo", "VL PGothic", sans-serif ;
}

.table1 {
	border: 1px solid gray;
	font-size: 1rem;
}
.table1 th, .table1 td {
	border: 1px solid gray;
	font-size: 1rem;
}

tbody {
	-webkit-text-size-adjust: 100%;
}
