<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#titleArea
{
	width: 100%;
	height: 300px;
	background: url("../../images/works/title_back.png") right bottom no-repeat #f5faff;
	overflow: hidden;
	margin-top: 77px;
	position: relative;
}
#titleBox
{
	position: absolute;
	top: 50%;

	width: 95%;
	margin: -19px auto auto 20px;
	border-width: thin;
	border-color: #d36f6f;
}
.colmun .pict1 {
	margin-top: 30px;
	margin-bottom: 60px;
	width: 90%;
}
.colmun .pict2 {
	margin-top: 30px;
	width: 90%;
}</pre></body></html>