@charset "utf-8";


/*--- トップイメージ ---*/
.top_img{
	background-image:url("../images/69919749.jpg");
	width: 100%;
	height: 250px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.51);
	background-position: center;
	background-size: cover;
}
.red_BG2{
	background-color:#8C2C18;
	height: 50px;
}

/*----　テーブル　----*/

.about{
	margin: 0 0 0 auto;
	border-collapse: collapse;
  	border-spacing: 0;
}
.about .bottom th,.about .bottom td{
	border-bottom: 1px solid #ffffff4D;
}
table{
	color: #fff;
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
tr{
	height: 50px;
	font-family: "font_M"; 
}
th{
	width: 20%;
	text-align: right;
	padding-right: 20px;
}
td{
	font-size: 15px;	
}
table .b_top th,table .b_top td{
	border-top: solid 1px #585858;
}

/*--- map ---*/
.map_p{
	color: #ffffffCC;
	text-align: left;
}