@charset 'Shift_JIS';

/* - First{ R.O. } - Last{ R.O. } - Update{ 2008-05-26 } - About{ for famista3 spotdeck } */

@import url('mod_base.css');

/* spotdeck SP
-------------------------------------------------- */
/* バックグラウンド(id)用CSS */
#ssLayer {
width: 700px;
height: 575px;
background: url('//images.hange.jp/hangame/core/keiba/special/bg_screenshot.jpg') no-repeat center top;
}
#ssLayer .ssImgDiv {
padding: 40px 0 0 30px; 
position:relative;
}
/* ボタン位置親要素(class)用CSS */
#ssLayer .linerNav {
display:block;
position:relative;
width: 650px;
height: 23px;
margin: 19px auto 0;
}
/* 前へボタン(class)用CSS */
#ssLayer .linerNav .previous {
background: url('//images.hange.jp/hangame/core/keiba/special/btn_ssprev.gif') no-repeat;
width: 30px;
height: 23px;
text-indent:-9999px;
position:absolute;
left: 0px;
}
/* 次へボタン(class)用CSS */
#ssLayer .linerNav .next {
background: url('//images.hange.jp/hangame/core/keiba/special/btn_ssnext.gif') no-repeat;
width: 30px;
height: 23px;
text-indent:-9999px;
position:absolute;
right: 0px;
}
/* イメージコメント(class)用CSS */
#ssLayer .linerNav .ssDisc {
position:absolute;
left: 30px;
width: 590px;
text-align: center;
}
/* クローズボタン(class)用CSS */
#ssLayer .ssClose {
background:transparent url('//images.hange.jp/hangame/core/keiba/special/btn_close.gif') no-repeat scroll left top;
top:6px;
right:25px;
display:block;
position:absolute;
text-indent:-9999px;
width:24px;
height:24px;
}


/* spotdeck FL
------------------------- */
/* オーバーレイ(id)用CSS */
#sdjs_mask {
background-color: #000000;
filter: alpha(opacity=70);  /* IE用 */
-moz-opacity: 0.7;          /* FireFox用 */
opacity: 0.7;               /* Safari用 */
height:1000px;
}
/* タイトル(Class)用CSS */
.sdjs_title{
font-size: 14px;
color: #fff;
white-space: nowrap;
padding-left: 20px;
margin-top: 8px;
}
/* バックグラウンド(id)用CSS */
#sdjs_layer_f{
width: 650px;
height: 535px;
background: #000;
}
/* 動画部分(id)用CSS */
#sdjs_layer_f #sdjs_movie{
width: 650px;
height: 525px;
}
/* クローズボタン(class)用CSS */
#sdjs_layer_f #sdjs_layClose {
background: url('//images.hange.jp/hangame/core/keiba/special/btn_close.gif') no-repeat;
width: 24px;
height: 24px;
position: absolute;
top: 4px;
right: 5px;
z-index: 99998;
cursor : pointer;
text-indent:-9999px;
}


