<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*初期値*/
body {
	line-height:140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-size:12px;
}
img{
	border:0px none;
	vertical-align:bottom;
}

p{
	padding:0px;
	margin:0px;
}

div#midashi{
	margin-bottom:5px;
}

/*ベース*/
div#print{
	width:650px;
	margin:0px auto;
}
div#print table{
	width:680px;
	border-collapse:collapse;
	border-top:1px solid #E8E1D8;
	border-left:1px solid #E8E1D8;
}
div#print table tr th{
	border-right:1px solid #E8E1D8;
	border-bottom:1px solid #E8E1D8;
}
div#print table tr td{
	border-right:1px solid #E8E1D8;
	border-bottom:1px solid #E8E1D8;
}
/*ヘッター*/
div#print table.top{
	margin-bottom:10px;
}
div#print table.top th{
	width:180px;
	height:10px;
	text-align:center;
	vertical-align:middle;
}
div#print table.top td{
	width:480px;
	vertical-align:top;
}
/*ヘッター2*/
div#print table.top2{
	width:451px;
	border:none;
	vertical-align:top;
	margin-left:10px;
}
div#print table.top2 td{
	border:none;
}
div#print table.top2 td.btm{
	width:152px;
	border:none;
	vertical-align:top;
	padding-top:5px;

}
div#print table.top2 td.btm a:hover img{
filter:alpha(opacity=70);
opacity:0.7;
}

div#print table.top2 td.close{
	border-bottom:1px dashed #CCCCCC;
	padding:3px 0px;
	text-align:right;
}
div#print table.top2 td.name{
	border-bottom:3px solid #A14343;
	color:#3399CC;
	padding:8px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
}
div#print table.top2 td p{
	margin:5px 5px 0px 0px;
}
/*マップ*/
div#print table.map{
	width:620px;
}
div#print table.map tr td{
	padding:9px 9px;
}
div#print p.map2{
	margin-bottom:10px;
}

/*アクセス*/
div#print table.access{
	margin-bottom:10px;
}
div#print table.access td{
	padding:5px 10px;
}
/*会社概要*/
div#print table.company{
}
div#print table.company th{
	width:180px;
	padding:3px 10px;
	background:#efefef;
	font-weight:normal;
	text-align:left;
}
div#print table.company td{
	padding:3px 5px;
}
</pre></body></html>