@charset "utf-8";
/* CSS Document */

#kobetu_tbl .tbl-style01 {
	white-space: nowrap;
}

#kobetu_tbl .tbl-style01 {
    /*width: 100%;*/
    line-height: 1.4;
    border-right: solid 2px #cdcdcd;
    border-bottom: solid 2px #cdcdcd;
}

table {
    margin-bottom: 1em;
}

.tbl-style01 th {
    line-height: 1.4;
}


#kobetu_tbl .tbl-style01 th, .tbl-style01 td {
    padding: 3px;
    border-top: solid 2px #cdcdcd;
    border-left: solid 2px #cdcdcd;
}
/*.tbl-width-a {
    width: 63%;
}*/

.tbl-border-r-hide {
    border-right: none !important;
}
#kobetu_tbl .tbl-bg-base {
    background: #f1f1f1;
    font-size: 1.5rem;
}

#kobetu_tbl .fs-xl {
    font-size: 1.4rem;
    line-height: 1.2;
}

.tbl-bg-color03 {
    background: #fff;
}

.align-ctr {
    text-align: center;
}


.note_a {
	margin-top: 20px;
}

.spbr {
	display: none;
}

#kobetu_tbl .note_a li {
    text-indent: -1.5em;
    margin: 0em 0 0.5em 1.5em;
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	#kobetu_tbl .tbl-style01 td {
		padding: 5px;
	}
	
	.spbr {
		display: block;
	}
}

