.tbl_style02 {
	width: 100%;
	/* margin-bottom: 50px; */
    font-size: 0.8em;
}
	.tbl_style02 th,
	.tbl_style02 td {
		padding: 5px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
        text-align: center;
	}
	.tbl_style02 th {
		white-space: nowrap;
		text-align: center;
		background: #7889A0;
		color: #fff;
		font-weight:600;
		vertical-align: middle;
	}
	.tbl_style02 td {
		vertical-align: middle;
	}
	.tbl_style02 .td01 {
		background: #ddd;
		font-weight: bold;
	}
    .tbl_style02 tr td:last-child {
        text-align: left;
    }
.tbl_style02.micro_text th,
.tbl_style02.micro_text td {
	padding: 5px 3px;
	text-align: center;
}
.table_scroll table{
		min-width:600px;
    }
@media screen and (max-width: 640px){

.tbl_style02 {
	width: 100%;
	font-size: 0.8em;
	/* margin-bottom: 50px; */
}
	.tbl_style02 th,
	.tbl_style02 td {
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_style02 th {
		white-space: nowrap;
		text-align: center;
		background: #7889A0;
		color: #fff;
		font-weight:600;
		vertical-align: middle;
	}
	.tbl_style02 td {
		text-align: left;
		vertical-align: middle;
	}
	.tbl_style02 .td01 {
		background: #ddd;
		font-weight: bold;
	}
	.table_scroll {
        overflow-x: scroll;
    }
	
}
#contentsArea {
	font-size: 1.6rem!important;
	line-height: 1.6!important;
}
