﻿/* --------------------------------------------------------------------------  
 *	全体
 * --------------------------------------------------------------------------  */
 
div {
	word-break: break-all;
}

/* --------------------------------------------------------------------------  
 *	レビュー画像サムネイル
 * --------------------------------------------------------------------------  */

.cover-s {
	object-fit: cover;
	width: 75px;
	height: 75px;
}

.cover-m {
	object-fit: cover;
	width: 80px;
	height: 80px;
}


.cover-l {
	object-fit: cover;
	width: 144px;
	height: 144px;
}

/* --------------------------------------------------------------------------  
 *	商品スペック
 * --------------------------------------------------------------------------  */

table.item_detail  {
	/*margin:0 auto;*/
	margin: 0px;
	width: 100%;
	/*font-size: 12px;*/
}

.item_detail  th {
	text-align: left;
	/*font-weight: normal;*/
	background-color: #f1f0ef;
    border: 1px #dcd9d8 solid;
	border-collapse:collapse;
	padding: 5px;
	width: 20%;
	vertical-align: middle;
	color: #575757;
	
}

.item_detail  td {
	text-align: left;
	background-color: #FFF;
    border: 1px #dcd9d8 solid;
	border-collapse:collapse;
	padding: 5px;
	width: 80%;
	color: #4f413c;
}


/* --------------------------------------------------------------------------  
 *	LP内購入ボタン（SP）
 * --------------------------------------------------------------------------  */

a.buyBtn {
	margin:0 auto;
	display: block;width: 280px;
	padding: 10px 0;
	border-radius: 5px;
	background-color: #009688;
	box-shadow: 0 3px 0 #00695C;	
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.buyBtn:hover {
	text-decoration: none;
}



/* --------------------------------------------------------------------------  
 *	カテゴリアイコン
 * --------------------------------------------------------------------------  */

.categoryIcon,
.item-icon {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 9px;
	padding: 1px 5px;
	color: #FFF;
}


/* --------------------------------------------------------------------------  
 *	オリジナルアイコン
 * --------------------------------------------------------------------------  */

.icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 1px;
}


.icon-new-white {
	background: url("/img/common/icon/icon-new-white.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}

.icon-new-black {
	background: url("/img/common/icon/icon-new-black.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}


.icon-crown-white {
	background: url("/img/common/icon/icon-crown-white.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}

.icon-crown-black {
	background: url("/img/common/icon/icon-crown-black.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}


.icon-line-white {
	background: url("/img/common/icon/icon-line-white.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}

.icon-x-white {
	background: url("/img/common/icon/icon-x-white.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}

