<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

		h2{
    font-size: 16px;
    padding-top: 15px;
    border-bottom: 1px solid #CCC;
}
		
		
	.kosko{
    margin: 10px auto;
		
}

.ao{
    color: #0080FF;
}
.orange{
    color: #F86011;
    font-size: 16px;
}


li{
    margin-top: 0px;
    margin-bottom: 10px;
}

.line{
    text-decoration: underline;
}

	table{
    margin: 10px auto;
    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;
}</pre></body></html>