/*
エコ建築考房一級建築士事務所
*/

/* 作品集-スライドショー */
.portfolio_title {
	text-align: left;
}

#portfolio_ {
	margin-top: 150px;
}
.gallery img {
	margin-top: 0px;
	border: solid 1px #874;
}

.gallery_header {
	text-align: center;
	margin-bottom: 400px;
	padding: 10px;
	margin-top: -25px;
}

/* Portfolio_index */
.portfolio_index {
	height: 115px;
	margin-top: 550px;
	background-color: #ccc;
	padding: 25px;
	z-index: 4;
}
.portfolio_index .thumb_wrapper {
	width: 1030px;
	margin: 0 auto;
}
.portfolio_index .thumb {
	float: left;
	margin: 0px 15px;
	position: relative;
}
.thumb_caption {
	position: absolute;
	bottom: 8px;
	left: 0px;
	width: 172px;
	background: rgba(0,0,0,0.6);
	padding: 2px;
	font-size: 12px;
}
.thumb_caption a {
	color: #ddd;
}
.thumb_caption:hover {
	background: rgba(50,50,50,0.6);
}
.thumb_caption a:hover {
	text-decoration: none;
}
.portfolio_attention {
	clear: both;
	margin: 30px;
	text-align: center;
	font-size: 11px;
	color: #bbb;
}