@charset "utf-8";

/*　コンテンツ　
----------------------------------------*/
#container{
	padding:50px 0 70px 0;
}
#contents{
	width:680px;
	float:left;
}
#contents h2{
	margin:0 0 30px 0;
}

/*　ワークリスト　
----------------------------------------*/
#contents #list h3{
	clear:both;
	margin:0 0 10px 0;
}
#contents #list div.blockLink{
	width:670px;
	height:180px;
	margin:0 0 30px 0;
	padding:10px 0 10px 0;
	border:5px solid #dddddd;
	cursor:pointer;
}
#contents #list div.blockLink div.leftBox{
	float:left;
	margin:0 0 0 10px;
}
#contents #list div.blockLink div.rightBox{
	width:400px;
	margin:0 0 0 260px;
	font-size:13px;
	line-height:1.6em;
}
#contents #list div.blockLink div.rightBox p.workName{
	font-size:16px;
	font-weight:bold;
	margin:5px 0 10px 0;
}
#contents #list div.blockLink div.rightBox p.workName .fontS{
	font-size:12px;
}
