* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3,h4,h5,h6{
	text-indent:-999999px;
	position:absolute;
}


/* loading
---------------------------------- */

#loading{
	background:url(../images/loading.gif) center no-repeat;
	background-size: contain;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 48;
}

#loader-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 49;
}


a:link {color: #bd5f91;}
a:visited {color: #bd5f91;}
a:hover {color: #d06da2;}
a:active {color: #8e245d;}

a img{border:0;}

a:focus{ outline: none;}


/*

sns

*/

#snsall{
	width:235px;
	height:20px;
	margin:0;
	position:absolute;
	top:65px;
	right:15px;
	z-index:11;
  display: none;
}

#snsall #sns{
	display:inline;
	margin:0;
	float:left;
}

#snsall #sns li{
	height:20px;
	display:inline;
	float:left;
	padding:0;
	margin-right:2px;
}

#snsall #sns li.fbbtn{ width:61px;}
#snsall #sns li.twitterbtn{ width:74px;}
#snsall #sns li.linebtn{ width:94px;}



/*

credit

*/

.btnClose{
background: url("../images/btn_close.png") no-repeat;
background-size: contain;
width: 60px;
height: 60px;
position: absolute;
top: 10px;
right: 10px;
z-index: 70;
cursor: pointer;
}

.btnClose:hover{
filter:alpha(opacity=70);/* IE 6,7*/
-moz-opacity:0.7;/* FF , Netscape */
-khtml-opacity: 0.7;/* Safari 1.x */
opacity:0.7;
zoom:1;/*IE*/
}


#creditAll{
background: url("../images/credit/bg.jpg") no-repeat center;
background-size: cover;
width:100%;
height:100%;
min-width: 1200px;
min-height: 700px;
position:absolute;
overflow: hidden;
top:0;
left:0;
z-index:100;
display:none;
}

#creditImg{
background: #fff url("../images/credit/wm.jpg") no-repeat center;
background-size: contain;
width:20%;
height:30%;
position:absolute;
bottom:2%;
left:2%;
z-index:2;
mix-blend-mode: multiply;
}


#creditTxt{
background: #fff url("../images/credit/credit.png") no-repeat center;
background-size: contain;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1;
mix-blend-mode: multiply;
display:none;
}



