@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

.blockswrapper {
	height: 350px;
	width: 820px;
	margin: auto;
	margin-top: 20px;
	margin-bottom:50px;
}
.blockleft {
	float: left;
	width: 360px;
	height: 350px;
	background: rgba(255,255,255,0.5);
	border-radius: 0px 0px 0px 20px;
}
.blockmiddle {
	float: left;
	width: 20px;
	height: 350px;
	border-radius: 0px 0px 0px 0px;
}
.blockright {
	float: left;
	width: 360px;
	height: 350px;
	margin-left: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 0px 0px 20px 0px;
}
.blocktext {
	padding: 10px;
	padding-left: 25px;
	color: #fff;
	text-align:center;
}
.blockright img {
	border-radius: 0px 0px 20px 0px;
}
.blockleft img {
	border-radius: 0px 0px 0px 20px;
}
.blocktext img {
	opacity: 0.5;
}
.blocktext img:hover {
	opacity: 1;
	text-decoration: none;
}
