/* アーカイブ商品一覧のテキスト消去
.archive__contents, .controller__item, .globalNavi, .mask {
	display: none;
}*/

 /* アーカイブ商品一覧のボーダー消去
.archive__item {
	border-bottom: 0px!important; 
}*/

/*テーブルの装飾*/
table, td, th {
	border: 0.4px #000 solid!important;
}

th {
	width:300px!important;
  position: sticky!important;
  left: 0!important;
}

.content table tr:nth-child(odd) td {
    background-color: #f5f5ec!important;
}

.content table tr:nth-child(1) td {
	background-color:#999!important;
	color: #fff!important;
}

.content table tr td:nth-of-type(1){
	background-color:#999!important;
	color: #fff!important;
  position: sticky!important;
  left: 0!important;
}
