@charset "utf-8";
/* CSS Document */
section table {
	width: 100%;
}
section th, section td {
	padding: 10px 4px 5px;
	border: 1px solid #ddd !important;
}
section th {
	background: #f4f4f4;
}
/*----------------------------------------------------
  PC_表
----------------------------------------------------*/
.demo02 th {
	width: 12.5%;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
}
.demo02 th .mr4 {
	margin-right: 4px;
}
.demo02 tbody th {
	width: 12.5%;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
.demo02 tbody th span {
	font-weight: 100;
	font-size: 10px;
}
.demo02 td {
	text-align: center;
}
.demo02 td:first-child {
	text-align: left;
}

.dummy_table_data {
	height: 28px;
}

/*----------------------------------------------------
  SP_表
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
.demo02 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.demo02 th {
	display: block;
	width: auto;
	text-align: center;
	border-bottom: none !important;
	height: 30px;
	text-align: left;
}
.demo02 thead {
	display: block;
	float: left;
	overflow-x: scroll;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.demo02 thead th {
	padding: 8px 8px 7px;
	border-right: none !important;
	border-left: none !important;
}
.demo02 tbody {
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.demo02 tbody th {
	display: block;
	width: auto;
	text-align: center;
	border-bottom: none !important;
	background: #fff;
}
.demo02 th:first-child {
	display: block;
	text-align: center;
	border-bottom: none !important;
	height: 31px;
	padding: 7px 0 0;
	border-right: none !important;
	border-left: none !important;
	letter-spacing: -0.09em;
	font-size: 12px;
	line-height: 110%;
}
.demo02 tbody tr {
	display: inline-block;
	margin: 0 -2px !important;
	width: 124px;
	border-left: 1px solid #ddd;
}
.demo02 td {
	display: block;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	height: 30px;
	padding: 13px 0 2px;
}
.dummy_table_data {
	height: 30px;
}
}
