<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#works {
	color: #333;
	text-align: center;
}
h2.main span {
	font-size: 50%;
	display: block;
}
#lastUpdate {
	font-family: adobe-garamond-pro, serif;
	font-size: 14px;
	margin: 20px 0;
}
#works &gt; div {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}

.items {
	width: 100%;	
	height: 0;
}
.items:nth-child(1) {
	width: 100%;	
	height: auto;
}
.items.lazyload {
	opacity: 0;
}
.items.lazyloading {
	color:#333;
	opacity: 1;
	transition: opacity 1000ms;
	content:"loading...";
	height: auto;
}
.items.lazyloaded {
	opacity: 1;
	transition: opacity 1000ms;
	height: auto;
}


.itemBody {
	width: 80%;
	margin: 0px auto 60px;
	border-radius: 0px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,.1);
}
.archive .items {
	width: 100%;
}
.newsBody {
	margin: 0px;
	padding: 0;
}
h3 {
	color: #fff;
	font-size: 16px;
	line-height: 150%;
	font-weight: 600;
	width: 100%;
	padding: 10px 20px;
	margin: 0px 0px 0px;
	background: #2A86E2;
	position: relative;
}
h3.new::before {
	color: #fff;
	font-size: 12px;
	line-height: 3em;
	font-weight: 600;
	text-align: center;
	content: "NEW";
	display: block;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: #E29B2A;
	position: absolute;
	top: -1em;
	left:-1em;
}
.main_text {
	font-size: 14px;
	line-height: 150%;
	font-weight: 300;
	padding: 10px 20px;
	margin: 10px 0px 10px;
}
.main_text2 {
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	font-weight: 300;
	padding: 10px 20px;
	margin: 10px 0px 10px;
}
.main_text img {
	width:75%;
	margin: 10px 10px 10px 0;
}
.main_text .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.main_text .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px) {
#works &gt; div {
	width: 100%;
}
.itemBody {
	width: 90%;
	margin: 0px auto 40px;
	border-radius: 0px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,.1);
}

}



@media screen and (max-width: 480px) {
#works &gt; div {
	width: 100%;
}
.itemBody {
	width: 100%;
	margin: 0px auto 20px;
	border-radius: 0px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,.1);
}

}



/*
*/
.contentsBody:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
</pre></body></html>