@charset "UTF-8";
/*
 * CUFFS/Sphere/CUBE OFFICIAL WEBSITE
 * (C)CUFFS/Sphere/CUBE All Rights Reserved.
 * 一部特殊ページのレイアウト
 */

/*
==== entrance ====
*/
#entrance #header {
/*	width: 613px;	*/
	width: 680px;
	height: 35px;
	margin: 36px auto;
}
#entrance #logoArea {
	width: 613px;
/*	height: 166px;	*/
/*	height: 173px;	*/
	height: 205px;
	margin: 0 auto 48px;
	position: relative;
}
#entrance #logoArea #cuffs {
	width: 230px;
	height: 70px;
	position: absolute;
/*	top: 0;	*/
	top: 4px;
	left: 381px;
}
#entrance #logoArea #sphere {
	width: 180px;
	height: 76px;
	position: absolute;
/*	bottom: 0;	*/
	bottom: 5px;
	left: 381px;
}
#entrance #logoArea #cube {
	width: 262px;
/*	height: 125px;	*/
/*	height: 173px;	*/
	height: 205px;
	position: absolute;
/*	top: 28px;	*/
	top: 0;
	left: 46px;
}
#entrance #logoArea #logoLine {
	width: 3px;
/*	height: 166px;	*/
	height: 173px;
	position: absolute;
	top: 0;
	left: 350px;
}
#entrance #caution {
	width: 612px;
	text-align: center;
	margin: 0 auto 48px;
}
#entrance #caution .cautionLine {
	background: url('./images/other/bg_entrance_caution.png') top left repeat-x;
	width: 612px;
	height: 2px;
	margin: 12px auto;
}
#entrance #age {
	background-color: rgba(6, 79, 177, 0.6);
	min-width: 982px;
	width: 100%;
	height: 30px;
	box-shadow: 0 -2px 3px #787878;
	text-align: center;
	padding-top: 6px;
}
#entrance #bottom {
	width: 980px;
	text-align: center;
	margin: 24px auto 0;
}
#entrance ul#enter {
	width: 656px;
	margin: 0 auto;
}
#entrance ul#enter li {
	width: 280px;
	height: 40px;
	float: left;
	margin: 0 24px;
}
#entrance ul#enter li a {
	display: block;
}
#entrance ul#enter li#yes a { background: url('./images/other/nav_entrance_yes.jpg') top left no-repeat; }
#entrance ul#enter li#no a { background: url('./images/other/nav_entrance_no.jpg') top left no-repeat; }

#entrance #language {
	width: 347px;
	height: 34px;
	margin: 48px auto;
}
#entrance #copyright img {
	width: 200px;
	height: 40px;
	margin-bottom: 8px;
}
