<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);
@import url(base.css?20230306150030);
@import url(common.css?20230306150014);

#content h4 {
	margin-bottom: 20px;
	line-height: 1.0;
	padding: 5px 0 8px 30px;
	background: url(../image/icon03.jpg) left top no-repeat;
	font-weight:bold;
	color:#524337;
	border-bottom:1px solid #DFCDC1;
}
#works .box {
	margin-bottom:20px;
}
#works .box dl dt {
	font-weight:bold;
	color:#9D796C;
}
#works .imgleft .image li {
  width: 158px;
}
@media screen and (max-width: 480px) {
  #works .imgleft .image li {
    margin: auto;
  }
}
#works .box dl dd.last {
	text-align:right;
	margin-top:15px;
}
#content .box ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DFCDC1;
  box-sizing: border-box;
}
#content .box ul li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 680px) {
  #content .imgleft .image {
    margin-right: 35px;
  }
}</pre></body></html>