﻿@charset "utf-8";
.nobr{white-space: nowrap;}
#notification{font-family:Arial,PMingLiU, Helvetica, sans-serif; font-size:16px; position:fixed; top:0px; left:0px; width:100%; height:100%; background-image:url(/_inc/js/notification/bg_a70.png); line-height:1.4em;
z-index:90;}
#notification .nnbg{position:absolute;width:100%;height:100%;top:0px;left:0px;z-index:4;}
#notification .inside{position:absolute;background:url(/_inc/js/notification/slogo.gif) no-repeat 10px  bottom;height: 320px;width: 620px;
margin:-140px 0px 0px -250px;
top: 50%;left: 50%;
text-align: left;
background-color: #fff;
z-index:5;
padding:10px 20px;color:#000;}
#notification h3{ margin:0px; padding:0px; font-size:1em; color:#900; background:none; line-height:1.6em;}
#notification h3 strong{color:#000;}
#notification ol{ font-size:1em;color: #000;margin:1.5em 0px 10px 2px;padding:0px;}
#notification ol li{margin:0px;padding:0.2em 0px; position:relative; border-bottom:1px dotted #CCC;font-size:1em; line-height:1.5em;}
#notification ol li a{color: #000;text-decoration: none;}
#notification ol li a:hover{color:#007DCD; text-decoration:underline;}
#notification li em{color:#cc0000;position:absolute;right:10px;font-style:normal;font-weight:normal;}
#notification .morep{ text-align:center;}
#notification .morep a{color:#007DCD;text-decoration: none;}
#notification .morep a:hover{color:#007DCD;text-decoration:underline;}
#notification .close{position: absolute;bottom:5px;right:10px;}
#notification .close a{ display:block;background:#333; color:#fff;margin:0px; padding:2px 8px;text-decoration: none;}
#notification .close a:hover{color:#fff;background:#666;text-decoration:none;}
#notification .close_top{ position: absolute;top:-9px;right:-7px;}
#notification .close_top a{ text-align:center; width:1.3em;font-size:16px; font-family:Arial, Helvetica, sans-serif; border:2px solid #fff; border-radius:0.9em; display:block;background:#333; color:#fff;margin:0px; padding:0;text-decoration: none;}
#notification .close_top a:hover{color:#fff;background:#666;text-decoration:none;}
/* 橫式 */
@media screen and (max-width:600px), screen and (orientation: portrait) {
#notification{font-family:Arial,'Microsoft JhengHei',PMingLiU, Helvetica, sans-serif;font-size:16px;}
#notification .inside{ width:90%;height: auto;box-sizing: border-box;
margin:0 auto 0 auto;    padding: 0.5em 5% 1.5em;left: 5%;
top: 20%;}
}