

/* shirt-price-list */
.shirt-price-list{}
.shirt-price-list form{
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-bottom: 14px;
}
.shirt-price-list form p{
	float: right;
	font-size: 14px;
	line-height: 32px;
	color: #000;
}
.shirt-price-list label{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	margin-right: 10px;
}
.shirt-price-list .select-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	height: 30px;
	min-width: 195px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}
.shirt-price-list .select-block .ico{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: #e5e5e5;
	text-align: center;
	line-height: 30px;
}
.shirt-price-list .select-block .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.shirt-price-list .select-block select{
	position: relative;
	border: 0;
	background-color: transparent;
	padding: 5px 16px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.shirt-price-list .select-block select::-ms-expand{
	display: none;
}

.shirt-price-list .link{
	display: block;
	text-align: center;
	margin-bottom: 55px;
}
.shirt-price-list .btn-link{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.shirt-price-list .btn-link:hover{
	text-decoration: underline;
}


.table-price-list{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 14px;
}
.table-price-list table{width: 100%;}
.table-price-list tbody{
	display: table-row-group;
	overflow: auto;
}
.table-price-list tr{
	display: table-row;
	table-layout: fixed;
	height: 32px;
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
}
.table-price-list tr td span{
	display: block;
	text-align: right;
}
th, td{
	padding: 5px 10px 5px 15px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-price-list thead th{
	background: #f0f0f0;
	white-space: nowrap;
}
.table-price-list tbody tr.bg{
	background-color: #f3f9fd;
}

.table-price-list thead th:nth-child(1){
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}
.table-price-list thead th:nth-child(2){
	width: 108px;
	min-width: 108px;
	max-width: 108px;
}
.table-price-list thead th:nth-child(3){
	width: 85px;
	min-width: 85px;
	max-width: 85px;
}
.table-price-list thead th:nth-child(4){
	width: 142px;
	min-width: 142px;
	max-width: 142px;
}
.table-price-list thead th:nth-child(5){
	width: 135px;
	min-width: 135px;
	max-width: 135px;
}
.table-price-list thead th:nth-child(6){
	width: 122px;
	min-width: 122px;
	max-width: 122px;
}

/* .table-price-list tbody tr:nth-child(9){
	display: none;
}
.table-price-list tbody tr:nth-child(10){
	display: none;
}
.table-price-list tbody tr:nth-child(11){
	display: none;
}
.table-price-list tbody tr:nth-child(12){
	display: none;
}
.table-price-list tbody tr:nth-child(13){
	display: none;
}
.table-price-list tbody tr:nth-child(14){
	display: none;
}
.table-price-list tbody tr:nth-child(15){
	display: none;
}
.table-price-list tbody tr:nth-child(16){
	display: none;
}
.table-price-list tbody tr:nth-child(17){
	display: none;
}
.table-price-list tbody tr:nth-child(18){
	display: none;
}
.table-price-list tbody tr:nth-child(19){
	display: none;
}
.table-price-list tbody tr:nth-child(20){
	display: none;
}
.table-price-list tbody tr:nth-child(21){
	display: none;
}
.table-price-list tbody tr:nth-child(22){
	display: none;
}
.table-price-list tbody tr:nth-child(23){
	display: none;
}
.table-price-list tbody tr:nth-child(24){
	display: none;
}
.table-price-list tbody tr:nth-child(25){
	display: none;
}
.table-price-list tbody tr:nth-child(26){
	display: none;
} */