@charset "utf-8";


/*
---------------------------------------------------------------------------
会社概要
---------------------------------------------------------------------------*/

h2 {
	text-align: center;
	margin-top: 65px;
	margin-bottom: 55px;
}
h2 img, p img {
	display: inline;
}
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 70px;
}
table th {
	background-color: #E3E3E3;
	border-left: 8px solid #14AE67;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
	width: 220px;
}
table td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	border-left: 8px solid #9AC0E5;
	padding-left: 10px;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
