@charset "utf-8";

.container {
	max-width: 640px;
}
.container h1 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.indent2em {
    text-indent: 2em;
}
table {
    border-collapse: collapse;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.table_scroll {
	overflow-x: auto;
	white-space: nowrap;
}
table tr:nth-child(odd) {
    background-color: #E0F2F7;
}
tbody tr th {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #000000;
    background-color: #69ACF3;
}
tbody tr td {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 1px solid #000000;
    text-align: center;
}
.text_left {
    text-align: left;
}
.container .text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
/* == brake point == */
@media (max-width: 767.98px) {
	h1 {
		font-size: 14px;
	}
}
