@charset "utf-8";
/* CSS Document */

body {
    font-size: 14px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

		h1{
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
		
	.kosko{
    margin: 10px auto;
		
}
	table{
    margin: 10px auto;
    text-align: center;
    border-top: thin solid #999;
    border-left: thin solid #999;
    width: 95%;
}
	th{
    text-align: left;
    font-weight: normal;
    padding: 10px 10px;
    border-bottom: thin solid #999;
    border-right: thin solid #999;
    background-color: #EEE;
	width: 60%;
}
	td{
    padding: 10px 10px;
    border-bottom: thin solid #999;
    border-right: thin solid #999;
    font-weight: bold;
		}
.btn{
    margin: 10px auto;
    text-align: center;
	padding: 20px 0px;
}
