  @charset "utf-8";
/* CSS Document */

table.data {
border-collapse: collapse;
width:100%;
margin:0 0 1em 0;
border-top:#CCCCCC 2px solid;
border-bottom:#CCCCCC 2px solid;
font-size: 0.875rem;
}

table.data th,
table.data td {
	padding:7px 0.8em;
	border:#CCCCCC 1px solid;
	border-right:none;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	line-height: 1.4;
}

table.data th {
	border-right:none;
	text-align:center;
	background-color:#f0f0f0;
}


table.data .numeric {
	text-align:right;
}

table.data th.c-valign--middle,
table.data td.c-valign--middle{
	vertical-align: middle;
}

/*-----sp-----*/

.sp table.data {
width:100%;
}


/*tablearea*/
.sp .table_area{
	max-width:100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	font-size: 0.75rem;
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 15px 0;
}
.sp .table_area.no_border{
	border:none;
}
.sp .table_area table{
	width: 90% !important;
}
.sp .table_scroll_note{
	color: #fff;
	font-weight: bold;
	font-size: 0.8125rem;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1;
	width: 100%;
	background: #777;
	margin: 1em 0 0;
}

.sp .table_area::-webkit-scrollbar{
	height: 6px;
}
.sp .table_area.no_border::-webkit-scrollbar{
	display: none;
}
.sp .table_area::-webkit-scrollbar-track{
	background-color: #f0f0f0;
}
.sp .table_area::-webkit-scrollbar-thumb{
	background-color: #b5b5b5;
}
