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

/* --- Main title - size dependent on viewport width */
.homepagetext h1{
	/* width: 795px; */
	height: 68px;
	background: url(img/title-main-en-73.png) no-repeat;
	text-indent: -9999px;
	margin: 22px 0 30px 0;
	/* < 1100 */
}

/* >= 1340 && >= 1100 && < 1340 */
.vp-2 h1,
.vp-3 h1{
	width: 1035px;
	height: 87px;
	background: url(img/title-main-en-95.png) no-repeat;
}