@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :ayame(http://www.designdays.net/)
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.contents h3:not(:first-of-type) {
	margin-top: 20px;
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
.worksList {
	width: 760px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #ccc dotted;
}
.worksList li {
	float: left;
	display: inline;
	border-left: 2px #aaa solid;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.worksList li.worksList01 {
	width: 155px;
	border-left: none;
	padding: 0;
	margin: 0;
}
.worksList li.worksList02 {
	width: 90px;
}
.worksList li.worksList03 {
	width: 265px;
}
.worksList li.worksList04 {
	width: 184px;
}