@charset "Shift_JIS";



/** main */
/**************************************/
div#main h1 {
	text-indent:     -9999px;
	background:      #000000 url("/mb/shared/img/frm2/loading_32x32_bk.gif") center center no-repeat;
	height:          458px;
	padding:         0;
	margin:          0 0 26px 0;
	display:         block !important;
}

div#main img {
	width:           960px;
	height:          484px;
	display:         none;
}



/** tabs */
/**************************************/
ul#tabs        li,
ul#tabs_bottom li {
	display:         none;
}

ul#tabs        li.blank,
ul#tabs_bottom li.blank {
	display:         block;
}

ul#tabs        li.blank a,
ul#tabs_bottom li.blank a {
	background:      none !important;
}



/** loading */
/**************************************/
div#loading {
	background:      url("/mb/shared/img/frm2/loading_32x32.gif") center center no-repeat;
	width:           685px !important;
	height:          200px;
	float:           left !important;
}



/** console */
/**************************************/
div#console {
	background:      url("../img/console_bg.gif") repeat-x;
	width:           100%;
	height:          25px;
	position:        fixed;
	left:            0px;
	bottom:          0px;
	z-index:         999;
	display:         none;
}

* html div#console {
	top:             0px;
	bottom:          auto;
	position:        absolute;
}

div#consolebar {
	width:           960px;
	margin:          0 auto;
	position:        relative;
}

div#consolebar p.title {
	text-indent:     -9999px;
	background:      transparent no-repeat;
	height:          25px;
	float:           left;
}

div#consolebar p.title.s3 { background-image: url("../img/console_title_3G.gif"); width: 326px; }
div#consolebar p.title.x  { background-image: url("../img/console_title_X.gif");  width: 389px; }

div#consolebar a {
	text-indent:     -9999px;
	background:      transparent no-repeat;
	height:          25px;
	display:         block;
}

div#consolebar a:hover { background-position: 0 -25px; }

div#consolebar a.lineup {
	background-image: url("../img/console_btn_lineup.gif");
	width:           74px;
	float:           left;
}

div#consolebar ul {
	width:           342px;
	float:           right;
}

div#consolebar ul li {
	width:           171px;
	float:           left;
}

div#consolebar ul a {
	width:           171px;
}

div#consolebar ul a.prev { background-image: url("../img/console_btn_prev.gif"); }
div#consolebar ul a.next { background-image: url("../img/console_btn_next.gif"); }

div#consolebar div.prev,
div#consolebar div.next {
	background:      #ffffff;
	border:          1px solid #000000;
	position:        absolute;
	top:             -268px;
	display:         none;
}

div#consolebar div.prev { right: 171px; }
div#consolebar div.next { right: 0px; }

div#consolebar div.prev img,
div#consolebar div.next img {
	width:           168px;
	height:          265px;
	display:         block;
}



/** clearfix */
/**************************************/
div#consolebar:after,
div#consolebar ul:after {
	content:         ".";
	height:          0;
	clear:           both;
	visibility:      hidden;
	display:         block;
}

div#consolebar,
div#consolebar ul {
	display:         inline-block;
}

/*\*/
* html div#consolebar,
* html div#consolebar ul {
	height:          1%;
}

div#consolebar,
div#consolebar ul {
	display:         block;
}
