<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(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: meiryo, "Lucida Grande", Arial, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color: #ffffff;
}



img {
	border: none;
	/*
	margin: 0;
	padding: 0;
	*/
}


a:hover img{opacity: 0.4;filter: alpha(opacity=70);-ms-filter:"alpha(opacity=70)";transition-duration:0.5s;transition-timing-function: ease;}


div.contents {
	margin: 0 auto;
	width:960px;
	text-align: center;
	vertical-align: top;
	font-size: 21px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	line-height: 150%;
}

a.mail_link:link {
	color : #231815;
	text-decoration : none;
}
a.mail_link:visited {
	color : #231815;
	text-decoration : none;
}
a.mail_link:active {
	color : #231815;
	text-decoration : none;
}
a.mail_link:hover {
	color : #231815;
	text-decoration : underline;
}

div.box {
	margin: 20px auto;
	padding: 10px 0;
	width: 960px;
	height: 422px;
	background-image: url("../img/communications/4.png");
	background-size: 960px 422px;
	background-repeat: no-repeat;
	background-position: top;
}

div.scr_box {
	margin-top: 0;
	margin-left: 60px;
	width:890px;
	height:400px;
	overflow-y: scroll;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	line-height: 120%;
}
</pre></body></html>