<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.content p{
	margin: 0 0 15px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #4C4948;

}

.content h1{
	margin: 10px 0;
	width: 710px;
	background-image: url(../images/h_border_pink.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 10px 8px 10px;

}
.content #mediabox{
	margin: 0 0 5px 0;

}
.content #mediabox img{
	float: right;
	margin: 0 10px;
	width: 80px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.content #box{
	width: 630px;
	margin: 10px auto 30px auto;
}
.content #box p{
	margin: 0 30px 10px 30px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-image: url(../images/index/maru.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 10px 15px;
	border-bottom: dotted 1px #999;

}
.content #box h2{
	margin: 10px 0 15px 0;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding: 0 0 0 20px;
	border-bottom: solid 3px #EB6EA5;

}
</pre></body></html>