@charset "utf-8";

.clear {clear:both;}

/* ローダー設定 */
.square {
	position:absolute;
	top:50%;
	left:50%;
	height:16px;
	line-height:16px;
	color: #999;
	z-index:991;
	padding:0px;
	margin-left: -115px;
	margin-top:-30px;
	font-size:15px;
	text-align:center;
	width: 150px;
}
#busy1{
	font-family: 'Aldrich', sans-serif;
	font-size:15px;
}
#load-text {
	font-family: 'Aldrich', sans-serif;
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	z-index:991;
	padding:0px;
	color:#999;
	margin-left:-5px;
	margin-top:-30px;
	text-align:center;
	font-size:15px;
	height:16px;
	line-height:16px;
}
#load-bar{
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	background:#555;
	left:0;
	z-index:991;
}
#load-bar2{
	position:absolute;
	top:50%;
	width:0;
	height:1px;
	background:#999;
	left:0;
	z-index:991;
}


body > .square {height: auto;}


#fade {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 995; 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: 50px;
	min-width: 1000px;
	bottom: 0;
	z-index:1;
}


/* コピーライト */

.credits{
	position: absolute;
	text-align: center;
	bottom: 5px;
	right:20px;
	color:#999;
}
.credits a{
	color:#FFF;
	text-decoration:none;
	opacity:0.7;
}

.copyright{
	position:absolute;
	width:100%;
	bottom:5px;
	color:#999;
	text-align:center;
}

/*-----------------------------
クレジット
------------------------------*/
#credit_tab{
	position:absolute;
	width:100%;
	bottom:-200px;
	height:200px;
	text-align:center;
	background:#000;
}
#credit_close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#credit_open{
	text-decoration:none;
	cursor:pointer;
}



/*-------------------------
シェア周り
--------------------------*/
#share{
	position: absolute;
	bottom: 31px;
	right: 20px;
	cursor: pointer;
}
#share img{
	opacity:0.5;
}
#sns_btns{
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 18px;
	width: 267px;
	width:0;
}
#sns_btns li{
	list-style:none;
	float:left;
}
#btn_wrap{
	position:absolute;
	overflow:hidden;
	width:300px;
}
#s_tw{
	width:100px;
	overflow:hidden;
}
#s_fb{
	width:110px;
	overflow:hidden;
}
#gplus{
	width:70px;
	overflow:hidden;
}

#info{
	width:400px;
	position: absolute;
	left: 20px;
	bottom: 75px;
	height: 70px;
}
#info1{
	position:absolute;
	left:0;
	top:0;

}

#info2{
	position:absolute;
	left:205px;
	top:0;
	cursor:pointer;
}
#info_plate{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-173px;
	z-index: 991;
}
#close{
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	top: 50%;
	cursor: pointer;
	z-index: 991;
	margin-left: 325px;
	margin-top: -204px;
}
#close_b1{
	position:absolute;
	left: 12px;
	top: -6px;
	background:#FFF;
	height:36px;
	width:1px;
	transform: rotate(45deg);  
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}
#close_b2{
	position:absolute;
	left: 12px;
	top: -6px;
	background:#FFF;
	height:36px;
	width:1px;
	transform: rotate(-45deg);  
	-webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
}

#close:hover{
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-name: rotate;
	-moz-animation-duration: 0.4s;
	-moz-animation-timing-function:ease;
	-moz-animation-name: rotate;
	animation-duration: 0.4s;
	animation-timing-function:ease;
	animation-name: rotate;
}
@-webkit-keyframes rotate {
  from {
	-webkit-transform: rotate(0deg);  
	-moz-transform: rotate(0deg);  
	-ms-transform: rotate(0deg);  
    transform: rotate(0deg);
  }

  to {
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	transform: rotate(180deg);
  }
}
@keyframes rotate {
  from {
	-webkit-transform: rotate(0deg);  
	-moz-transform: rotate(0deg);  
	-ms-transform: rotate(0deg);  
    transform: rotate(0deg);
  }

  to {
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	transform: rotate(180deg);
  }
}




#close2{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 991;
}
#close_c1{
	position:absolute;
	left: 12px;
	top: -6px;
	background:#FFF;
	height:36px;
	width:1px;
	transform: rotate(45deg);  
	-webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
}
#close_c2{
	position:absolute;
	left: 12px;
	top: -6px;
	background:#FFF;
	height:36px;
	width:1px;
	transform: rotate(-45deg);  
	-webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg);  
}

#close2:hover{
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-name: rotate2;
	-moz-animation-duration: 0.4s;
	-moz-animation-timing-function:ease;
	-moz-animation-name: rotate2;
	animation-duration: 0.4s;
	animation-timing-function:ease;
	animation-name: rotate2;
}
@-webkit-keyframes rotate2 {
  from {
	-webkit-transform: rotate(0deg);  
	-moz-transform: rotate(0deg);  
	-ms-transform: rotate(0deg);  
    transform: rotate(0deg);

  }

  to {
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	transform: rotate(180deg);

  }
 }
@keyframes rotate2 {
  from {
	-webkit-transform: rotate(0deg);  
	-moz-transform: rotate(0deg);  
	-ms-transform: rotate(0deg);  
    transform: rotate(0deg);

  }

  to {
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	-ms-transform: rotate(180deg);  
	transform: rotate(180deg);

  }
 }
