@charset "utf-8";

/*
########################################################
  company style
########################################################
*/

#company {}
#company table.about {
	width: 100%;
	border-bottom: #CCCCCC solid 1px;
	margin-bottom: 20px;
}
#company table.about th,
#company table.about td {
	padding: 15px 5px;
}
#company table.about th {
	width: 80px;
	color: #88C401;
	text-align: left;
	border-top: #88C401 solid 3px;
}
#company table.about td {
	border-top: #CCCCCC solid 3px;
}
#company table.about td ul.arrow li {
	background: url(../images/menu_estate_list.gif) no-repeat left 6px;
	padding-left: 10px;
}
#company p.navi {
	margin-bottom: 40px;
}

#company .privacyList {
}
#company .privacyList dl {
}
#company .privacyList dl dt {
	font-weight: bold;
}
#company .privacyList dl dd {
	margin-bottom: 30px;
}
#company .privacyList p.sign {
	text-align: right;
	margin-bottom: 20px;
}

#company .mainContents .column {
	padding: 20px 30px 0 30px;
}
#company .mainContents .column h2.sTitle {
	font-size: 100%;
	padding: 0;
	height:39px;
	margin-bottom: 20px;
	line-height:39px;
	border: none;
	background: none;
}

#company .sitemapList {
	zoom: 1;
	margin-bottom: 20px;
}
#company .sitemapList ul.left,
#company .sitemapList ul.right {
	border-bottom: #CCCCCC solid 1px;
	width: 325px;
}
#company .sitemapList ul.left {
	float: left;
}
#company .sitemapList ul.right {
	float: right;
}
#company .sitemapList ul.left li,
#company .sitemapList ul.right li {
	background: url(../images/menu_estate_list.gif) no-repeat left center;
	padding: 15px 10px;
	border-top: #CCCCCC solid 1px;
}

#company .sitemapList:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
