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

h1,h2,h3{
	text-indent:-9999px;
	position:absolute;
}



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

#loader {
	background:url(../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

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

a:link {color: #8d538c;}
a:visited {color: #8d538c;}
a:hover {color: #ac64b1;}
a:active {color: #4c294e;}

a img{border:0;}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);  
} 

a:focus{ outline: none;}


/*

official sns

*/

#shrareTwitter{
	width:191px;
	height:42px;
	position:absolute;
	top:0px;
	left:10px;
	z-index:10;
}


/*

sns

*/

#snsall{
	width:400px;
	height:20px;
	margin:0;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:11;
}

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

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

#snsall #sns li.fbbtn{ width:119px;}
#snsall #sns li.twitterbtn{ width:75px;}
#snsall #sns li.linebtn{ width:70px;}
#snsall #sns li.googlebtn{ width:50px;}


/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
