@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 (max-width:768px) { 
    /* スマートフォン用　*/
	
.tableCompany th,
.tableCompany td {
	display:block;
	width:100%;
	}	
	
.tableCompany th {
	background:#f5f1dd;
	}	
	
.tableCompany td {
	background:#fff;
	}	


}
@media screen and (min-width:768px) and ( max-width:1010px) {
    /* タブレット用　*/
	
.tableCompany th,
.tableCompany td {
	display:block;
	width:100%;
	}	
	
.tableCompany th {
	background:#f5f1dd;
	}	
	
.tableCompany td {
	background:#fff;
	}	

}

