@charset "utf-8";

.worksWidth {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	margin-bottom:8px;
}

.yearBox {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;/*float解除用*/
}

h2 {
	font-size:21px;
	line-height:1em;
	padding:4px;
	padding-left:6px;
	border-left:#ff5050 solid 12px;
}

.yearBorder {
	border:#303030 solid 1px;
	margin-bottom:6px;
}

.worksBox {
	width:204px;
	margin:0 8px 24px 8px;
	float:left;
}

.visual {
	border:#aaaaaa solid 1px;
	border-radius:4px;
	overflow:hidden;
}

.title {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.1em;
	padding:4px 0;
	border-bottom:#303030 dotted 1px;
}

hr {
	width:960px;
	margin:2em auto;
	border:0;
	border-bottom:#303030 solid 1px;
}