@charset "utf-8";
/* CSS Document */

.company {
	padding-bottom:100px;
}
.company table{
	width:80%;
	max-width:960px;
}
.company table{
	border-collapse: collapse;
}
.company table th{
	width:20%;
	border-bottom:solid 1px #000;
	padding:20px 10px;
}
.company table td{
	width:60%;
	border-bottom:solid 1px #000;
	padding:20px 10px;
}
.company table td ul{
	padding-left:0;
	list-style:none;
}
/*.sitemap h1{
	color:#373737;
	margin:0;
	text-align:center;
	font-size:40px;
}
.sitemap h1 span{
	display:block;
	font-size:20px;
}*/
