@charset "utf-8";
/* CSS Document */

#works {
	display: block;
	margin: 40px auto 20px;
	width: 98%;
}
#works img {
	height: auto;
	width: 100%;
}

#works p {
	margin: 30px auto 0;
	width: 98%;
}

#worklist {
	display: block;
	margin: 0 auto 40px;
	padding: 0px;
	width: 98%;
	overflow:hidden;
}

#worklist #work {
	display: block;
	margin-bottom: 20px;
	width: 106%;
}

#worklist #work div {
	display: block;
	margin: 0 2% 20px 0;
	float: left;
	width: 30%;
}
#worklist #work div img {
	height: auto;
	width: 100%;
}

#w-house {
	display: block;
	margin: 0px;
	width: 100%;
}
#w-house h4 {
	background-color: #99CC33;
	background-image: url(../images/works/w_house.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	min-height: 11px;
	width: 100%;
}
#w-clinic {
	display: block;
	margin: 0px;
	width: 100%;
}
#w-clinic h4 {
	background-color: #009999;
	background-image: url(../images/works/w_clinic.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	min-height: 11px;
	width: 100%;
}
#w-building {
	display: block;
	margin: 0px;
	width: 100%;
}
#w-building h4 {
	background-color: #A78BCE;
	background-image: url(../images/works/w_building.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	min-height: 11px;
	width: 100%;
}
#w-model {
	display: block;
	margin: 0px;
	width: 100%;
}
#w-model h4 {
	background-color: #FF8346;
	background-image: url(../images/works/w_model.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	min-height: 11px;
	width: 100%;
}

#w_renovation {
	display: block;
	margin: 0px;
	width: 100%;
}
#w_renovation h4 {
	background-color: #FF3F0F;
	background-image: url(../images/works/w_renovation.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	min-height: 11px;
	width: 100%;
}

.w-ph {
	font-size: 11px;
	text-align: left;
	display: block;
	padding: 0px;
	width: 98px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}