.cont {
	padding-top: 100px;
	width: 85%;
	margin: 0px auto;
	opacity: 0.8;
	color: #ffffff;
}

.cont a {
	color: #ffffff;
}

.cont a:hover {
	text-decoration: none;
}

.cont img {
	width: 100%;
}

.sin {
	text-align: left;
	font-size: 13px;
	margin-top: 30px;
	line-height: 36px;
}


.philo {
	font-size: 18px;
	text-align: left;
	line-height: 45px;	
}

.title {
	font-size: 30px;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;	
}

.idea {
	font-size: 14px;
	text-align: left;
	line-height: 28px;
}

.lt {
	letter-spacing: 3px;
}

.overview {
	margin-top: 110px;
}


.overview .tit {
	font-size: 22px;
  	-webkit-font-smoothing: antialiased;
  	margin-bottom: 5px;	
}

.overview .top {
	vertical-align: top;
}

.overview .text {
	margin-bottom: 40px;
}


td {
	padding: 10px 0;
}

.map {
	margin-top: 50px;
	opacity: 0.7;
	position: relative;
}

.map img {
	width: 100%;
}

.map_text {
	position: absolute;
	bottom: 18px;
	text-align: center;
	color: #131313;
	font-size: 8px;
	line-height: 10px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 1px;
}

.map_text a {
	color: #131313;
}

.ml {
	margin-left: -2px;
}

.map_text_m {
	display: none;
}

@media screen and (max-width: 320px) { 

.map_text {
	display: none;
}

.map_text_m {
	display: block;
    text-align: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	letter-spacing: 1px;	
}

}	