@charset "UTF-8";

@font-face {
  font-family: customFont;
  src: url(font/ProximaNova-Bold.otf);
}

body{
	vertical-align:baseline;
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

img {
	position: absolute;
    box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

.full{
	position: absolute;
	width: 100%;
	height: 100%;
}

#main_content {
	position:absolute;
	width:320px;
	height:480px;
	top:0;
	left:0;
	opacity:0;
	background-color:#c4d600;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#border {
  position: absolute;
  width:100%;
  height:100%;
  bottom: 0px;
  left: 0px;
  border: 1px solid #000000;
  pointer-events: none;
  z-index:52;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}


.text1{
	font-family: "customFont", Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0d2240;
	position: absolute;
	left: 179px;
	top: 175px;
  /*letter-spacing: -0.5px;*/
}
.text2{
	font-family: "customFont", Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0d2240;
	position: absolute;
  right: 31px;
  top: 147px;
/*  letter-spacing: -0.5px;*/
}
/* ================================================
===================================================*/

#bg,#bg2{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}


#bg_click {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	opacity:0;
	z-index:50;
	cursor:pointer;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}