@charset "UTF-8";

.title{
	font-size: 16px;
    margin: 8px 0 20px;
}

#content{
	margin-top: 50px;
}


.mainMap .googlemap #map_canvas02{
	height:500px;
    width: 100%;
}

h3.bk_bl{
	text-align: left;
	padding: 10px;
	font-size: 18px;
}


#content h2 {
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  color: #FFF;
  background: #4D463D; 
}

#content h2 span {
margin-left: 10px;
font-size: 12px;
color: #fff;
font-weight: normal; 
}

table tr{
	border-bottom: #c8c9ca 1px solid;
}

table tr:first-child{
	border-top: #c8c9ca 1px solid;
}

 table tr th{
	border-right: #c8c9ca 1px solid;
	padding: 15px;
	width:20%;
	font-weight: bold;
}

 table tr td{
	padding: 15px;
}

.images ul{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

 .images ul li{
	flex: 0 0 48%;
	margin-bottom: 4%;
	position: relative;
}

.images ul li:after{
	position: absolute;
	right: 10px;
	bottom:10px;
	font-family: "FontAwesome";
	content: "\f002";
    font-size: 20px;
}