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

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

#btnpagetop{
	position: fixed;
	width:60px;
	height:60px;
	bottom: 30px;
	right: 30px;
}

.imgmax,.imgmax2{ width:100%;}

/* 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: #E44975;}
a:visited {color: #E44975;}
a:hover {color: #FF76A5;}
a:active {color: #A60038;}

a img{border:0;}
a:hover {
	transition-duration: 0.5s;
    opacity: 0.5;
    filter: alpha(opacity=50);  
} 


a:focus{ outline: none;}




/*

introduction

*/


#introAll{
	background:url(../images/introduction/bg.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	display:none;
}

#introTxt{
	background:url(../images/introduction/intro_txt.png) no-repeat center;
	background-size:contain;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:31;
	display:none;
}

.contentClose{
	width:80px;
	height:80px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:32;
	cursor:pointer;
}