#fs_preview_header{
display:none;
}
.fs-c-documentColumn__content a{text-decoration:underline;}
.fs-c-breadcrumb__list > li{flex-shrink:0;}
.p-sizeComment__desc table th{background: #e9e7e3 !important;}
.p-sizeComment__desc table th{ white-space: nowrap;}
.p-sizeComment__desc table tr td:first-child {
    white-space: nowrap;
}
.fs-c-productList__list .fs-c-productListItem .fs-c-productName__name{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media only screen and (max-width: 959px) {
.p-sizeComment__desc table th{ white-space: nowrap;}
.p-sizeComment__desc{overflow-x: scroll;}
.p-sizeComment__desc table td{min-width:72px;padding:10px !important;}
.p-sizeComment__desc table tr td:first-child {}
}