@charset "UTF-8";
/* CSS Document */

.topImage .imgBox .headline{
	bottom: 11%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.headline .box_button a{
    border-color:#fff;
	text-shadow:none;
	background-color:rgba(0, 60, 130, .2);
	color:#fff;
}

@media (max-width: 680px) {
.topImage .imgBox .headline{
	width:100%;
}

}