@charset "utf-8";

/*
=========================================================
 h1
=========================================================
*/
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}

/*
=========================================================
 tblBoenOutline
=========================================================
*/
.tblBoenOutline {
	width: 100%;
	margin-bottom: 20px;
}
.tblBoenOutline th {
	width: 40%;
}
.tblBoenOutline td {
	width: 60%;
}

/*
=========================================================
 carNavi
=========================================================
*/
#carNavi {
	margin-bottom: 20px;
	padding: 15px;
	border: 5px solid #CDB78D;
	border-radius: 5px;
	background: #FFF;
}
#carNavi address {
	margin-bottom: 10px;
	
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
}


