@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	background-color: #92005e;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS PGothic", "sans-serif"!important;
	line-height: 120%!important;
	color: #000!important;
	font-size: 62.5%!important;	
}
/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
	line-height: 0;
}
/*top*/
.tokushu .top {
	width: 510px;
	background: url(../images/177_bg001.png);
	margin:0 auto 30px!important;
}
.tokushu h3 {
	text-align: center;	
	color: #fff!important;
	font-size: 3.6em!important;
	background: url(../images/177_bg002.png);
	padding: 5px 0!important;
}
.tokushu .contents {
	width: 460px;
	margin: 0 auto 80px!important;
	background-color: #fff!important;
	padding-bottom: -2px!important;	
	border-radius: 0 0 10px 10px!important;
	box-sizing: border-box;
}
.tokushu h4 {
	font-size: 1.6em!important;
}
/*product_l*/
.tokushu .product_l{
	padding: 20px 0!important;
	border-bottom: dashed 1px #000;
}
.tokushu .cd .product_l:last-of-type{
	border-bottom: none!important;
}
.tokushu .product_l .box{
	position:relative;
	height: 250px;
	width: 400px;
	margin: 0 auto 10px!important;
}
.tokushu .product_l h4{
	margin: 0 auto 10px!important;
	text-align: center;
}
.tokushu .product_l .img1 {
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
}
.tokushu .box .img2 {
	width: 145px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.3em!important;
	line-height: 100%!important;
}
.tokushu .img1 img, .tokushu .box .img2 img {
	border: 1px solid #D7D7D7;	
	width: 100%;
}
.tokushu .value {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tokushu .price {
	margin: 0.2em 0!important;
	line-height: 100%!important;
	font-size: 1em!important;
}
.tokushu .box2{
	width: 400px!important;
	margin: 0 auto 10px!important;
	background-color: #fff395;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.tokushu .box2 .img2{
	width: 48%!important;
	text-align: left!important;
	font-size: 1.3em!important;
	line-height: 100%!important;
}
.tokushu .box2 .img2 img{
	width: 100%!important;
	border: 1px solid #D7D7D7!important;
	transition: 0.5s;
}
.tokushu .box2 .img2 img:hover{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	cursor : pointer;
	cursor: zoom-in;
}
/*table*/
.tokushu table {
	margin: 0 auto 10px!important;
	width: 380px;
	font-size: 1.3em!important;
	table-layout: fixed;
	color: #000!important;
}
.tokushu tr{
	
}
.tokushu th {
	width: 35%;
	border: solid 1px #fff;
	padding: 0.6em 0.5em!important;
	background-color: #c8c8c8;
}
.tokushu td {
	width: 65%;
	border: solid 1px #fff;
	padding: 0.6em 0.5em!important;
	background-color: #e2e2e2;
}
/*product_m*/
.tokushu .product_m{
	border-bottom: dashed 1px #000;
	padding: 15px 0!important;
}
.tokushu .product_m:last-of-type{
	border-bottom: none!important;
	padding: 15px 0 25px!important;
}
.tokushu .product_m .box{
	position:relative;
	height: 160px;
	width: 430px;	
	margin: 0 auto!important;	
}
.tokushu .product_m h4{
	position: absolute;
	top:0;
	right: 0;
	width: 250px;
	text-align: left;
	font-size: 1.5em!important;
}
.tokushu .product_m .img1{
	width: 160px;
	position: absolute;
	top:0;
	left: 0;
}
.tokushu .product_m .value{
	text-align: center;
	position: absolute;
	bottom:0;
	right: 0;
}
/*info*/
.tokushu .info{
	padding: 15px!important;
	color: #000!important;
	font-size: 1.6em!important;
	line-height: 200%!important;
}
.tokushu .info ul li{
	line-height: 200%!important;
}
.tokushu .info span{
	color: #FF0004!important;
}
/*related_product*/
.tokushu .related_product {
	font-size: 1.5em!important;
	text-align: center;
	color: #000!important;
	padding: 2em 0 1em!important;
	font-weight: bold;
	background: #000;
}
.tokushu .related_product a{
	padding: 1.5em 1em 1.1em!important;
	background: url(../images/177_bg002.png);
	display: inline-block;
	color: #fff!important;
	border-radius: 10px;
}
.tokushu .related_product span{
	font-size: 1.5em!important;
}
/*footer*/
.tokushu .footer p{
	margin: 0 auto!important;
	text-align: center;
	color: #fff !important;
	font-size: 1.4em!important;
	background-color: #000;
	height: 2.8em!important;
	line-height: 2.8em!important;
}

/*link*/
.tokushu h4 a:link {
	text-decoration: none;
	color: #000!important;
	font-size: 110%!important;
}
.tokushu h4 a:visited {
	color: #000 !important;
}
.tokushu h4 a:hover {
	color: #353535!important;
}
.tokushu a:hover img {
	
}
.tokushu .img1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	
}

/*link cart*/	
.tokushu .cart a:link {
	text-align: center;
	padding:0.4em 1.1em 0.3em!important;
	display:inline-block;
	text-decoration: none;	
	color: #fff;
	background: url(../images/177_bg003.png);
	font-size:2em!important;
	font-weight: bold;
}
.tokushu .cart a:visited {
	color: #0877e8 !important;
}
.tokushu .cart a:hover {
	color: #fff!important;
	background: url(../images/177_bg004.png);
}

.tokushu .cart a:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
/*info*/
.tokushu .info a:link {
	color: #0877e8!important;
	font-weight: bold;
}
.tokushu .info a:visited {
	color: #0877e8 !important;
}
.tokushu .info a:hover {
	color: #FF0004!important;
}
/*related_product link*/
.tokushu .related_product a:link{
	color: #fff!important;
	text-decoration: none;
}
.tokushu .related_product a:hover {
	background: url(../images/177_bg005.png);
}
/*backtop*/
.tokushu .page-top .backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top .backtop a:link{
	text-decoration: none!important;
	background:#000;
	font-size: 1.7em!important;
	color:#fff!important;
	padding: 0.8em 0.7em!important;
}
.tokushu .page-top .backtop a:hover{
	background: #353535;
	transition: 1.0s;
}
.tokushu .page-top .backtop a:visited{
	color:#fff!important;
}
/*float*/
.tokushu .left {
	float: left;
}
.tokushu .right {
	float: right;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
