@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;
	margin: 0 auto 1em!important;
	border-bottom: 5px solid #000;
}
/*top*/
.tokushu .top {
	margin: 0 auto!important;
	border-top: #000 solid 5px;
	border-bottom: #000 solid 5px;
}
/*info*/
.tokushu .info{
	border-bottom: #000 solid 5px;
	width: 100%;
	padding: 1.5em 0!important;
	background: url(../images/40_bg001.png)repeat;
	margin-bottom: 2em!important;
	font-weight: bold!important;
}
.tokushu .info ul{
	width: 82%;
	margin: 0 auto!important;
	text-align: left;
	background: #fff;
	border: 2px solid #000;
	padding: 1.5em 0.5em!important;
}
.tokushu .info li{
	padding-left: 1em;
	text-indent: -1em;
}
.tokushu .info li:before {
	content: "※";
}
/*h3*/
.tokushu h3 {
	line-height: 1.2em!important;
	width: 98%;
	margin: 0 auto 1em!important;
	text-align:center;
	padding: 0.4em 0 0.5em!important;
	font-size: 130%!important;
	font-weight: bold;
	color: #fff!important;
	background: #000;
}
/*contents*/
.tokushu .contents {
	width: 100%;
	margin: 0 auto 3.5em!important;
}
/*product*/
.tokushu .product{
	width: 33.3%;
	margin: 0 auto 1em!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: 8.2em!important;
	width: 95%;
	margin: 0 auto !important;
	text-align: left!important;
	font-size: 85%!important;
}
.tokushu .img1 {
	width: 88%;
	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: 20px;
	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: #000;
	padding: 1em!important;
	color: #fff!important;
	font-size: 120%!important;
	text-decoration: none!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;
	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{
	text-align: center!important;
}
.tokushu .related_pro a:link{
	display: inline-block!important;
	margin: 0 auto 1em!important;	
	font-size: 1.3em!important;
	background: #f7da18;	
	border: 1px solid #000;
	padding: 0.6em 0 0.5em!important;
	width: 80%!important;
}
.tokushu .related_pro a:hover{
	letter-spacing: 1.5px;
	transition: all .3s;
	color: #000!important;
}
.tokushu .related_pro a:visited{
	background-color: #f7da18;
}
/*float*/
.tokushu .left {
	float: left;
}
.tokushu .right {
	float: right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
