@charset "UTF-8";

.works #contents h2{
	float: left;
	margin-right: 80px;
}
#contents #title{
	position: fixed;
	width: 890px;
	top: 150px;
	background: #000;
	padding: 40px 0 15px 0;
}
.works #title ul.category li{
	float: left;
	margin-right: 10px;
}
.works #title ul.year{
	padding-top: 20px;
}
.works #title ul.year li{
	float: left;
	font-size: 1.2em;
	font-family: 'Pathway Gothic One', sans-serif;
	margin-right: 10px;
}
.works #title ul.year li a{
	padding: 4px 8px 4px 8px;
	display: block;
	text-decoration: none;
}
.works #title ul.year li a:hover{
	padding: 4px 8px 4px 8px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #9FC451;
}


.works #section p.more{
	clear: both;
	width: 100px;
	margin: auto;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	border: 1px solid #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.works #section p.more a{
	padding: 8px 12px 8px 12px;
	display: block;
	text-decoration: none;
}
.works #section p.more a:hover{
	padding: 8px 12px 8px 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #9FC451;
}


.works #section{
	margin-top: -200px; /* リンク位置上昇分 */
	padding-top: 320px; /* 上昇分を戻す分 */
	margin-bottom: 10px;
}
.works #section02{
	margin-top: -300px; /* リンク位置上昇分 */
	padding-top: 320px; /* 上昇分を戻す分 */
}
.works #section03{
	margin-top: -300px; /* リンク位置上昇分 */
	padding-top: 320px; /* 上昇分を戻す分 */
}
.works #section h3{
	clear: both;
	font-size: 4.0em;
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 30px;
}

.works #section h3 span.tag{
	font-size: 0.6em;
}

.works .entry{
	float: left;
	width:190px;
	margin: 0 40px 70px 0;
	display: table-cell;
	layout-grid-line:190px;
}
.works .entry:nth-child(4n+1){
	float: left;
	width:190px;
	margin-right: 0;
}
.works #section .entry .image{
	text-align: center;
	vertical-align: middle;
}
.works #section .entry h4{
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	color: #9FC451;
	padding-top: 10px;
}
.works #section .entry h4 a{
	color: #9FC451;
	text-decoration: none;
}
.works #section .entry h4 a:hover{
	color: #9FC451;
	text-decoration: underline;
}

.works #section .entry p.category{
	float: right;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #999;
	text-align: right;
	margin-bottom: 2px;
	border-bottom:1px solid #444;
}
.works #section .entry p.title{
	clear: both;
	font-size: 1.0em;
	color: #FFF;
	line-height: 140%;
	padding-top: 6px;
}

.works p.onlyTV{
	clear: both;
	font-size: 1.1em;
	color: #DDD;
}
