/** -------------- mark modal ----------------- */
.mark_modal {
		display: none;
		font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro","Hiragino Kaku Gothic Pro";
		background-color: #ddd;
		width:420px;
		padding: 20px;
	}

	.modalBK {
		position: fixed;
		z-index: 9999;
		height: 100%;
		width: 100%;
		background: #f0f8ff;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		top: 0px;
		left:0px;
		margin:0 auto;
	}
	
.mark_modalBody {
		position: fixed;
		z-index: 10000;
		background-color: #99CC00;
		width: 280px;
		height: 120px;
		left: 50%;
		top: 50%;
	}

div.mark_modalBody p {color:white;text-align:center;font-weight:bold;margin-top:25px;}
div.mark_modalBody h3 {color:white;text-align:center;font-weight:bold;margin-top:25px;}
.close {cursor:pointer; font-weight:bold; color:#fff; margin-top:20px;text-align:right}

/** -------------- mark modal end ----------------- */
