@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Created on  : 2014/02/17
	Description : 観賞魚の紹介
 
=====================================================================================*/

.gallery {
	width:750px;
	list-style:none;
	margin-left:-20px;
	margin-top:-20px;
}

.gallery li {
	width:230px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	text-align:center;
}

.gallery .thum {
	width:222px;
	height:145px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
	border:4px solid #fff;
	background-color:#fff;
}

.gallery .thum img {
	position:absolute;
	left:50%;
	top:0;
	margin-left:-130px;
}

