@charset "UTF-8";

/*------ block.css -------*/

/*--商品詳細 COLOR文言--*/
.block-variation-text .block-variation--name {
	display: none;
}

/*--商品詳細 マウスオーバーで拡大されます文言--*/
.block-goods-gallery--slider-desc {
	display: none;
}

/*-- 商品詳細商品サイズ表 --*/
.block-goods-comment1 table {
	border: 1px solid #E0E0E0;
}

.block-goods-comment1 table td {
	border: 1px solid #E0E0E0;
}

.block-goods-comment1 tbody tr td:nth-of-type(1) {
	background: #F7F7F7;
}

.block-goods-comment1 tbody tr:nth-child(1) {
	background: #F7F7F7;
	height: 30px;
}

.block-goods-comment1 tbody tr:nth-child(n+2) {
	height:50px;
}

.block-goods-comment1 td {
	padding: 0;
}

.block-goods-comment1 tr:nth-of-type(2n) td {
	background-color: initial;
}

/*------ block_goods.css -------*/
/*--店舗在庫ポップアップh1--*//*--★★共通に合併予定★★--*/
h1.block-store-stock--modal-remark-title {
	font: normal normal bold 20px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*------ 新規追加 -------*//*--★★ common.cssだが他に影響するため、クラス指定変更 ★★--*/
/*--店舗在庫ポップアップタイトル--*/
.block-goods-stock-link-modal--frame .mod-hdgL1 {
	font: normal normal normal 20px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}

/*--店舗在庫ポップアップブランド・商品名--*/
.block-goods-stock-brand-name,
.block-goods-stock-goods-name {
	font: normal normal normal 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*--店舗在庫ポップアップリスト--*/
.block-store-stock--modal-remark li {
	font: normal normal normal 11px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333
}

/*--店舗在庫ポップアップセレクト--*/
.block-goods-stock-size-color-select select,
.block-goods-stock-pref-select select {
	height: 50px;
	border: 1px solid #33333380;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}
