@charset "shift-jis";
@import url(main.css);


/*-----------------------------------------------------------------
▼施工ギャラリー
------------------------------------------------------------------*/

#phgallery h2 {
	background: url(../gallery/img/top.png) no-repeat center top;
	}
#phgallery h2.topimg2014 {
	background: url(../gallery/img/top2014.png) no-repeat center top;
	}
	
#phgallery h3 {
	height: 45px;
	margin-bottom: 20px;
}
#phgallery h3#titlebar {
	background: url(../gallery/img/titlebar.png) no-repeat left top;
	text-indent: -9999px;
	width: 740px;
	}
	
#phgallery h3#title_entry {
	background: url(../gallery/img/title_entry.png) no-repeat left top;
	line-height: 47px;
	width: 695px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #fff;
	padding-left: 45px;
	font-size: 20px;
	}




/* 一覧 */

#phgallery ul#list {
	width: 730px;
	padding: 5px;
	}

#phgallery ul#list li {
	width: 198px;
	height: 178px;
	margin: 0 15px 30px;
	padding: 5px;
	border: 1px solid #A6C47C;
	float: left;
	display: inline;
	}


#phgallery ul#list li .thumb {
	width: 198px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 5px;
	}
	
#phgallery ul#list li .thumb a{ 
	overflow: hidden;
	width: 198px;
	height: 130px;
	display: block;
	}


#phgallery ul#list li .thumb img:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
	}


#phgallery ul#list li .title {
	width: 198px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 90%;
	overflow: hidden;
	}

#phgallery ul#list li .title a:hover {
	text-decoration: underline;
	}


/*entry*/

#phgallery #gallery_area {
	width: 740px;
	height: auto;
	margin: 30px auto;
	clear: both;
	padding: 0;
	}



