/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*　ウインドウフォント　*/
#TB_window {
	font: 12px;
	color: #FFFFCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*　下ナビゲーション　*/
#TB_secondLine {
	text-align:center;
	color:#FFFFCC;
	margin:0 auto;
	display:block;
	padding:7px 0;
	width:100%;
	height:14px;
	font-size: 13px;
}
img {
	border:none;
}
/*リンク関連*/
#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: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.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');
}
/*　メインウインドウ　*/
#TB_window {
	position: fixed;
	z-index: 102;
	color:#FFFFCC;
	display:none;
	border: 1px solid #666;
	text-align:left;
	top:50%;
	left:50%;
	background-color: #231815;
}
* 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 #TB_dummy {
	height: 100px;
	width: 100px;
}
#TB_window img#TB_Image {
	display:block;
	margin: 0px 0 0 15px;
	border: 1px solid #666;
}
/*　キャプション　*/
#TB_caption {
	color: #FFFFCC;
	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_ajaxWindowTitle {
	font-weight:bold;
	font-size:14px;
	height:auto;
	margin:4px 0 0 0;
	padding:6px 15px 4px 35px;
	display:block;
	text-align:center;
	float:left;
	background: url(http://www.fujiyamashirts.com/images/icon_hana.gif) no-repeat 10px 2px;
}
#TB_title {
	background-color:#231815;
	height:auto;
	margin: 0;
	padding: 0;
	width: auto;
}
#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;
	background-color:#fff;
	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;
	padding:0px;
	/*	margin-bottom:-10px;*/
	margin:4px 0 0 0;
}
/* 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: 15%;
}

#TB_next a {
	right: 13px;
	border-left:#666 1px solid;
	border-right:#231815 1px solid;
	background-position: right bottom;
}
#TB_prev a {
	left: 14px;
	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;
}
/* closeボタンをウインドウ右上に絶対配置↓ */
#TB_closeWindow {
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: -1px;
}
#TB_closeAjaxWindow {
	position: absolute;
	right: -30px;
	top: -1px;
	cursor: pointer;
}
#TB_Image {
	display: block;
	clear: both;
	margin: 0 auto;
}
#TB_detail {
	display:none;
	cursor: pointer;
	background-color:#231815;
	position:absolute;
	top:40%;
	left:30%;
	width:40%;
	height:auto;
	z-index:999;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	padding:10px;
	text-align: left;
	line-height: 1.8em;
	color: #FFFFCC;
}
#TB_detailpic, #ctrl {
	cursor: pointer;
	background-color:#231815;
	position:absolute;
	top:20%;
	left:30%;
	width:40%;
	height:auto;
	z-index:999;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	padding:10px;
	text-align: left;
	line-height: 1.8em;
	display: none;
}
#TB_detailpic p {
	width:auto;
	height:auto;
	margin:0;
	padding:0.5em 0.3em;
}
#TB_d_btn {
	position: absolute;
	bottom: 13%;
	right: 15px;
	display: block;
	width: 8em;
	height:auto;
	padding: 0;
	color: #FFFCCC;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
}
#TB_d_btn a {
	cursor:pointer;
	border-left:#888 1px solid;
	border-top:#888 1px solid;
	border-bottom:#888 1px solid;
	border-right:#231815 1px solid;
	background-color:#231815;
	width:100%;
	height:100%;
	position:relative;
	display: block;
	padding: 6px 0;
	margin:0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #FFFFCC;
}
#TB_d_btn a:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#ctrl_btn {
	font-size: 95%;
	position: absolute;
	left: 14px;
	display: block;
	width: 7em;
	height:auto;
	padding: 0;
	color: #FFFCCC;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	top: 0px;
}
#ctrl_btn a {
	cursor:pointer;
	background-color:#3D3033;
	width:100%;
	height:100%;
	position:relative;
	display: block;
	padding: 6px 0;
	margin:0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#ctrl_btn a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#TB_detailpic th {
	text-align: right;
}

