@charset "utf-8";

#wrap{
	
}


#wrap .inner{
	overflow:hidden;
}

/*-----------------------------------------
	メイン
-------------------------------------------*/
#photo-tab{
	width:1000px;
	margin:0 auto 35px;
}

#photo-tab li{
	float:left;
	cursor:pointer;
}



/*-----------------------------------------
	フォトリスト
-------------------------------------------*/
#photo-list {
	width:1000px;
	margin-left:10px;
	margin-bottom:30px;
}

#photo-list .photo{
	width:176px;
	height:210px;
	float:left;
	margin-right:20px;
	line-height:1.4;
}

#photo-list .photo .img{
	width:176px;
	height:133px;
	margin-bottom:15px;
}

