@charset "utf-8";

/*----------------------------
parts
----------------------------*/
.wid100imp{
	width:100%!important;
}

/*----------------------------
layout
----------------------------*/
.type04 td{
	text-align: left;
}
.type04 th{
	font-weight: normal;
}
.table.mix th,.table.mix td {
	text-align: center;
	font-size: 1rem!important;
	vertical-align: middle;
	padding: 10px;
}
.wrap01 .table .listType08 .table{
	margin-left: -30px;
}
.wrap01 .table .listType08 .table.mix th,
.wrap01 .table .listType08 .table.mix td {
	font-size: 14px!important;
}

@media screen and (max-width:640px) {
	.scroll02 .table{
		width: 390%;
	}
	.wrap01 .table .listType08 .table{
		margin-left: 0;
	}
}

@media print {
	.wrap01 .table .listType08 .table.mix th,
	.wrap01 .table .listType08 .table.mix td {
		font-size: 10px!important;
	}
}