﻿@charset "utf-8";

/*テーブル　種類
---------------------------------------------------------------------------*/
#ta_type {
	width: 100%;
}
.photo{
	width: 280px;
	box-sizing: border-box;
	background: #CCCCFF;
	text-align: center;
}
.feature{
	width: 440px;
	box-sizing: border-box;
	background: #EEEEFF;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 150%;
}
.harvest{
	width: 200px;
	box-sizing: border-box;
	background: #CCCCFF;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 150%;	
}

.photo, .feature, .harvest {
	margin: 0;
	padding: 1em;
	height: 350px;
	color: #333333;
	float: left;
	border: solid thin #666666;
}

.title {
	margin: 0;
	padding: 1em;
	height: 50px;
	background: #4B0082;
	color: #FFFFFF;
	float: left;
	border: solid thin #666666;
	text-align: center;
}


/* カートボタン */
.cart_button {
	width: 150px !important;
	height: 40px !important;
	padding: 0 !important;
}
.cart_button.in {
	font-size: medium !important;
}

}
/* 商品コード */
.item_code_ttl,
.item_code_val {
	display: none !important;
}

/* 通販関連テキスト */
.tuuhan_name {
	display: block;
	border-left: solid 3px red;
	font-size: medium;
	font-weight: bold;
	color: red;
	margin: 0.5em 0;
	padding-left: 0.5em;
}

.item_stock, .item_soldout {
	display: none;
}

@media screen and (max-width: 480px) {
  .tbl-r04 {
    width: 100%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
  .harvest {
    margin-bottom: 2em;
  }
}
