@charset "utf-8";

/* 施工事例 */

.categorybox {
	width: 750px;
	margin: 25px auto 30px;
}
.categorybox ul li {
	width: 230px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
}
.categorybox ul li:nth-child(3n) {
	margin-right: 0;
}
.categorybox ul li a,
.rstcatebox {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 3px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.rstcatebox { width: 230px; }

.rstpost {
	width: 950px;
	margin: 0px auto 40px;
}
.rstpost h3 {
	padding: 20px;
	background-color: #e5e5e5;
	border-left: 5px solid #0370CD;
}
.photobox {
	width: 362px;
	/*height: 300px;*/
	float: left;
}
.photobox .photoborder {
	border: 1px solid #ddd;
}
.photobox .mainphoto {
	border: 1px solid #ddd;
	margin-bottom: 7px;
	max-height:260px;
	overflow:hidden;
}
.photobox .subphotobox {
	margin-bottom: 7px;
}
.photobox .subphotobox .subphoto {
	border: 1px solid #ddd;
	width: 176px;
	max-height:110px;
	overflow:hidden;
}
.photobox .mainphoto img,
.photobox .subphotobox .subphoto img {
	width: 100%;
}

.textbox {
	width: 463px;
	float: right;
	border: 1px solid #ccc;
	padding: 18px;
}
