.table-cmn_01 {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.table-cmn_01 tr.even th,
.table-cmn_01 tr.even td {
	background: #f5f5f5;
}
.table-cmn_01 tr.date th {
	background: #9e9e9e;
	color: #fff;
}
.table-cmn_01 th {
	padding: .8rem;
	background: #eeeeee;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 12px;
	line-height: 18px;
	line-height: 16px;
	font-weight: normal;
}
.table-cmn_01 td {
	padding: .8rem;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.table-cmn_01 th.s-lv01 {
	background: #d7d7d7;
	text-align: center;
}
.table-cmn_01 .th-w20 {
	width:20%;
}
.table-cmn_01 .s-bdr-y {
	border-right-color: #f0e6c9;
}
.table-cmn_01 th.s-bg-buy {
	background: #d84e4e;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.table-cmn_01 th.s-bg-sell {
	background: #3d9ad3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.table-cmn_01.table-small th {
	padding: 4px 5px 2px;
}
.table-cmn_01.table-small td {
	padding: 3px 5px 1px;
}
@media screen and (max-width: 480px) {
	/*----- table ------*/
	.table-cmn_01.table-cmn_01-sp,
	#contents table.table_type14 tbody {
		/*width: 100%;
		border-top: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;*/
		display: block;
	}
	.table-cmn_01.table-cmn_01-sp tr,
	#contents table.table_type14 tr {
		display: block;
	}
	.table-cmn_01.table-cmn_01-sp th,
	.table-cmn_01.table-cmn_01-sp td,
	#contents table.table_type14 th,
	#contents table.table_type14 td,
	.table-cmn_01 .th-w20 {
		display: block;
		width: 100%;
		box-sizing:border-box;
	}

}
