@charset "shift_jis";
/* CSS Document */
#stocker * {
	margin:0;
	padding:0;
}

#stocker {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#stocker img {
	border:none;
	vertical-align:bottom;
}

#stocker a:hover img
	{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
	

#stocker ul {
	width:750px;
	}

#stocker .col_4 li{
	width: calc((100% - 28px)/4);
	display: inline-block;
	margin-right: 5px;
}

#stocker .col_4 li:nth-child(4){
	margin: 0;
}

/* #stocker ul .link_a{
	float:left;
	width:188px;	
	list-style:none;
}	

#stocker ul .link_b{
	float:left;
	width:187px;	
	list-style:none;
}	 */

	