@charset "utf-8";
#popup_container {
	font-size: 12px;
	width: 500px; /* Dialog will be no smaller than this */
	background: #FFF;
	/*color: #fff;*/
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}


#popup_title {
	height:15px;
	font-size:14px;
	/*font-weight:bold;*/
	color:#27a6e1;
	background:#FFF;
	padding:24px 18px;
	margin:0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-left-radius:6px;
	-moz-border-top-right-radius:6px;
	border-bottom:1px solid #e0e0e0;
}

#popup_container a.close{
	background-image:url(../img/common/close_btn.png);
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	right:20px;
	top:22px;
	z-index:2;
}

#popup_content {
	min-height: 290px;
	padding:0 15px;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	margin:10px 0px;
	color: red;
	word-break: normal;
	word-wrap: break-word;
}
#popup_message_complete{
	margin:10px 0px;
	color: black;
	word-break: normal;
	word-wrap: break-word;
}
#popup_panel {
}

#popup_prompt {
	
}

/*入力フォーム*/
#popup_prompt{
	margin:0;
	font-size:14px;
	line-height:12px;
	padding:8px 5px;
	border:1px #ccc solid;
	border-radius: 6px;
	margin-top:10px;

}
/*----------------------------------------------------
	btn
----------------------------------------------------*/
ul.btn_set_jalert{
	text-align:center;
	position:absolute;
	bottom:15px;
	width:470px;
	padding-left:5px;
}
ul.btn_set_jalert li{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-right: 10px;
}
ul.btn_set_jalert li a{
	display:block;
	width:120px;
	color: #fff;
}
a.glaybtn_jalert{
	display:block;
	width:140px;
	height:12px;
	background-color: #333;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size:12px;
	text-align: center;
	line-height:1em;
	padding:16px 0px;
}
a.glaybtn_jalert:hover {
	text-decoration:none;
	background-color: #666;
	border: none;
	cursor: pointer;
}
a.adminbtn_jalert{
	display:block;
	width:140px;
	height:12px;
	background-color: #333333;
	text-shadow: none;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size:12px;
	text-align: center;
	line-height:1em;
	padding:16px 0px;
}
a.adminbtn_jalert:hover {
	text-decoration:none;
	background-color: #666666;
	border: none;
	cursor: pointer;
}

/*----------------------------------------------------
	popup
----------------------------------------------------*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	z-index:90000;
	background-color:#000;
	display:none;
}

/* Z-index of #mask must lower than #boxes .window */
#upmask {
	position:absolute;
	z-index:90001;
	background-color:#000;
	filter: alpha(opacity=0.7);
	-ms-filter: "alpha(opacity=0.7)";
	-moz-opacity:0.7;
	opacity:0.7;
}
