@charset "UTF-8";
/********** works **********/
/*view hover*/
.sectionBox .figureBox-01 ul li a{
	position: relative;
	display: inline-block;
	height:100px;
}
.sectionBox .figureBox-01 ul li a:hover:after{
	content: url(../img/img_works_on.png);
	position: absolute;
	top: 0;
	left: 0;
	}

/*list*/
#works .sectionBox .figureBox-01 #filterlist li{
	min-height: 291px;
	margin-bottom: 20px;
}
#works .sectionBox .figureBox-01 #filterlist li dl{
	background: #fff;
	width: 237px;
}
#works .sectionBox .figureBox-01 #filterlist li dl dd{
	padding: 10px;
	}
#works .sectionBox .figureBox-01 #filterlist li dl dd .ja{
	font-size: 1.2em;
	line-height: 1.2;
}

/********** works Cnt**********/
#worksCnt .sectionBox .mainImageBox{
	/*padding-bottom: 29px;*/
/*	border-bottom: 1px solid #a49e96;*/
	border-bottom: none;
	background: none;
}
/*sectionBoxCnt*/
#worksCnt .sectionBox table{
	margin: 10px 0;
}
#worksCnt .sectionBox table tr th{
	color: #a49e96;
	font-size: 1.2em;
	text-align: left;
	padding: 3px 0;
}
#worksCnt .sectionBox table tr th + td{
	color: #a49e96;	
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#worksCnt .sectionBox  .linkArea{
	margin-top: 0;
}
#worksCnt .sectionBoxCnt{
	border-top: 1px solid #a49e96;
}