@charset "euc-jp";
/* CSS Document */

/* ************************************************ 
 product　（商品詳細）
************************************************  */
/* *****************************
 　layout（レイアウト）
********************************  */
.product_contents{
	width: 720px;
	margin: 40px 0;
}

.product_contents .photo_area{
	width: 362px;
	float: left;
}

.product_contents .info_area{
	width: 320px;
	float: right;
	text-align: left;
}


/* *****************************
  product_img商品画像
********************************  */
.product_img{
}

/*メイン画像*/
.product_img_main{
    margin: 0 0 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
 	border: 1px #84b71a solid;
 }

/*サムネイル画像*/
.product_image_thumb{
}

.custom_thumb li{
	width: 23%;
	padding: 1%;
	cursor: pointer;
	float: left;
}

.custom_thumb li img{
	width: 84px;
	border: 1px #84b71a solid;
}


/* *****************************
  product_info　商品情報
********************************  */
/*.product_cart{
  padding: 0 0 0 45px;
  margin: 0 0 40px;
}
*/

/*商品名*/
h2.product_name{
	padding: 0 0 10px 10px;
	margin: 0 0 30px;
	color: #83b61a;
	font-size: 24px;
	font-weight: bolder;
	border-bottom: 1px #CCC solid;
}

/*商品簡易説明文*/
.product_catchcopy{
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-weight: bolder;
}

/*価格*/
table.product_order_price{
	width: 300px;
	margin: 0 0 20px;
}

table.product_order_price{
	background: #f1f5f1;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
    border-radius: 5px;
}

table.product_order_price th{
 	padding: 5px 10px;
	border-bottom: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
	font-weight: bolder;
}

table.product_order_price td{
 	padding: 5px 10px;
	border-bottom: solid 1px #e8ece8;
    border-right: solid 1px #e8ece8;
}

table.product_order_price tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

table.product_order_price tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

table.product_order_price tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

table.product_order_price tr.member_price{
	color: #E60E12;
}

/*割引率*/
.product-order-discount {
	color: #E33D3D;
	font-weight: bold;
}

/*商品スペック*/
table.product_order_spec{
	border: 0;
}

table.product_order_spec th{
 	padding: 5px 10px;
	font-weight: bolder;
}

table.product_order_spec td{
 	padding: 5px 10px;
}


/* *****************************
  product-option　オブション
********************************  */
/*オブション1*/
.product_option {
	margin: 0 0 15px 10px;
}

.product_option_table{
	margin: 0 0 15px 10px;
}

.product_option_table table{
	width: 100%;
}

.product_option_table th,
.product_option_table td{
	padding: 10px 20px;
    text-align: center;
 }
 
.product_option_table td input[type="radio"]{
    margin-bottom: 5px;
 }

.product_option_select{
	position: relative;
}

.product_option_wrapper{
}

.product-option-select .product_option_unit{
	clear: left;
	float: left;
	width: 100%;
}

/*オプション名*/
.product_option_select .option_select_name {
	margin: 0 0 5px;
	padding: 5px 20px 0 0;
	color: #333;
	display: block;
	float: left;
}

.pulldown{
	padding: 5px 20px;
	font-size: 12px;
	float: left;
}


/* *****************************
  cart カート
********************************  */
.product_order_num{
	width: 290px;
	margin: 0 0 20px 10px;
}

.option_name{
	font-size: 14px;
	padding: 10px 20px 0 0;
	float: left;
}
.input-border{
	width: 50%;
	overflow: hidden;
	border: solid 1px #CCC;
	display: block;
	float: left;
}

.disable_cartin{
	width: 320px;
	margin: 0 0 10px;
	text-align: center;
}

.members_login{
	width: 320px;
	margin: 0 0 １0px;
	text-align: center;
}


/* *****************************
  注意事項
********************************  */
.product_help_list{
	padding: 0 10px;
	margin: 0 0 10px;
}

.product_help_list li{
	margin: 0 0 5px 10px;
	font-size: 12px;
	list-style: disc;
	list-style-position: outside;
}

.unstyled li{
	list-style: none;
}

.product-order-input {
	text-align: left;
}
.product-order-input .col {
	display: inline;
	float: none;
}

.product-unit {
	display: inline-block !important;
	*display: inline !important;
	*zoom: 1;
}

.product-order-input input{
	padding: 10px;
	text-align: left;
	line-height: 140%;
	vertical-align: bottom;
	background: transparent;
	border: none;
}

/*クイック購入*/
.btn-quick span {
	padding-left: 7px;
}

.btn-block span {
	padding-left: 7px;
}
   
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}

/*ソーシャル*/
unstyled_list {
	margin: 0 0 0 10px;
}

.social-share {
	margin: 0 0 0 10px;
}

.social-share li{
	margin: 1em;
}

/*あなたにおすすめの商品*/
.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

.icon-cart, .icon-paper_plane,.icon-circled_minus {
  vertical-align: -4px;
}

/*商品説明文*/
.product-order-exp{
	width: 720px;
	margin: 0 0 0;
}

.product_explain_area{
	width: 680px;
	padding: 20px 20px;
	margin: 0 0 60px;
	border-top: 1px #84b71a solid;
	border-bottom: 1px #84b71a solid;
}

.product_explain_l{
	width: 329px;
	padding: 10px 20px 10px 0;
	border-right: 1px #CCC solid;
	font-size: 13px;
	float: left;
	display: inline;
}

table#spec_explain{
	width: 100%;
	margin: 0 0 20px;
	font-weight: nomal !important;
}

table#spec_explain th{
	width: 25%;
	padding: 10px 0 5px 5px;
	margin: 0 0 20px;
	font-weight: nomal !important;
	border-bottom: 1px #000 solid;
	text-align:justify;
	text-justify:inter-ideograph;
}

table#spec_explain td{
	width: 75%;
	padding: 10px 0 5px 10px;
	margin: 0 0 20px;
	font-weight: nomal;
	letter-spacing: 1px;
	border-bottom: 1px #999 dotted;
}

.product_explain_r{
	width: 310px;
	padding: 10px 0 10px 20px;
	font-size: 13px;
	float: right;
	text-align: left;
}

.product_explain_r h3.txt_title{
	padding: 10px 0 0;
	margin: 0 0 10px;
	font-weight: bolder;
}

.product_explain_r p.txt{
	margin: 0 0 10px;
}

/*関連商品*/
.related_product_area{
	width: 720px;
	margin: 0 0 20px;
}

h2.related_product_title{
	background: URL(http://img21.shop-pro.jp/PA01332/055/etc/title_common_bg.jpg) no-repeat;
	width: 720px;
	height: 60px;
	padding: 15px 0 0 50px; 
	margin: 0 auto;
	font-size: 20px;
	font-weight: bolder !important;
}

.related_product_area .item_photo{
	padding: 20px 0
}

.related_product_area .more_detaile{
	padding: 10px 0 0
}