/*---------------------------------------------------
	通知ポップアップ
---------------------------------------------------*/

#notice_popup_area{
	display: none;
	position: fixed;
	max-height: 700px;
	overflow-y: auto;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	background-color: #F0F0F0;
	border: 3px double #999;
	border-radius: 5px;
	box-shadow: 3px 3px 2px #666;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	z-index: 100;
}

#notice_popup_template{
	display: none;
}

.notice_popup{
	display: none;
	width: 194px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.notice_popup .btn_notice_close{
	cursor: pointer;
}
.notice_popup .yotei_bar{
	width: 100%;
	height: 18px;
	padding: 3px;
	color: #FFF;
	background-color: #C9514D;
	border-radius: 5px;
}
.notice_popup .prev_yotei_bar{
	width: 100%;
	height: 18px;
	padding: 3px;
	color: #FFF;
	background-color: #444;
	border-radius: 5px;
}
.notice_popup .yotei_datetime{
	font-weight: bold;
}
.notice_popup .contents{
	padding: 3px;
	font-size: 11px;
	margin-bottom: 5px;
}
.notice_popup .contents .rel_info{
	color: #F00;
}
.notice_popup .rel_function{
	display: none;
	text-align: right;
}
.notice_popup .notice_tanto_name{
	padding: 1px 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;
	border-radius: 3px;
}
