/*============================================
会社概要
===========================================*/
#CompanyBox {
line-height: 1.7;
}

#CompanyBox table {
	width: 100%;
}

#CompanyBox table th {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background-color: #00A0E9;
	color: #FFF;
	padding: 5px 10px;
	border-left: 3px solid #0068B7;
	font-size: 0.9em;
}

#CompanyBox table td {
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding:15px 5% 20px;
	font-size: 0.85em;
}

#CompanyBox table td a {
	font-size: 1.2em;
	color: #0068B7;
}

#CompanyBox table td .list {
	list-style: disc outside;
	margin-left: 4%;
}

/*============================================
GoogleMao
===========================================*/
#Map {
	width: 100%;
	height: 300px;
}

#Map iframe {
	width: 100%;
	height: 100%;
}