/* 左の横幅 */
div.product_images {
	float: left;
	width: 50%;
}
.zoom-small-image,
.zoom-desc,
div.product_description {
	width: 100%;
}

/* 右の横幅 */
div.add_cart {
	width: 45%;
}

/* 写真の枠線 */
.zoom-small-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 450px;
	margin: auto;
}

h3.product_name {
	margin-bottom: 15px;
	font-size: 130%;
}
.option_price {
	margin: 0 0 0.8em 1em;
}
.btn-primary {
	width: 100%;
}

/* 商品画像 */
/* Feature section in ZoomEngine page */
.zoom-section {
	clear:both;
}
* html .zoom-section { 
	display:inline;
	clear:both;
}

.zoom-small-image {
	float: none;
	margin-bottom: 20px;
	margin-top: 0px;
}
.zoom-small-image #wrap {
	top: 0px;
	z-index: 9999;
	position: relative;
}
.cloud-zoom {
	margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
	z-index:999;
	position: absolute;
	width: 100%;
	left:0px;
	top:0px;
}
.cloud-zoom-lens,
.cloud-zoom-big {
	display: none !important;
	cursor: auto  !important;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float: none;
	margin-left: 0px;
}
a.cloud-zoom-gallery {
	display: block;
	float:left;
	width: 50px;
	height: 50px;
	margin: 0 6px 12px;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
}
.zoom-tiny-image {
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 50px;
}
.cloud-zoom-gallery.selected {
	background: #333;
	border: 1px solid #000;
}
.cloud-zoom-gallery:hover {
	border: 1px solid #E44869;
}

/* 詳細説明 */
div.product_description {
	clear: both;
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: none;	
	word-wrap: break-word;
}
.product_description table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.product_description th {
	width: 26%;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	background: #FCE3E3;
}
.product_description th,
.product_description td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* カート部分 */
div.add_cart {
	float: right;
}
table.add_cart_table {
	margin-bottom: 20px;
}
table.add_cart_table th {
	padding: 5px;
	font-size: 12px;
}
table.add_cart_table td {
	padding: 10px 5px;
}
table.add_cart_table td input {
	width: 30px;
	font-size: 14px;
}
table.add_cart_table td strong.price {
	font-size: 15px;
}

/* 特定商取引法リンク */
#sk_link_other {
	margin-top: 20px;
	font-size: 12px;
}

/* リンク */
div.product_link_area {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	float: none;
	margin-top: 20px;
	margin-left: 0px;
}
div.product_link_area div.twitter {
	float: none;
	width: 100px;
	margin-bottom: 10px;
}
div.product_link_area div.pinterest {
	float: none;
	margin-bottom: 10px;
	margin-right: 0px;
}
div.product_link_area div.fb-like {
	overflow: hidden;
	float: none;
	width: 200px;
	margin-bottom: 10px;
}

div.product_link_area ul.other_link {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
}
div.product_link_area ul.other_link li {
	margin-bottom: 10px;
}


div.product_link_area ul.other_link {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 12px;
}
div.product_link_area ul.other_link li {
	margin-bottom: 5px;
}

@media only screen and (max-width: 640px){
/*--------------------------------------------------
	スマートフォン
--------------------------------------------------*/
div.product_images {
	width: 100%;
}
.zoom-small-image,
.zoom-desc,
div.product_description {
	width: 100%;
	margin-bottom: 15px;
}

/* 右の横幅 */
div.add_cart {
	width: 100%;
	margin-bottom: 20px;
}
}
