@charset "utf-8";

.sizechart_content {
	margin-bottom: 60px;
}
.sizechart_list {}
.sizechart_item {}
.sizechart_item + .sizechart_item{
	margin-top: 40px;
}
.chart_title {
	font-size: 16px;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 22px;
	text-align: left;
}
.chart_list {}
.chart_item {}
.chart_item + .chart_item {
	margin-top: 40px;
}
.detail_chart {}
.chart_wrapper {
	position: relative;
}
.chart_wrapper + .chart_wrapper {
	margin-top: 20px;
}
.chart_head {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.chart_head_list {
	width: 150px;
}
.chart_head_list th {
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	padding: 12px 10px;
	border: 1px solid #ccc;
}
.chart_head_list .tr01 {
	background-color: #f4f4f4;
}
.chart_data {
	margin-left: 149px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.chart_data::-webkit-scrollbar {
	width: 2px;
	background: #eee;
}
.chart_data::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}
.chart_data::-webkit-scrollbar-thumb:horizontal {
	background: #666;
	border-radius: 2px;
}
.chart_data_scroll {}
.chart_data_list {}
.chart_data_list th {
	text-align: center;
	white-space: nowrap;
	background-color: #f4f4f4;
	padding: 12px 10px;
	border: 1px solid #ccc;
}
.chart_data_list td {
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	padding: 12px 10px;
	border: 1px solid #ccc;
}
.chart_data_all td {
	min-width: 92px;
}
.chart_data_shoes td {
	min-width: 42px;
}
