@charset "utf-8";

#topimg{
	background: url(/company/img/topimg.jpg) center center no-repeat;
	background-size: contain;
	height: 0;
	padding-top: 16.666%;
}
#intro{
	max-width: 1100px;
	margin: 50px auto 20px;
	padding: 10px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}
#intro-ttl{
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
}
#outward{
	margin-top: 20px;
}
#outward img{
	margin-top: 30px;
}
#outward p{
	padding: 10px;
	text-align: center;
}
table#data{
	width: 90%;
	margin: 30px auto;
	border: 2px solid #DCDCDC;
}
table#data a:hover{
	text-decoration: underline;
}
table#data th,
table#data td{
	padding: 8px 10px;
}
table#data th{
	width: 25%;
	background-color: #EBF7EC;
	text-align: center;
}
table#history{
	width: 90%;
	margin: 30px auto;
}
table#history th,
table#history td{
	padding: 8px 10px;
}
table#history th{
	font-weight: normal;
	text-align: center;
}
#map iframe {
	padding: 20px;
}