/* ポップアップ */

@charset "utf-8";

div#wall{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	display: none;
	z-index: 800;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
}

div.popup{
	position: absolute;
	top: 50px;
	margin: auto;
	padding: 1em;
	background-color:transparent !important;
	border:medium none;
	/* ProtoFlowが1000000000の為 */
	z-index: 1000000001;
}

.smallPopupTop {
	width:250px;
	height:40px;
	background:url("/images/ja/bg_window_x250_top.png") no-repeat;
	line-height: 35px;
	padding-left: 5px;
	font-size:14px;
	font-weight:bold;
}

.smallPopupMiddle {
	background-color:#000;
	padding:10px;
}

.smallPopupBottom {
	width:250px;
	height:10px;
	background:url("/images/ja/bg_window_x250_bottom.png") no-repeat;
}
