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

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px;
	color: #FFFFCC;
}

/*　下ナビゲーション　*/
#TB_secondLine {
	text-align:center;
	color:#FFFFCC;
	margin:0 auto;
	display:block;
	padding:7px 0;
	width:100%;
	height:14px;
	font-size: 13px;
}
/*#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}*/

#TB_window a:link {color: #FFFFCC;}
#TB_window a:visited {color: #FFFFCC;}
#TB_window a:hover {color: #FFF;}
#TB_window a:active {color: #FFFFCC;}
#TB_window a:focus{color: #FFFFCC;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-bottom: 1px solid #000;
}
/*Hack*/

.TB_overlayMacFFBGHack {
	background-image: url(../images/macFFBgHack.png);
	background-repeat: repeat;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(  src='../images/macFFBgHack.png', sizingMethod='scale');
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*Hack*/

#TB_window {
	position: absolute;
	background: #231815;
	z-index: 102;
	display:none;
	border: 1px solid #666;
	text-align:center;
}

#TB_window img {
border:0;
margin:0px auto;
/*	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}
/*　キャプション　*/
#TB_caption {
	font-weight:bold;
	font-size:14px;
	height:auto;
	padding:10px 30px 10px 35px;
	display:block;
	text-align:center;
	float:left;
	background: url(http://www.fujiyamashirts.com/images/icon_hana.gif) no-repeat 10px 5px;
}
/**/
/*#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}*/

/* closeボタンをウインドウ右上に絶対配置↓ */
#TB_closeWindow {
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: -1px;
}
#TB_closeAjaxWindow {
	position: absolute;
	right: -30px;
	top: -1px;
	cursor: pointer;
}
/*#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}*/

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

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

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

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

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* Nextボタン、Prevボタンのスタイルを追加↓ */
#TB_next a, #TB_prev a {
	cursor:pointer;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	display: block;
	width: 6em;
	height:auto;
	padding: 7px 0;
	background-color:#231815;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	position: absolute;
	top: 10%;
}

#TB_next a {
	right: 13px;
	border-left:#666 1px solid;
	border-right:#231815 1px solid;
	background-position: right bottom;
}
#TB_prev a {
	left: 15px;
	border-right:#666 1px solid;
	border-left:#231815 1px solid;
	background-position: left bottom;
}
#TB_next a:hover, #TB_prev a:hover {
	background-color:#231815;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*ギャラリーのみ*/
#TB_next .gallerybtn, #TB_prev .gallerybtn {
}
.gallerybtn a {
display:block;
	padding:0;
	width:100px !important;
	background-color:#231815 !important;
	background-repeat:no-repeat !important;
	text-indent:-9999px !important;
	border:0 !important;
	top: auto !important;
	bottom:0% !important;
	filter:alpha(opacity=90) !important;
	-moz-opacity: 0.90 !important;
	opacity: 0.90 !important;
	z-index: 220 !important;
}
.gallerybtn a:hover {
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1.00 !important;
	opacity: 1.00 !important;
}
#TB_next.gallerybtn a {
	background-image: url(../../../images/btn_next.png);
}
#TB_prev.gallerybtn a {
	background-image: url(../../../images/btn_prev.png);
}
/*//ギャラリーのみ*/

