@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	font-family: "メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "sans-serif";
	background: url(../images/230_bg001.png) repeat;
}
.tokushu .top{
	padding-top:15px!important;
	margin-bottom: 15px!important;
}
.tokushu .contents{
	width: 95%;
	padding:15px 0 0!important;
	margin: 0 auto 30px!important;
	background: #fff;
}
/*prodact*/
.tokushu .prodact{
	width:50%;
	margin-bottom: 15px!important;

}
.tokushu .box1{
	width: 95%;
	margin: 0 auto!important;
	padding: 10px 0 10px!important;
	
	
}

.tokushu .pro_img{
	width:210px;
	margin: 0 auto 3px!important;
}
.tokushu .pro_img img{
	width:100%;
	border: #D8D8D8 solid 1px;
}
.tokushu .h4{
	line-height: 115%!important;
	font-size: 87%!important;
	width: 210px;
	text-align: center;
	margin: 0 auto !important;
	min-height: 2.4em;
}
.tokushu .price{
	font-size:80%!important;
	text-align: center;
}
.tokushu .price2{
	font-size:80%!important;
	color: #e02520;
	text-align: center;
}
.tokushu .pre-release{
	text-align: center;
}
/*footer*/
.tokushu .footer {
	text-align: center;
	background: #00aac1;
	width: 100%;
	font-size: 90%!important;
	color:#fff!important;
	padding: 1em 0 0.5em!important;
}
.tokushu .footer p{
	margin-bottom: 8px!important;
}
.tokushu .footer p span:before {
	content:url(../images/230_tx001.png);
	position : relative;
	bottom: -0.1em!important;
	margin-right: 0.2em!important;
}
/*backtop*/
.tokushu .page-top .backtop {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9999!important;
}
/*link*/
.tokushu a:link {
	color: #000!important;
	text-decoration: none!important;
}
.tokushu a:visited {
	color: #000!important;
}
.tokushu .h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tokushu .pro_img a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*link cart*/	
.tokushu .cart{
	text-align: center;
}
.tokushu .cart a {
	text-align: center;
	padding:0.5em!important;
	display:inline-block;
	border-radius:10px;
	background-image: url(../images/230_bg002.png);
}
.tokushu .cart a:hover {
	background-image: none;
	background-color: #e4007f;
	opacity: none!important;
	filter: none!important;
	-ms-filter: none!important;
}
.tokushu .cart a:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
/*link backtop*/
.tokushu .backtop a:hover img{
	position: relative;
	bottom:2px;
}
/*link footer*/
.tokushu .footer a:hover img{
	position: relative;
	top:2px;
}
/*float*/
.tokushu .left {
	float: left;
}
.tokushu .right {
	float: right;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
