<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
制作　株式会社メックコミュニケーションズ　http://www.mec-com.co.jp/ 
*/

#main h2#pagetitle{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#444444;
	padding:5px 0;
	margin:0 0 20px 0;
	letter-spacing:1px;
	border-left:none;
	border-bottom:1px dotted #999999
}


/* --------------------------------------------本文*/
#main h3 {
	font-size:0.875em;
	color:#8B284F;
	font-weight:bold;
	background:#FFD6DF;
	padding:5px 10px;
	margin:20px 10px 0px 10px;
}
#main h4 {
	font-size: 0.875em;
	line-height:1.6em;
	color:#333333;
	font-weight:bold;
	margin:20px 0 0 20px ;
}
#main h5 {
	font-size: 0.875em;
	line-height:1.6em;
	color:#FF0000;
	font-weight:bold;
	margin:20px 0 0 20px ;
}
#main p{
	margin:5px 20px 20px  20px;
	font-size:0.8em;
	line-height:160%
}
#main ul{
	background:#F3E9ED;
	margin:5px 20px 20px  20px;
	padding:0.5em 1em 0.5em 2em
}
#main li{
	margin:5px 0px;
	font-size:0.8em;
	line-height:1.4em;
	list-style-type:square
}
#main li p{
	font-size:100%;
	margin:0
}
#main table td, #main table th {
	border:none;
	padding:8px;
	vertical-align: bottom;
	text-align:center
}
</pre></body></html>