@charset "utf-8";
.work_note  {
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 20px;
	padding-right: 0px;
}
.work_note h2 {
	font-family: 'IM Fell English SC', serif;
	font-size: 150%;
	margin-bottom: 20px;
	color: #666;
}
.work_note p {
	margin-bottom: 10px;
	color: #666;
	line-height: 150%;
}

.work-images  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.work-images p  {
	width: 310px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.work_inner {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pw-image-desc p {
	padding-top: 20px;
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.lay { position:relative; float:left; margin:5px 0.5%; cursor:pointer; width:30%; text-align:center;  max-height:220px; max-width: 100%; background-color: #FFF;
	background-color: rgba(255,255,255,7);
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
