@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Created on  : 2013/12/12
	Description : ギャラリー
 
=====================================================================================*/

.gallery {
	width:750px;
	list-style:none;
	margin-left:-20px;
	margin-top:-20px;
}

.gallery li {
	width:230px;
	padding:4px 0;
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	text-align:center;
	background-color:#fff;
}

.gallery li a {
	width:222px;
	height:165px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
}

.gallery li a img {
	position:absolute;
	left:50%;
	top:0;
	margin-left:-130px;
}

