@charset "UTF-8";

main.sub p.lead {
	max-width: 960px;
	margin: 0 auto 30px;
}

.catalog{
	padding: 0 80px;
}

.catalog .box{
	position: relative;
	width: 225px;
	height: 264px;
	float: left;
	margin-right: 16px;
	margin-bottom: 50px;
	text-align: center;
	-webkit-box-shadow:0px 0px 6px 1px #cfcfcf;
	-moz-box-shadow:0px 0px 6px 1px #cfcfcf;
	box-shadow:0px 0px 6px 1px #cfcfcf;
}

.catalog .box:nth-child(4n){
	margin-right: 0;
}

.catalog .box .img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 235px;
}

.catalog .box .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 185px;
}


.catalog h3{
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 110%;
	padding: 15px 0;
}




/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

.catalog{
	padding: 0 0px;
}

.catalog .box{
	width: 48%;
	margin: 0 1% 15px;
}

}