/*slick setting*/
.slick-prev {
  top: 50% !important;
   z-index: 100 !important;
  }
.slick-next {
  top: 50% !important;
  z-index: 100 !important;
  }

.product_price_td_top a:link    { color: #444444; text-decoration:underline;}
.product_price_td_top a:visited { color: #444444; text-decoration:underline;}
.product_price_td_top a:hover   { color: #3366cc; text-decoration:underline;}
.product_price_td_top a:focus  { color: #3366cc; text-decoration:underline;}
.product_price_td_top a:active  { color: #2851a3; text-decoration:underline;}

a.main_img:hover img{
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
	-ms-filter: "alpha(opacity=100)";
	}

table.product_price{
  	text-align:center;
  	margin-left:auto;
  	margin-right:auto;
  	width: 95%;
	border-collapse: separate;
	border-spacing: 0px;
	border-collapse: collapse;	/* IE7,6用 */
  	float:center;
	margin-top:10px;
	margin-bottom:10px;
	}

.product_price_th_top{
	width: 35%;
	height: 25px;
	padding-left:10px;
	text-align: left;
	border: 1px solid #d3d3d3;
	}

.product_price_td_top{
	width: 60%;
	height: 25px;
	padding-left:10px;
	text-align: left;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	}

.product_price_th{
	width: 35%;
	height: 25px;
	padding-left:10px;
	text-align: left;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	}

.product_price_td{
	width: 75%;
	height: 25px;
	padding-left:10px;
	text-align: left;
	overflow:hidden;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	}

.product_main_box{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align:center;
	}

.disable_cartin{
	text-align:center;
	}

.price_option {
	float:left;
  	margin-left: 5px;
  	margin-bottom: 25px;
	}

.priceop_th{
	font-weight:800;
	font-size:14px;
	color:#e50000;
	text-align:left;
	margin-left: 10px;
	padding-top: 2px;
	}

.priceop_td{
	font-weight:800;
    font-size:14px;
	text-align:left;
	margin-left: 10px;
	padding-top: 2px;
	}

.product_nav{
	text-align:center;
	list-style:none;	
	position:absolute;
	left: 68px;
	bottom: 7px;
	display:inline;
	}

.product_m{
	display:inline;
	}

.guard{
	position:absolute;
	display:block;
	width:90%;
	height:55%;
	background-image:url(https://file002.shop-pro.jp/PA01255/466/top/copy_guard.gif);
	}

.product_navi{
	text-align:center;
	list-style:none;
	}

/*商品説明文*/
.product_ex{
	padding:  0 8px 0 8px;
	line-height: 100%;
	text-align:left;
	margin-top: 8px;
}
/*商品登録用の説明文*/
.product_exp_title {
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	line-height:160%;
  	padding-bottom:4px;
  	margin-left:8px;
	}
.product_exp_text {
	text-align: justify;
  	margin-left:8px;
  	margin-right:8px;
	line-height:180%;
	}
.product_exp_print {
	text-align: justify;
  	margin-left:24px;
  	margin-right:8px;
	line-height:180%;
	}
/*オリジナル名刺作成の説明文*/
.product_exp_original {
	text-align: justify;
	line-height:160%;
	}
.main_title {
	width: auto;
	font-size: 1.2em;
	border-bottom:  solid 1px #d3d3d3;
	text-align:left;
	padding:10px;
	margin: 5px;
}
.combi_photo{
	max-width: 85%;
	height: auto;
	}
.combi_name{
	width:85%;
	height: auto;
	margin: 0 10px 10px 10px;
	}
.combi_bottom{
	width:100%;
	height:10px;
	}
.youshisetsumei {
	text-align: left;
	padding: 0 5px 0 20px;
	font-size: 12px;
	font-weight: 600;
	color: #ff0000;
	}
.productform-inner {
	margin: 0 0 15px;
	}
.pulldown {
	width: 70%;
	height: 40px;
	font-size:120%;
	background: #fff;
	margin: 0 30px 15px;
	border: 1px solid #bdbdbd;
}
/*お気に入り*/
.product__fav-item {
  width:105px;
  margin: 5px auto 5px auto;
  background-color:#e2e2e2;
  padding:5px;
  border-radius:15px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.soldout {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
  	font-weight: 600;
  	font-style: normal;
  	color: #8e8e8e;
}