/*common*/
/*pop-up*/
.pop-up-notice .notice-box {
	border: 1px solid #a9cbf0;
	background-color:#ffffff;
	padding-bottom:30px;
}
.pop-up-notice a {
	color: #005197;
}
.pop-up-notice a:hover {
	color: #c80000;
}
.pop-up-notice p {
	margin:10px 20px;
	line-height:24px;
	text-indent:2em; 
}
.pop-up-notice .title {
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #fff;
	background-color: #dde9f4;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	cursor: move;
	display: none;
}
.pop-up-notice .title .close {
	margin-top: 10px;
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../img/icon.png) no-repeat 0 -958px;
}
/*.pop-up-notice .title span {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}*/
.pop-up-notice h1 {
	margin:30px 20px 0 20px;
	font-size: 14px;
	font-weight:bold;
	width:528px;
	text-align:center;
	color: #021446;
}
.pop-up-notice h1 p {	
	margin: 0;
}
.pop-up-notice .date {
	padding:0;
	margin-bottom:0px;
	font-size: 12px;
	color: #999;
	text-indent:0em;
}
.pop-up-notice .note{
	margin-top:30px;
	text-indent:0em;
}

.pop-up-notice .scrollbar {
	width: 568px;
    height: auto !important;
    margin-bottom: 5px;
    max-height: 350px;
	height: auto !important;
	height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*end pop-up */

