@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] local.css
	[ Last UpDate ] 24 Nov 2011
	[ Version     ] 2.0 
--------------------------------------------------------------
	[ Author       ] fromfirst Inc.
	
	[ Cord Making  ] Kiyoo Ishida 
--------------------------------------------------------------
*/

div#galleryindex {
	display: block;
	margin:0 auto;
	padding:0;
	width:502px;
	}

div#galleryindex div.indexblock
	{
	margin:4px 2px;
	padding:0px;
	list-style:none;
	cursor:pointer;
	height:240px;
	width: 160px;
	overflow: hidden;
	float: left;
	text-align: center;
}

div#galleryindex div.indexblock img{
	width: 160px;
	height: 160px;
	clear: both;
	margin: 0 0 9px 0;
}

div#galleryindex div.indexblock p{
display: block;
clear: both;
width: 160px;
margin: 0;
}



/*
--------------------------------------------------------------
	新築事例のみ下記
--------------------------------------------------------------
*/

div#galleryindex2 {
	display: block;
	margin:0 auto;
	padding:0;
	width:502px;
	}


div#galleryindex2 div.indexblock
	{
	margin:4px 2px;
	padding:0px;
	list-style:none;
	cursor:pointer;
	height:120px;
	width: 160px;
	overflow: hidden;
	float: left;
	text-align: center;
}

div#galleryindex2 div.indexblock img{
	width: 160px;
	height: 93px;
	clear: both;
	margin: 0 0 0px 0;
}

div#galleryindex2 div.indexblock p{
display: block;
clear: both;
width: 160px;
margin: 0;
}












.clear
	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

