@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
}
header {
	padding: 0;
	width: 100%;
	/*background: #2499ff;*/
	background: #fff;
}
.header_center {
	max-width: 1000px;
	margin: 0 auto;
}
header img {
	display: block;
	width: 100%;
}
footer {
	padding: 0;
	width: 100%;
	background: #2499ff;
	color: #FFF;
}
h1 {
	max-width: 700px;
	margin: 0 auto;
	padding: 5px;
	color: #000;
	border-bottom: 1px solid #848484;
	/*background: #2499ff;*/
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}
h2 {
	max-width: 700px;
	margin: 0 auto;
	padding: 5px;
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}
table {
	max-width: 1200px;
	empty-cells: hide;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	color: #7B7B7B;
	margin: 50px auto 50px;
}
table, th, td {
	border-collapse: collapse;
	border-top: 1px solid #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	background: #fff;
}
table {
	border-top: none;
	border-bottom: none;
}
th, td {
	text-align: center;
	padding: 10px;
}
th {
	width: 200px;
	color: #00119A;
	font-weight: bold;
}
td {
	text-align: left;
	width: 500px
}
/*事業内容について*/
table.business {
	box-shadow: none;
	border-top: none;
	border-bottom: none;
}
table.business th, table.business td {
	border: none;
}
table.business th {
	color: #252525;
	width: 450px;
}
table.business td {
	width: 450px;
}
table.business td img {
	width: 100%;
}
table.business span {
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background: #2B2B2B;
}
.area {
	padding-top: 2em;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}
.mail_img {
	max-width: 500px;
	margin: 0 auto;
}
.mail_img img {
	width: 100%;
}
