/* CSS Document */

.right_box {
	width: 100%;
	padding: 0px 10%;
	position: relative;
}

.center_box {
	width: 100%;
	padding: 0px 10%;
	text-align: center;
	position: relative;
}

.wrap {
	width: 70%;
	margin: 0px auto;
	position: relative;
}

@media screen and (max-width: 700px) {
	.wrap {
		width: 96%;
		font-size: 12px;
		margin: 0px auto;
		position: relative;
	}
}

.title_img {
	width: 80%;
}

@media screen and (max-width: 700px) {
	.title_img {
		width: 90%;
	}
}

#about_text {
	line-height: 40px;
}

@media screen and (max-width: 700px) {
	#about_text {
		line-height: 20px;
		font-size: 0.73em;
	}
}

.section {
	width: 100%;
	padding: 100px 0px;
  position: relative;
}

@media screen and (max-width: 700px) {
	.section {
		width: 100%;
		padding: 50px 0px;
		position: relative;
}
	
}

.venue_min {
	margin: 0px 10%;
	padding: 20px 0px;
	width: 80%;
	border: #4f4532 1px solid;
	border-radius: 50px;
	text-align: center;
}

@media screen and (max-width: 700px) {
	.venue_min {
		margin: 0px 5%;
		padding: 20px 0px;
		width: 90%;
		border: #4f4532 1px solid;
		border-radius: 50px;
		text-align: center;
		font-size: 0.9em;
	}
}

