@charset "UTF-8";

/* トップページ
------------------------------------------------------*/
#mainCol,
#subCol {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#mainCol {
	background: url(../images/top/bg_maincol.jpg) no-repeat center top;
}

#subCol {
	background: url(../images/top/bg_subcol.jpg) no-repeat center top;
}

#mainCol .inner,
#subCol .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
	#mainCol .inner {
		height: 554px;
	}
	#subCol .inner {
		height: 282px;
	}

#mainCol h1 {
	position: absolute;
	left: 0px;
	top: 527px;
}

/* TGSバナー */

#bnr_tgs {
	position: absolute;
	left: 0px;
	top: 417px;
}
#bnr_tgs a:hover img {
		filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
}

/* ミニゲームバナー */

.bnrMinigame {
	display: block;
	position: absolute;
	left: 0px;
	top: -170px;
}

/* 体験会バナー */

.bnrTrialEvent {
	display: block;
	position: absolute;
	left: -5px;
	top: -107px;
}

.bnrQuestionnaire{
	display: block;
	position: absolute;
	left: -5px;
	top: -107px;
}

/* プレイ動画 */
#movieCol{
	width:244px;
	padding:0 13px 13px;
	background: url(../images/top/bg_movieCol.png) left bottom no-repeat;
	position:absolute;
	right:-10px;
	top:-554px;
}
#movieCol .movie{
	width:220px;
	height:124px;
	padding:12px 12px 32px;
	background: url(../images/top/bg_movie.png) no-repeat;
	position: relative;
	}

/* ムービー・画質切り替え */
#movieCol .btnMovieHD{
	display: block;
	position: absolute;
	background: url(../images/ms/btn_HD.png) left -20px no-repeat;
	right: 40px;
	bottom: 0px;
	width: 36px;
	height: 19px;
	text-indent:-9999px;
}
#movieCol a.btnMovieHD:hover,
#movieCol .btnMovieHD.current{
	background: url(../images/ms/btn_HD.png) left top no-repeat;
}

#movieCol .btnMovieSD{
	display: block;
	position: absolute;
	background: url(../images/ms/btn_SD.png) left -20px no-repeat;
	right: 0px;
	bottom: 0px;
	width: 36px;
	height: 19px;
	text-indent:-9999px;
}

#movieCol a.btnMovieSD:hover,
#movieCol .btnMovieSD.current{
	background: url(../images/ms/btn_SD.png) left top no-repeat;
}

#movieCol .SDmovie,
#movieCol .HDmovie{
	position:absolute;
	top:12px;
	left:12px;
}
#movieCol .HDmovie{
	display:none;
}

#movieCol .msName{
	position:absolute;
	bottom:0px;
	left:0px;
}

/* GPGバナー */
.btnGPG {
	display: block;
	position: absolute;
	left: 487px;
	top: -101px;
}

#newsCol {
	position: absolute;
	left: 271px;
	top: 19px;
	width: 414px;
}

#newsCol dl {
	padding: 10px 0 10px 10px;
	width: 365px;
	line-height: 1.3em;
}
	#newsCol dl dt {
		font-weight: bold;
	}
	#newsCol dl dd {
		margin: -1.3em 0 10px 0;
		padding: 0 0 10px 7em;
		background: url(../images/common/bg_border_01.gif) repeat-x left bottom;
	}

/* Examples - Tiny Scrollbar */
.scrollCol {
	margin: 0;
	padding: 6px 7px 0;
}
.scrollCol .viewport {
	overflow: hidden;
	position: relative;
	width: 385px;
	height: 188px;
}
.scrollCol .overview {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.scrollCol .scrollbar {
	position: relative;
	float: right;
	background-color: #444;
	width: 15px;
}
.scrollCol .track {
	position: relative;
	background-color: #444;
	height: 100%;
	width: 15px;
}
.scrollCol .thumb {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 2px;
	background: transparent url(../images/common/img_scroll_bar.gif) repeat-y;
	width: 12px;
	height: 21px;
	cursor: pointer;
}
.scrollCol .disable { display: none; }

#specCol {
	position: absolute;
	left: 695px;
	top: 18px;
	width: 252px;
}

#header {
	background: url(../images/top/bg_header.jpg) no-repeat center top;
	height: 67px;
}

#gnavi {
	padding: 7px 0 0;
}

#footer {
	background: url(../images/top/bg_footer.jpg) no-repeat center top;
}

#snsCol {
	position: absolute;
	top: -26px;
	left: 730px;
}
	#snsCol li {
		float: left;
		padding-right: 5px;
	}

#snsCol .fb_edge_widget_with_comment {
	overflow: hidden;
	width: 70px;
}

#swfCol {
	margin: 0 auto;
	max-width: 1280px;
	height: 650px;
}

/* popup */

#popup #container{
	width:auto;
	min-width:320px;
}
/* SP用 */
.btnSpTop{
	width:80%;
	margin:0 auto;
	padding:20px 0;
}
.btnSpTop a{
	display:block;
	width:100%;
	padding:1%;
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-size:24px;
	
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
}
