/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TestLayout {
	font: 42px Arial, Helvetica, sans-serif;
	color:red;
}

#TB_window {
	font: 1px Arial, Helvetica, sans-serif;
	line-height: 1%;
	color: #333333;
}

#TB_secondLine {
	font: 1px Arial, Helvetica, sans-serif;
	line-height: 1%;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	_width:expression(document.body.clientWidth + 'px');
}

.TB_overlayMacFFBGHack {
	background-color:rgba(255, 255, 255, 0.92); 
}
.TB_overlayBG {
	background-color:#FFF;
	filter:alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	/* background: #ffffff; */
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	/* border: 4px solid #525252; */
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
/*
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
*/
#TB_closeAjaxWindow{
	padding:0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:12px;
	text-align: left;
}


#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_Contents iframe{
}


/* SCREEN SHOT デザイン */
#TB_screenshot{
	position: relative;
	width: 768px;
	height: 657px;
}

#TB_screenshot #TB_title{
	width: 116px;
	text-align: left;
	/line-height: 1%;
	background: url(../shared/tb_title_screenshot.gif) top left no-repeat;
	/height:11px;
}

#TB_screenshot #TB_Contents{
	padding: 3px 4px 4px 4px;
	background:transparent url(../shared/tb_bg_screenshot.gif) top left no-repeat;
}

#TB_screenshot #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 764px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top right;
}

#TB_screenshot #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top left;
}

#TB_screenshot #TB_closeWindow a:hover{
	background-image: none;
}


/* MOVIE デザイン */
#TB_movie{
	position: relative;
	width: 648px;
	height: 415px;
}

#TB_movie #TB_title{
	width: 116px;
	text-align: left;
	/line-height: 1%;
	background: url(../shared/tb_title_movie.gif) top left no-repeat;
	/height:11px;
}

#TB_movie #TB_Contents{
	padding: 3px 4px 4px 4px;
	background:transparent url(../shared/tb_bg_moviepc.png) top left no-repeat;
	_background: none;
}

#TB_movie #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 644px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top right;
	
	
}

#TB_movie #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top left;
}

#TB_movie #TB_closeWindow a:hover{
	background-image: none;
}

/* MOVIE wii デザイン */
#TB_moviewii {
	position: relative;
	width: 488px;
	height: 318px;
}

#TB_moviewii #TB_title{
	width: 116px;
	text-align: left;
	/line-height: 1%;
	background: url(../shared/tb_title_movie.gif) top left no-repeat;
	/height:11px;
}

#TB_moviewii #TB_Contents{
	padding: 3px 4px 4px 4px;
}

#TB_moviewii #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 484px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;

	
	
}

#TB_moviewii #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
}

#TB_moviewii #TB_closeWindow a:hover{
	background-image: none;
}



/* eShop デザイン */
#TB_eshop{
	position: relative;
	width: 838px;
	_width: 830px;
	height: 536px;
	/height:11px;
	
}

#TB_eshop #TB_title{
	width: 116px;
	text-align: left;
	/line-height: 1%;
}

#TB_eshop #TB_Contents{
	padding: 3px 4px 4px 4px;
	background:transparent url(../shared/tb_bg_eshop.png) top left no-repeat;
	_background: none;
	_background:transparent url(../shared/tb_bg_eshop.gif) top left no-repeat;
}

#TB_eshop #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 834px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top right;
}

#TB_eshop #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top left;
}

#TB_eshop #TB_closeWindow a:hover{
	background-image: none;
}

/* new color デザイン */
#TB_new_c{
	position: relative;
	width: 818px;
	_width: 810px;
	height: 586px;
	/height:11px;
	
}

#TB_new_c #TB_title{
	display: none;
	width: 116px;
	text-align: left;
	height: 0;
	/line-height: 1%;
}

#TB_new_c #TB_Contents{
	padding: 4px;
	background:transparent url(../shared/tb_bg_new_c.png) top left no-repeat;
}

#TB_new_c #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 814px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top right;
}

#TB_new_c #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top left;
}

#TB_new_c #TB_closeWindow a:hover{
	background-image: none;
}


#TB_moviewide {
	position: relative;
	width: 868px;
	height: 336px;
}

#TB_moviewide #TB_Contents{
	padding: 3px 4px 4px 4px;
	background:transparent url(../shared/tb_bg_moviewide.png) top left no-repeat;
	/*background: none;*/
}

#TB_moviewide #TB_closeWindow{
	position: absolute;
	top:28px;
	left: 864px;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top right;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top right;
	
	
}

#TB_moviewide #TB_closeWindow a{
	display: block;
	width: 48px;
	height: 54px;
	background:url(../shared/tb_bg_closebtn.png) no-repeat top left;
	_background: none;
	_background:url(../shared/tb_bg_closebtn.gif) no-repeat top left;
}

#TB_moviewide #TB_closeWindow a:hover{
	background-image: none;
}



/*
* Add Cunstomize CSS
*/

/* TB Window外 デザイン */
#CustomCloseButton {
	position:absolute;
	top:31px;
	right:-33px;
	width:30px;
	height:30px;
	padding:0px;
	margin:0px;
}

#CloseButton {
	background: url(../../image/skin/3ds/close.png) no-repeat;
	width:30px;
	height:30px;
}

* html #CustomCloseButton { /* ie6 hack */
	position:absolute;
	top:31px;
	right:-4px;
	width:30px;
	height:30px;
	padding:0px;
	margin:0px;
}

#CustomTitle {
	position:absolute;
	top:10px;
	left:2px;
	color:#CC0000;
	font-family:"Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serifmonospace, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
}