﻿/*
 *  商品CSS
 */
div.main-top table{
	padding: 20px 2%;
	width:100%;
}
div.main-top table tr td{
	padding: 3% 0 2% 0%;
	background: #ffffff;
	width:20%;
	text-align: center;
}
div.main-top table tr td img{
	width:100%;
}
div.main-top table tr td img.smatreTrialkit{
	width:70%;
}
div.item {
	margin: 20px 2%;
	padding: 20px 2%;
	background: #ffffff;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	border-bottom: 4px solid #cccccc;
	border-right: 4px solid #cccccc;
}
div.itemimg {
	width:33%;
	float : left;
}
div.itemframe {
	margin: 0 0 20px 0;
	padding: 3% 0 2% 0%;
	background: #ffffff;
	border-top: 4px solid #cccccc;
	border-left: 4px solid #cccccc;
	border-bottom: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	text-align: center;
}
div.itemframe img {
	width:100%;
}
div.item div.product {
	margin: 0 0 0 3%;
	width:63%;
	float : right;
}
div.item div.product span.name {
	font-size: 20px;
}
div.item div.product ul{
	padding: 5px 0 5px 4%;
}
div.item div.product ul li{
	list-style-type: none;
	line-height: 120%;
	padding: 2px 0;
}
div.item div.product div.title {
	margin: 15px 0 0;
	font-size: 15px;
}



#bucktop {	
	width:30px;
	height:30px;
	position:fixed;
	z-index:1;
	top: 70px;
	right: 0px;
}