/*
	¾¦ÉÊ¾ÜºÙ
*/

#item_detail a{
	display:inline;
}

#item_detail h2{
	text-align:center;
	border-top:1px #eeeeee solid;
	margin:20px 0;
	padding:20px 0;
	font:20px/1.5 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-style:normal;
}
#item_detail h2 ~ div{
	position:relative;
}
.add_cart{
	width:180px;
	background-color:rgba(255,255,255,1);
	position:absolute;
	top:0;
	right:0;
}
.add_cart dl{
	overflow:hidden;
	border-bottom:1px #cccccc solid;
	padding:5px 0;
}
.add_cart dl:first-of-type{
	border-top:1px #cccccc solid;
}
.add_cart dt, .add_cart dd{
	float:left;
}
.add_cart dt{
	font-size:12px;
	line-height:20px;
	width:70px;
	text-align:center;
}
.add_cart dd{
	font-size:12px;
	line-height:20px;
	overflow:hidden;
}
.add_cart dd input, 
.add_cart dd ol{
	float:left;
}

.add_cart dd input{
	font:14px/1 'Century Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	width:30px;
	position:relative;
	top:2px;
}
.add_cart table{
	border-top:1px #cccccc solid;
	border-left:1px #cccccc solid;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0;
	width:179px;
}
.add_cart table th, .add_cart table td{
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
	text-align:center;
	font-size:12px;
	padding:5px;
}
.add_cart table th{
	background-color:#eeeeee;
	font-weight:normal;
}
.add_cart input[type="submit"]{
	width:100%;
	padding:10px 0;
	margin-bottom:5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #edfdff, #4de0ff);
	background-image: -ms-linear-gradient(top, #edfdff, #4de0ff);
	background-image: -o-linear-gradient(top, #edfdff, #4de0ff);
	background-image: -webkit-linear-gradient(top, #edfdff, #4de0ff);
	background-image: linear-gradient(top, #edfdff, #4de0ff);
	background-clip: padding-box;
	border:1px #666666 solid;
}
.add_cart input[type="submit"]:hover{
	cursor:pointer;
	background-image: -moz-linear-gradient(top, #4de0ff, #edfdff);
	background-image: -ms-linear-gradient(top, #4de0ff, #edfdff);
	background-image: -o-linear-gradient(top, #4de0ff, #edfdff);
	background-image: -webkit-linear-gradient(top, #4de0ff, #edfdff);
	background-image: linear-gradient(top, #4de0ff, #edfdff);
}
.add_cart ul:last-of-type li a{
	font-size:12px;
	text-align:center;
}
.add_cart #sk_link_other img{
	margin-bottom:10px;
}
#option_tbl .table_price,
#option_tbl .table_price ~ br{
	display:none;
}
.product_images > div:first-of-type{
	width:500px;
	height:500px;
	overflow:hidden;
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
}
.product_images > div:first-of-type a{
	display:block;
}
.product_images > div:first-of-type img{
	max-width:500px;
	max-height:500px;
	display:inline-block;
}
.product_images ul{
	overflow:hidden;
	margin:10px 0;
}
.product_images ul li{
	float:left;
	padding:4px;
	border:1px #999999 solid;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	margin-right:20px;
	cursor:pointer;
}
.product_images ul li:hover{
	background-color:#c5f1fc;
}
.product_images ul li:last-of-type{
	margin-right:0;
}
.product_images ul li.selected{
	background-color:#000000;
}

.product_images ul li img{
	display:inline-block;
	max-width:100px;
	max-height:100px;
}
.zoom-disc{
	overflow:hidden;
}
.zoom-disc a{
	float:left;
}
.product_description dl{
	overflow:hidden;
}
.product_description dl dt{
	float:left;
}

.product_description p{
	text-align:center;
	background-color:#e0e0e0;
	border:1px #ffffff dashed;
	padding:10px 0;
}
.product_description div{
	font-size:14px;
	text-align:left;
}
.product_description div.right{
	text-align:right;
}
.product_description div.right dl,
.product_description div.right dt,
.product_description div.right dd{
	display:inline-block;
}
.product_description div.right dt{
	float:none;
}
.product_description div.right dd{
	text-align:left;
}
.product_link_area{
	overflow:hidden;
	margin-bottom:20px;
}
.product_link_area > *{
	float:left;
}
.product_link_area > ul{
	overflow:hidden;
}
.product_link_area > ul li{
	float:left;
	margin-right:50px;
}

#pagetop{
	display:block;
	width:60px;
	height:0;
	padding:60px 0 0 0;
	border:none;
	background:#999999 url('https://img05.shop-pro.jp/PA01314/600/etc/cart.png') center center no-repeat;
	cursor:pointer;
	overflow:hidden;
}
#pagetop:hover{
	background-color:#50e0ff;
}