@charset "UTF-8";





/*---------------------------------------------------
SC_TITLE_BOX
---------------------------------------------------*/
#SC_TITLE_BOX h2{
	background-image: url(/img/access/title_icon.png);
	background-size: 31px;
	
}


/*---------------------------------------------------
table_list
---------------------------------------------------*/
.table_list table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}
	
.table_list th{
	background-color: #ececec;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	text-align: left;
	font-weight: normal;
}
	
.table_list td{
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding: 15px;
}




@media screen and (min-width:641px){

	.table_list th{
		width: 13%;
		padding: 15px;
	}
			
	.table_list td{
		width: 37%;
	}
		
}

@media screen and (max-width:640px){
	.table_list th{
		padding: 15px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
			
	.table_list td{
		padding: 15px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}	
}


/*---------------------------------------------------
MAP
---------------------------------------------------*/
@media screen and (min-width:641px){
	#GOOGLEMAP_BOX #map-canvas{
		width: 100%;
		background-color: #c4c4c4;
		height: 400px;
		margin-top: 30px;
	}
}

@media screen and (max-width:640px){
	#GOOGLEMAP_BOX #map-canvas{
		width: 100%;
		background-color: #c4c4c4;
		height: 300px;
		margin: 30px 0 10px;
	}
}















