﻿@charset "utf-8";
.boxx {
	width: 192px;
	height: 79px;
	margin-left: 17px;
}


/*.piecefive .menu .box .line .boxx img:hover{
  transform: scale(1.1);
}*/
.boxx{
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.boxx:hover{ box-shadow: 3px 3px 5px #999; }
/*.boxx:before,
.boxx:after{
	content: "";
	background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),#fff 30%);
	width: 150%;
	height: 150%;
	opacity: 0;
	transform: rotate(45deg);
	position: absolute;
	top:-10.5%;
	right:-150%;
	z-index: 1;
	transition: all 0.35s ease;
}
.boxx:after{
	background: rgba(255,255,255,0.5);
	width: 65%;
	height: 65%;
	right: auto;
	left: -20%;
	top: -65%;
}
.boxx:hover:before{
	opacity: 1;
	right: -85%;
}
.boxx:hover:after{
	opacity: 1;
	top: -42%;
}*/
.boxx img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
.boxx:hover img { 
	transform: scale(1.2); 
}






.boxxx {
	width: 192px;
	height: 79px;
}

.boxxx{
	font-family: 'Merriweather Sans', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all .5s;
}
.boxxx:hover{ box-shadow: 3px 3px 5px #999; }

.boxxx img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
.boxxx:hover img { 
	transform: scale(1.2); 
}