@charset "utf-8";

#company {
	margin:0px;
	padding:0px;
	}

#contents #title .st_box {
	background-image: url(../company/images/bg_title.jpg);
}

/* テーブル設定 
-------------------------------------------------*/
#company #cont_box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.com_tab{
	width: 100%;
	margin-bottom: 60px;
	border: 1px solid #9E8464;
}
.com_tab th{
	padding: 39px 20px;
	font-weight: bold;
	width: 20%;
	background-color: #F3F1E1;
	border: 1px dotted #9E8464;
	color: #6A3906;
}
.com_tab td{
	padding: 39px 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E8464;
}.com_tab tr .map p {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}
