<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "contents.css";

#page #right_contents{
	padding: 0 0 0 0;
}

#page #right_contents .contents{
	margin :13px 0 0 20px;
	background-color:#ffffff;
	text-align:left;
}
#page #right_contents .contents *{
	line-height:110%;
}

.address{
	text-align:left;
	line-height:110%;
}

table{
	text-align:left;
	float:left;
}

#page #right_contents .contents .freedial_msg{
	margin:0px 0px 15px 180px;
}

@media screen and (max-width: 480px){
dl{
	margin:20px 0;
}

dt{
	float:left;
	clear:left;
	width:28%;
	line-height:1.5em;
}

dd{
	float:left;
	width:72%;
	line-height:1.5em;
}
}
</pre></body></html>