<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------
　共通
 Title
--------------------------*/
/*reset*/
#breadcrumbs { margin: 0 auto; padding: 3px 0 10px;}
.cf:before, .cf:after { content: " "; display: table;}
.cf:after { clear: both;}
.cf { *zoom: 1;}
/*共通*/
.cont{ width: 100%; float: left;}
/*Top*/
#staticTop { border-bottom: solid 8px #d6d6d6; background: url(/assets/pc/info/dic/img/common/title_bk.png) 70% 100% no-repeat #f0f0f0; padding-bottom: 40px;}
#staticTop .cf .tit{ display: inline-block; float: left; font-size: 44px; line-height: 1.2em; letter-spacing: 0; margin-top: 10px;}
#staticTop .cf p{display: inline-block;  float: right; width: 50%; font-size: 16px;}
/*Page*/
#staticPage { border-bottom: solid 8px #d6d6d6; background: #f0f0f0;}
#staticPage .cf{}
#staticPage .cf .tit{ display: inline-block; float: left; font-size: 32px; line-height: 1.2em; letter-spacing: 0; margin-top: 5px; font-weight: bold;}
#staticPage .cf .txt{display: inline-block;  float: right; width: 60%; font-size: 14px; margin-bottom: 20px;}
/*-------------------------
 contents
--------------------------*/
#main{ margin-bottom: 80px;}
#sec-main { width: 740px; float: left; display: inline; margin-top: 30px;}
#aside { width: 200px; float: right; display: inline; margin-top: 90px;}
/*　下部共通　*/
.commonLinks{ margin-top: 80px;}
.commonLinks p{ width: 100%; padding: 10px 2%; border-top:solid 4px #008342; background: #f0f0f0; font-weight: bold; font-size: 17px;}
.commonLinks ul{ width: 100%; margin-top: 30px; overflow: hidden;}
.commonLinks ul li{ width: 14.5%; margin: 0 1%; float: left; display: inline-block;}
.commonLinks ul li .btnShadow{display: block; text-align: center; padding: 65px 0 15px; line-height: 1.4em; border:solid 1px #aaa; border-radius: 4px; box-shadow: 0 5px 0 0 #aaa; color: #333; font-size: 12px; margin-bottom: 5px;}

.commonLinks ul li a b{ display: block; line-height: 1.4em; font-size: 15px;}
.commonLinks ul li:nth-child(1) a{ background: url(/assets/pc/common/img/icon_building_grn.png) 50% 15px no-repeat #fff;}
.commonLinks ul li:nth-child(2) a{ background: url(/assets/pc/common/img/icon_house1_grn.png) 50% 15px no-repeat #fff;}
.commonLinks ul li:nth-child(3) a{ background: url(/assets/pc/common/img/icon_house_grn.png) 50% 15px no-repeat #fff;}
.commonLinks ul li:nth-child(4) a{ background: url(/assets/pc/common/img/icon_mapflag_grn.png) 50% 15px no-repeat #fff;}
.commonLinks ul li:nth-child(5) a{ background: url(/assets/pc/common/img/icon_invest_grn.png) 50% 15px no-repeat #fff;}
.commonLinks ul li:nth-child(6) a{ background: url(/assets/pc/common/img/icon_shop_grn.png) 50% 15px no-repeat #fff;}

/*-------------------------
 aside
--------------------------*/
#aside dl, 
#aside dl &gt; *{ width: 100%; float: left;}
#aside dl{ box-shadow: 0 4px 5px #999; margin-bottom: 30px;}
#aside dl dt{ padding:10px 5%; line-height: 1.2em; border-bottom: solid 1px #aaa;  color: #fff; background: #555;}
#aside dl dt.kai{ background: #44a97c;}
#aside dl dt.uri{ background: #8fc31f;}
#aside dl dd a{ display: block; padding: 20px 5%; color: #333; line-height: 1.4em; border-bottom: dotted 1px #999;}
#aside dl dd a:hover{ background: #eee;}
#aside dl dd a.now, 
#aside dl dd a.now:hover{ background: #dfdfdf; color: #777;}
#aside dl dd:last-child a{border-bottom: none;}

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