@charset "utf-8";
/* CSS Document */

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
.contents{
	padding-top:0;
}

.contents p.accent{
	padding-top:0;
	margin-bottom:36px;
}

.contents section,
.contents .chapter{
	margin-bottom:55px;
}

.contents section p{
	margin-bottom:1.5em;
}

#works-box ul.list li{
	margin-bottom:60px;
}

#works-box ul.list li a{
	color:#333;
}

#works-box ul.list li:last-child{
	margin-bottom:0;
}

#works-box ul.list li img{
	width:100%;
	margin-bottom:12px;
}


@media only screen and
(max-width : 740px) {

.contents section,
.contents .chapter{
	margin-bottom:3em;
}

.contents p.accent{
	margin-bottom:4em;
}
	
#works-box ul.list li{
	margin-bottom:3em;
}

#works-box ul.list li:last-child{
	margin-bottom:0;
}

#works-box ul.list li img{
	margin-bottom:4px;
}


}