@charset "utf-8";


/* //////////////////////////////////////////

 “Seibu Electric Machinery Co., Ltd” 

 -----------------------------------------
  products.css
 -----------------------------------------
  
 

////////////////////////////////////////// */
.products dt{
	margin:6px 0 4px 0;
	line-height:0;
}
.products dd{
	font-size:91.6%;
	line-height:1.3em;
}
.products .mh{
	width:310px;
	min-height:320px;
	padding:0 0 0 10px;
	background-image:url(../img/products_img/ph_products_mh.jpg);
	background-repeat:no-repeat;
	float:left;
}
.products .ea{
	width:310px;
	min-height:320px;
	padding:0 0 0 10px;
	background-image:url(../img/products_img/ph_products_ea.jpg);
	background-repeat:no-repeat;
	float:right;
}
.products .pm1{
	width:310px;
	min-height:320px;
	padding:0 0 0 10px;
	background-image:url(../img/products_img/ph_products_pm1.jpg);
	background-repeat:no-repeat;
	float:left;
}
.products .pm2{
	width:310px;
	min-height:320px;
	padding:0 0 0 10px;
	background-image:url(../img/products_img/ph_products_pm2.jpg);
	background-repeat:no-repeat;
	float:right;
}
@media (max-width: 768px) {
	.products dt{
		margin:0 0 2%;
	}
	.products .mh{
		width: 290px;
		min-height: 290px;
		margin: 0 auto 7%;
		padding: 0;
		background-size: cover;
		float: none;
	}
	.products .ea{
		width: 290px;
		min-height: 290px;
		margin: 0 auto 7%;
		padding: 0;
		background-size: cover;
		float: none;
	}
	.products .pm1{
		width: 290px;
		min-height: 290px;
		margin: 0 auto 7%;
		padding: 0;
		background-size: cover;
		float: none;
	}
	.products .pm2{
		width: 290px;
		min-height: 290px;
		margin: 0 auto;
		padding: 0;
		background-size: cover;
		float: none;
	}
}


