@charset "utf-8";


.archives {
	list-style: none;
	margin-bottom: 10px;
	 overflow: hidden;
}
.archives li {
	border-right: 1px solid #333;
	display: block;
	float: left;
	font-size: 94%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px;
}
.archives li:first-child {
	border-left: 1px solid #333;
}
#repo_wrap {
	background-image: url(images/bg_repo_wrap.png);
	margin-bottom: 38px;
	padding: 49px 12px 12px;
}
.repo_box {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 85px;
	padding: 0 26px;
	position: relative;
}
.repo_box:before {
	background: transparent url(images/repo_box_before.png) top left no-repeat;
	content: "";
	height: 34px;
	width: 884px;
	position: absolute;
	top: -34px;
	left: -1px;
}
.repo_box:after {
	background: transparent url(images/repo_box_after.png) top left no-repeat;
	content: "";
	height: 34px;
	width: 884px;
	position: absolute;
	bottom: -34px;
	left: -9px;
}
.repo_box:last-of-type {
	margin-bottom: 49px;
}
.repo_box .txt_area {
	display: table-cell;
	vertical-align: top;
	width: 266px;
}
.repo_box .txt_area ul {
	list-style: disc;
	margin: 0 0 20px 24px;
}
.repo_box .photo_area {
	display: table-cell;
	font-size: 0;
	vertical-align: top;
	width: 556px;
}
.repo_box .photo_area img {
	margin: 0 0 12px 12px;
	vertical-align: top;
}
.repo_box .photo_area img:last-of-type,
.repo_box .photo_area img:nth-last-of-type(2) {
	margin-bottom: 3px;
}

