@charset "utf-8";

/* 全てのサイズ共通 */
.tableCompany {
	width:100%;
	border-top:1px dotted #ccc;
	margin:30px 0 50px;
	}	
	
.tableCompany th,
.tableCompany td {
	border-bottom:1px dotted #ccc;
	padding:15px;
	font-size:1.5rem;
	}	


div#map {
	width:100%;
	margin:0 0 50px;
	height:500px;/*仮*/
	background:#ccc;
	}	


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/
	
.tableCompany th {
	width:250px;
	}	

}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/
	
.tableCompany th {
	width:250px;
	}	
 
}