@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	font-family: "メイリオ", "Meiryo, Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "sans-serif";
	color: #000!important;
	background: #678bc6;
}
.tokushu .top{
	margin-bottom: 25px!important;
}
.tokushu .contents{
	width: 100%;
	padding:0 0 60px!important;
	margin: 0 auto!important;
	background: #678bc6;
}
.tokushu .contents_box{
	width: 95%;
	margin: 0 auto!important;
	background: #fff;
	padding-bottom: 10px!important;
}
.tokushu h3{
	text-align: center;
	margin-bottom: 20px!important;
}
/*prodact*/
.tokushu .prodact{
	width:100%;
	margin-bottom: 10px!important;
}
.tokushu .box1{
	width: 95%;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	padding: 15px 10px 10px!important;
	margin: 0 auto!important;
	height: 220px;
	position: relative;
}
.tokushu .box2{
	width: 230px;
	position: absolute;
	top:10px;
	right:10px;
}
.tokushu .box3{
	position: absolute;
	bottom:10px;
	right:10px;
}
.tokushu .pro_img{
	width:200px;	
	position: absolute;
	bottom:10px;
	left:10px;
}
.tokushu .pro_img img,.tokushu .pro_img2 img{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	width:100%;
}
.tokushu .h4{
	line-height: 115%!important;
	font-size: 100%!important;
	text-align: left;
	font-weight: bold;
	
}
.tokushu .info{
	padding: 7px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	width: 210px;
}
.tokushu .price{
	font-size:90%!important;
	text-align: center;
	color: #e60012!important;
}
.tokushu .price2{
	font-size:90%!important;
	text-align: right;
	line-height: 130%!important;
	color: #e60012!important;
}
/*pro_tokuten*/
.tokushu .pro_tokuten .box1{
	width: 95%;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	padding: 15px 10px 10px!important;
	margin: 0 auto!important;
	height: 260px;
	position: relative;	
}
.tokushu .pro_tokuten .box2{
	width: 95%;
	position: none!important;
}
.tokushu .pro_tokuten .pro_img{
	position: absolute;
	bottom:10px;
	left:10px;
}
.tokushu .pro_tokuten .pro_img2{
	position: absolute;
	width: 140px;
	bottom: 70px;
	left: 220px;
}
/*related_pro*/
.tokushu .related_pro{
	text-align: center;
}
/*footer*/
.tokushu .footer {
	text-align: center;
	width: 100%;
	font-size: 90%!important;
	padding: 0.3em 0!important;
	color:#fff;
}
.tokushu .footer span:before {
	content: url(http://www.chara-ani.com/p/C/fair/133/images/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 {
	line-height: 130%!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)";
}
/*link cart*/	
.tokushu .cart{
	text-align: center;
}
.tokushu .cart a:link {
	text-decoration: none;
	color: #fff!important;
	text-align: center;
	padding: 0.5em 1.5em!important;
	display: inline-block;
	font-size: 100%!important;
	font-weight: bold;
	transition: .4s;
	background: #e60012;
}
.tokushu .cart a:hover{
	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;
}
