@charset "utf-8";
/* CSS Document */

/************************************************************************************
GENERAL
*************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Lora);
html,body {
	height:100%; 
	overflow-x:hidden;
	overflow-y:hidden;
}
html>/**/body {   /* for Firefox */
	overflow-y:hidden;
}
html:first-child body {   /* for Opera */
	min-height:auto;
	padding-bottom:0;
}
body {
	font-size:75%;/*12px*/
	line-height:150%;
	font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	background-color:#000;
}

/************************************************************************************
LINK
*************************************************************************************/
a {
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	transition: all 0.3s;
}
a:link {
	color:#FFF;
	outline: none;
}
a:visited {
	color:#FFF;
}
a:hover {
	color:#FFCC33;
}
a:active, a:focus{
	outline:none;
}
.alphaover a img {
	transition: all 0.3s;
}
.alphaover a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.none{
	opacity:0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

/************************************************************************************
WRAPPER
*************************************************************************************/
#wrapper {
	min-width:960px;
	min-height:540px;
}

/************************************************************************************
TITLE
*************************************************************************************/
h1#tit {
	position:fixed;
	z-index:100;
	top:10px;
	padding:5px 20px;
	background:url(../images/collection/common/fs_img_g_bg.png);
	color:#FFF;
	font-family:'Lora','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',serif;
	font-size:24px;
	line-height:180%;
}

/************************************************************************************
PAGESLIDE
*************************************************************************************/
#navOpen {
	width:50px;
	height:50px;
	overflow:hidden;
	position:fixed;
	top:50%;
	left:10px;
	margin-top:-25px;
	z-index:999;
	
}
#navOpen a {
	width:50px;
	height:50px;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	transition: all 0.3s;
	background: url(../images/collection/common/fs_img_g_bg.png);
	background-position:left top;
	background-repeat:repeat;
}
#navOpen a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
}
#pageslide {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    z-index:999999;
    width:280px;
    padding:20px;
    background-color:#FFF;
    color:#000;
}
#modal {
	text-align:left;
	font-size:18px;
	line-height:160%;
	font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',serif;
	position:relative;
}
#pageslide p {
	margin-bottom:30px;
}
#pageslide a {
	color:#000000;
	text-decoration:none;
}
#pageslide a:hover {
	color:#FFCC33;
	text-decoration:none;
}
#pageslide a.closeButton {
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-5px;
	z-index:999;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	transition: all 0.3s;
}
#pageslide a.closeButton:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
}
/************************************************************************************
GALLERY
*************************************************************************************/
#toolbar {
	position:fixed;
	z-index:6;
	right:10px;
	top:10px;
	padding:5px;
	background:url(../images/collection/common/fs_img_g_bg.png);
}
#toolbar img {
	border:none;
}

#bg {
	position:fixed;
	z-index:5;
	overflow:hidden;
	width:100%;
	height:100%;
}
#bgimg {
	display:none;
	-ms-interpolation-mode:bicubic;
}
#preloader {
	position:relative;
	z-index:6;
	width:32px;
	padding:20px;
	top:80px;
	margin:auto;
	background:#000;
}
#thumbnails_wrapper {
	z-index:5;
	position:fixed;
	bottom:0;
	width:100%;
	background:url(../images/collection/common/empty.gif); /* stupid ie needs a background value to understand hover area */
}
#outer_container{
	position:relative;
	padding:0;
	width:100%;
	margin:40px auto;
}
#outer_container .thumbScroller {
	position:relative; 
	overflow:hidden;
	background:url(../images/collection/common/fs_img_g_bg.png);
}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
	height:154px;
}
#outer_container .thumbScroller .container {
	position:relative;
	left:0;
}
#outer_container .thumbScroller .content {
	float:left;
}
#outer_container .thumbScroller .content div {
	margin:5px;
	height:100%;
}
#outer_container .thumbScroller img {
	border:5px solid #fff;
}
#outer_container .thumbScroller .content div a {
	display:block;
	padding:5px;
}
.nextImageBtn, .prevImageBtn{
	display:block;
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	z-index:6;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	transition: all 0.3s;
	background: url(../images/collection/common/fs_img_g_bg.png);
	background-position:left top;
	background-repeat:repeat;
}
.nextImageBtn:hover,.prevImageBtn:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.nextImageBtn {
	right:10px;
}
.prevImageBtn {
	right:75px;
}

/************************************************************************************
COPYRIGHT
*************************************************************************************/
#copyright {
	color:#FFF;
	position:fixed;
	bottom:10px;
	right:20px;
	z-index:999;
}
