@charset "utf-8";
.messe_p{
	margin: 50px auto;
}
#messege_box{
	width: 80%;
	margin: 0 auto;
}
#messege_box p{
	margin-bottom: 30px;
}
#messege_box p img{
	margin-top: 30px;
	margin-bottom: 30px;
}
h2{
	margin: 30px 0;
}
table{
	width: 100%;
	border-bottom:solid 1px #262626;
	border-top:solid 1px #262626;
	margin-bottom: 30px;
}
table th,
table td{
	padding: 10px;
	border-bottom:solid 1px #262626;
}
table th{
	text-align: center;
	width: 20%;
}
ul#bnr{
	overflow: hidden;
	margin-bottom: 50px;
}
ul#bnr li{
	float: right;
}
ul#bnr li:first-child{
	float: left;
}
#gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.map_p{
	font-size: 14px;
	margin-bottom: 20px;
}
/*number*/
.number_box{
	text-align: center;
	padding:20px 20px 50px 20px;
}
.number_box h2{
	font-size: 26px;
	font-weight: bold;
	color:#14439c;
	margin: 15px 0;
}
.number_box p{
	font-weight: bold;
	font-size: 16px;
	color:#00abff;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	ul#bnr li,
	ul#bnr li:first-child{
		float: none;

	}
	ul#bnr li:first-child{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 678px) {
	#messege_box{
		width:95%;
		margin: 0 auto;
	}
	table th,table td{
		width:100%;
		display: block;
	}
	table th{
		background: #F19200;
		font-weight: bold;
	}

}
