/*-----------------------------------------------------------
  モーダルウィンドウ
-----------------------------------------------------------*/

.modalBody{
	height: 500px;	
}
#btn_close{
	position:absolute;
	top:0;
	right:0;
	}
.modalBtn{
	position:absolute;
	top:280px;
	left:214px;
	width:370px;
	height:54px;
	}
.modalTxt{
	margin:15px 0 0 15px;
	font-size:12px;
	line-height:1.2;
	}
.rule{
	text-indent:1em;
	line-height:1.2;
	}
	#cboxOverlay{background:#000000 repeat 0 0; opacity: 0.4; filter: alpha(opacity = 40);}

.no_border{
    outline: none;
}