@charset "utf-8";
h3 {
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: large;
    background-color: #3F4C6B;
}
.day {
    background-color: #3F4C6B;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 0px;
}
h2 {
    color: #3F4C6B;
    font-style: normal;
    font-weight: bolder;
    text-align: center;
}
h4 {
    border-bottom: thick solid #3F4C6B;
    font-size: large;
}
section {
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	margin: 0 auto; /*ボックス外側の余白*/
	padding: 10px; /*ボックス内側の余白*/
	background: #fff; /*背景指定*/
}
.right {
    text-align: right;
}
table tbody tr td .red {
    color: #D00002;
    font-size: small;
}
table tbody tr td .green {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5E8E00;
}
table tbody tr td .blue {
    color: #FFFFFF;
    background-color: #000E7B;
    font-weight: bold;
}
table {
    margin: 0 auto;
    border: thin solid #3F4C6B;
}

.h3-red {
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: large;
    background-color: #D00002;
}
