/* -------------------------------------------
uiЉ
--------------------------------------------*/
#game .textblock{
	width: 922px;
	margin: 0 auto;
	background: #FFF;
	border-top: 1px solid #ccc;
}


#game h1 {
}

#game #lead {
	padding-top: 66px;
	height: 0px;
	overflow: hidden;
	background: url(images/sakuhin_lead.png) no-repeat center center;
}

#game #nav {
	padding-top: 6px;
	height: 117px; /* 106px*/
	background: url(images/nav_bg.gif) #FFF repeat-x 0 0;
	width: 922px;
	margin: 0 auto;
	overflow:hidden;
}

#game #nav ul {
	margin: 0  0 0 -3px;
	width: 928px;
}

#game #nav ul li {
	float: left;
	width: 226px;
	height: 98px;
	margin: 0 3px 0 3px;
}
#game #nav ul li.active {
	background: url(images/nav_active.png) no-repeat center bottom;
}

#game #detail {
	text-align: left;
	width: 922px;
	margin: 0 auto;
	background: #FFF;
}

#game #detail .inner {
	width: 922px;
	height: 537px;
	margin: 0 auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

#game #detail #teamA.inner {
	background-image: url(team_a/images/play_image.png);
	background-position: 398px bottom;
}
#game #detail #teamB.inner {
	background-image: url(team_b/images/play_image.png);
	background-position: 348px bottom;
}
#game #detail #teamX.inner {
	background-image: url(team_x/images/play_image.png);
	background-position: 398px bottom;
}
#game #detail #teamY.inner {
	background-image: url(team_y/images/play_image.png);
	background-position: 398px bottom;
}

#game #detail .inner h2 {
	margin-left: 37px;
	margin-bottom: 14px;
}

#game #detail .inner ul#game_menu {
	margin-left: 95px;
}

#game #detail .inner ul#game_menu li {
	margin-bottom: 8px;
}

#game #detail .inner ul#game_menu li:first-child {
	margin-bottom: 20px;
}

#game #description {
	margin: 0 auto 22px auto;
	padding-top:32px;
	width: 760px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	letter-spacing:0.5px;
}

#game #capture_PC {
	width: 771px;
	padding-right: 3px;
	padding-bottom:68px;
	margin: 0 auto;
	text-align: left;
}

#game #capture_PC:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#game #capture_PC dl {
	float: left;
}

#game #capture_PC dl a {
	display: block;
	background: #FFF;
}

#game #capture_PC dl a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#game #capture_PC dl#movie {
	width: 221px;
}

#game #capture_PC dl#ss {
	width: 550px;
}

#game #capture_PC dl dt {
	padding-left: 9px;
	height: 22px;
}

#game #capture_PC dl dd {
	height: 129px;
	padding-top: 9px;
	padding-left: 9px;
	background: #FFE400;
}

#game #capture_PC dl#ss dd ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#game #capture_PC dl#ss dd ul li {
	float: left;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 100px;
	height: 56px;
	overflow: hidden;
}

#game #capture_SP {
	display: none;
}

#TB_overlay {
	z-index: 1000;
}

#TB_window {
	z-index: 1001;
}

#ss_window {
	margin: 0;
	padding: 0;
	text-align: center;
}

#ss_window img {
	border: none;
}

#ss_wrapper {
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 456px;
	overflow: hidden;
	border: solid 6px #FFE400;
	background: #FFF;
}

#ss_wrapper p#prev_btn {
	position: absolute;
	top: 203px;
	left: 23px;
}

#ss_wrapper p#next_btn {
	position: absolute;
	top: 203px;
	left: 727px;
}

#ss_wrapper #image {
	position: absolute;
	top: 59px;
	left: 98px;
}

#ss_wrapper #image {
	position: absolute;
	top: 59px;
	left: 98px;
	width: 600px;
	height: 338px;
}

#ss_wrapper #flashContent {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 784px;
	height: 442px;
}

#ss_window #close {
	margin-top: 1em;
}

#ss_window #btnclose{
	margin-top: 30px;
}
