*{
	margin:0;
	padding:0;
	border:0;
}
html, body {
	height:100%;
}
body { position:relative;}

#bg{
	z-index: -10;
	position:fixed;
}
.fx	{ background:url(../img/ent_bg.png); height:100%; width:100%; position:fixed; top:0px; left:0px; z-index:-1;}

#contents {
	color: #FFF;
	padding: 10px;
	width: 800px;
}
h1 {
	font-size: 100%;
	margin-bottom: 30px;
}
h1 a {
	color: #FFF;
}

.vCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.logo {
	width : 98%;
}

/* entrance */
#entrance {
	width: 100%;
	height: 100%;
	font-size: 11px;
	text-align: center;
	color: #000;
}
#entrance .eventTitle {
	margin-bottom: 40px;
	font-family: 'futura';
	line-height: 1;
}
#entrance .eventTitle dt.title01 {
	font-size: 106px;
	position: relative;
}
#entrance .eventTitle dt.title01 .kiss {
	margin-left: 205px;
	position: absolute;
	left: 50%;
	bottom: 20px;
}
#entrance .eventTitle dt.title02 {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#entrance .eventTitle dd {
	font-size: 59px;
	letter-spacing: 0.05em;
}
#entrance .r18 {
	margin: 10px auto;
	display: block;
}
#entrance p.attention.en {
	font-family: 'freightdispLtIt';
}
#entrance div.select {
	margin: 20px auto;
	height: 60px;
	width: 90%;
	line-height: 60px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#entrance div.select a {
	padding: 0 20px;
	font-size: 48px;
	font-family: 'freightdispBk';
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
}
#entrance div.select a.yes {
	color: #000;
	text-decoration:none;
}
#entrance div.select a.no {
	color: #000;
	text-decoration:none;
}
#entrance .copy {
	font-family: 'freightdispLt';
}