/* カート（商品詳細） */
.fs-c-button--originalLeehm {
	background:#b20000;
	border:1px solid #b20000;
	/*border-radius:8px;*/
	padding:1em 1.6em 0.8em;
	box-shadow:none;
}
.fs-c-button--originalLeehm .fs-c-button__label {
	padding-top:0.3em;
	padding-bottom:0.2em;
}
.fs-c-button--originalLeehm.fs-c-button--originalLeehm--icoCart::before {
	content: "\e91f";
  font-size: 20px;
  vertical-align:sub;
  
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) /* スマホ */{
	.fs-c-button--originalLeehm {
		width:100%;
		padding:1.2em 1.6em 1em;
	}
}

/* カート（商品一覧） */
.fs-c-button--originalLeehm--addToCart--list:hover,.fs-c-button--originalLeehm--addToCart--list:active {
	opacity:0.8;
}

/* おすすめ商品の表示調整 */
h2.fs-c-featuredProduct__title {
    margin: 30px 0 15px;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}

/* カラーボタン */
.mark-chips{
 border-radius: 10px;
 width: 20px;
 height: 20px; 
}

/* 商品仕様table */
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #ccc;
    }