@charset "utf-8";
/* CSS Document */

.mb50{
	margin-bottom:50px;
}

html,body{
	margin:0;
	padding:0;
	height:100%;
}

#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:url(../img/home/bg_modal.png);
}

#overLayer{
	display:none;
	width:770px;
	padding:40px;
	position:fixed;
	top:50%;
	left:50%;
	background:url(../img/home/bg_modalboxgif);
	border-radius:10px;
	border:10px solid #fff;
}

* html #overlayer{
	position:absolute;
}

#overLayer img.close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.modalBox p{
	font-size:108.3%;
	color:#fff;
}

.modalBox hr{
	background-color:#fff;
	color:#fff;
	border-width:0;
}


.modalBox .leftbox{
	width:120px;
	float:left;
}

.modalBox .rightbox{
	width:400px;
	float:right;
}

.modalBox .rightbox p.title a{
	font-weight:bold;
	color:#fff;
}