@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;
	background: url(../images/92_bg001.png)repeat;
	margin: 0 auto 1em!important;
}
/*top*/
.tokushu .top {
	margin: 0 auto 30px!important;
}
/*info*/
.tokushu .info {
	margin: 0 auto 30px!important;
	text-align:center;
}
/*h3*/
.tokushu h3 {
	line-height: 1.2em!important;
	width: 502px;
	margin: 0 auto 10px!important;
	text-align:center;
	padding: 0.3em 0 0.1em!important;
	border: solid 1px #d2d2d2;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 130%!important;
	font-weight: 600!important;
}
.tokushu h3 span{
	line-height: 1em!important;
	display: inline-block;
	background-color: #ededed;
	padding: 0.3em 0.5em 0.2em!important;
	margin: 0 0.1em 0.2em!important;
	border-radius: 5px;
}
/*contents*/
.tokushu .contents {
	width: 510px;
	margin: 0 auto 3.5em!important;
}
/*product*/
.tokushu .product{
	width: 33.3%;
	margin: 0 auto 10px!important;
}
.tokushu .box {
	width: 95%!important;
	margin: 0 auto!important;
	border: solid 1px #d2d2d2;
	box-sizing: border-box;
	text-align: center;
	padding: 7px 0!important;
	background: #fff;
}
.tokushu h4 {
	min-height: 7em!important;
	width: 95%;
	margin: 0 auto !important;
	text-align: left!important;
	font-size: 90%;
}
.tokushu .img1 {
	width: 134px;
	margin: 0 auto 1em!important;
}
.tokushu .img1 img {
	width: 100%;
	border: #CFCFCF 1px solid;
	box-sizing: border-box;
	
}
.tokushu .product 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 {
	color: #000!important;
	font-size: 100%!important;
	text-decoration: none!important;
}
.tokushu a:hover {
	color: #6d6d6d!important;
}
.tokushu a:visited {
	color: #000 !important;
}
.tokushu a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*backtop*/
.tokushu .backtop a:link{
	display: inline-block;
	background: #ff0000;
	padding: 0.5em 1em!important;
	color: #fff!important;
	font-size: 120%!important;
	text-decoration: none!important;
	border-radius: 10px 10px 0 0!important;
}
.tokushu .backtop a:hover{
	color:#fffc00!important;
	transition: 1s;
}
.tokushu .backtop a:visited{
	color: #fff!important;
}
.tokushu .cart a:link{
	display: inline-block;
	background-color:#ff0000;
	border-radius: 10px;
	text-decoration: none!important;
	font-size: 85%!important;
	color:#fff!important;
	padding: 0.2em 1em!important;
}
.tokushu .cart a:hover{
	color:#fffc00!important;
	transition: 1s;
}
/*related_pro*/
.tokushu .related_pro{
	width: 500px;
	text-align: center;
	font-size: 120%!important;
	margin: 0 auto 2em!important;
}
.tokushu .related_pro p{
	width: 50%;
	margin: 0 auto 1em!important;
}
.tokushu .related_pro p span{
	font-size: 130%!important;
	position: relative;
	padding-right: 1.1em!important;
}
.tokushu .related_pro p span:after{
	content: url(../images/64_ic001.png);
	display: inline-block;
	position: absolute;
	top:2px;
	right:-2px;
}
.tokushu .related_pro a:link{
	text-decoration: none!important;
	padding: 0.5em 0.6em!important;
	display: inline-block;
	text-align: center;
	margin: 0 auto!important;
	background-color: #f2f2f2;
	border-radius: 10px;
	box-shadow:5px 4px 6px -4px #454545;
}
.tokushu .related_pro a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tokushu .related_pro a:visited{
	background-color: #f2f2f2;
}
/*float*/
.tokushu .left {
	float: left;
}
.tokushu .right {
	float: right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
