@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "sans-serif";
	line-height: 110%;
	color: #000!important;
}

/*contents*/
.tokushu .contents {
	width: 510px;
	margin: 0 auto!important;
	padding-bottom: 4em!important;
}
.tokushu .top {
	margin-bottom: 20px;
	padding-top: 10px;
}
.tokushu h3 {
	margin: 0 auto 15px;
	padding: 15px 0 10px;
	text-align: center;
	font-size: 22px!important;
	font-weight: bolder!important;
	background: #d7d7d7;
}
/*prodact*/
.tokushu .prodact{
	width: 170px;
	margin: 0 auto 10px!important;
}

.tokushu .box {
	width: 160px!important;
	margin: 0 auto!important;
	border: solid 1px #d4d4d4;
	box-sizing: border-box;
	text-align: center;
	padding: 7px 0!important;
}
.tokushu h4 {
	min-height: 6.8em!important;
	width: 150px;
	margin: 0 auto !important;
	text-align: left!important;
	font-size: 85%!important;
}

.tokushu .img1 {
	width: 134px;
	margin: 0 auto 1em!important;
}
.tokushu .img1 img {
	width: 100%;
	border: solid 1px #d4d4d4;
	box-sizing: border-box;
}
/*border: solid 1px #d4d4d4;
	box-sizing: border-box;*/
.tokushu .prodact p{
	font-weight: bold;
	font-size: 110%!important;
}

.tokushu .price {
	color: #da3c3c!important;
}

/*backtop*/
.tokushu .page-top .backtop {
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 99999!important;
}
/*link*/
.tokushu a:link {
	text-decoration: none;
	color: #000!important;
	font-size: 100%!important;
}
.tokushu a:visited {
	color: #000!important;
}
.tokushu a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tokushu a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*float*/
.tokushu .left {
	float: left;
}
.tokushu .right {
	float: right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
