@charset "utf-8";

/* Import CSS ---------- */

	@import "../../common/css/reset.css";
	@import "../../common/css/base.css";
	@import "../../common/css/lightbox.css";


/* contents ---------- */

#contents {
	margin: 0 auto;
}

.repeat {
	width: 900px;
	border-bottom: 1px dotted #d19326;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.photottl {
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
/*	color: #10101;*/
	border-left: 5px solid #916c3c;
	padding-left: 10px;
	margin-bottom: 20px;
}

.repeatPhoto {
	width: 900px;
	display: table;
	margin-bottom: 30px;
}

.repeatPhoto ul li{
	width: 280px;
	display:table-cell;
}

.left {
	padding-right: 30px;
}

.center {
}

.right {
	padding-left: 30px;
}


