@charset "utf-8";

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:330px;
	left:50%;
	height:46px;
	color: #d2dae6;
	z-index:905;
	padding:0px;
	margin-left: -115px;
	font-size:20px;
	text-align:center;
	width: 150px;
}
#busy1{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
}
#load-text {
	font-family: 'Roboto', sans-serif;
	position:absolute;
	top:330px;
	left:50%;
	width:100px;
	z-index:905;
	padding:0px;
	color:#d2dae6;
	margin-left:10px;
	text-align:center;
	font-size:20px;
}
body > .square {height: auto;}


#fade {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}

#fade2 {
	background: #FFF; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; min-height: 100%; z-index: 1;
}

body > #fade {height: auto;}



/* リンク設定 */

a:link {color: #8b826a; text-decoration: underline;}

a:active {color: #8b826a; text-decoration: underline;}

a:visited {color: #8b826a; text-decoration: underline;}

a:hover {color: #8b826a; text-decoration: underline;}



/*-----------------------
footer
------------------------*/
#footer{
	clear: both;
	position: absolute;
	width: 100%;
	height: 56px;
	min-width: 1000px;
	bottom: 0;
	background:#FFF;
	z-index:800;
	border-top:1px solid #d9cebb;
}


/* コピーライト */

.credits{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
    color: #B28D52 !important;
	letter-spacing:0.1em;
}
.credits a{
	color:#B28D52;
	text-decoration: none;
}

.credits a:hover{
	color:#B28D52;
	text-decoration: none;
}

.credits p{
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.credits #links {
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.copyright{
    position: absolute;
    left: 12px;
    top: -22px;
    color: #B28D52 !important;
}
#hash{
	position: absolute;
	left: 250px;
	bottom: 28px;	
}
#banner{
    position: absolute;
    right: 10px;
    top: 10px;	
}
/*-----------------------------
クレジット
------------------------------*/
#credit_tab{
	position:absolute;
	width:100%;
	bottom:-190px;
	height:170px;
	text-align:center;
	background:#FFFFFF;
	padding-top:20px;
}
#credit_tab a:hover{
	color:bf1313;
}
#credit_close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#credit_open{
	text-decoration: none;
	cursor:pointer;
}



/*-------------------------
シェア周り
--------------------------*/
#sns_btns{
	width: 490px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 375px;
	top: 8px;
	
}
#sns_set{
	position: absolute;
	left: 0;
	width: 100%;
}
#sns_btns li{
	list-style:none;
	float:left;
	margin:0px;
}
#sns_btns li+li{
	margin-left:10px;
}
#s_tw{
	width:68px;
	overflow:hidden;

}
#s_fb{
	width:110px;
	overflow:hidden;
}
#gplus{
	width:70px;
	overflow:hidden;
}

#s_btn_op{
	position:absolute;
	right:0px;
	cursor:pointer;
}
#s_btn_cl{
	position:absolute;
	right:0px;
	display:none;
	cursor:pointer;
}
