.box-modal {
	position: relative;
	width: 568px;
	margin-left: auto;
	margin-right: auto;
	/*padding: 16px;*/
	color: #000;
	line-height:1.8;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	font: 13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.box-modal div{ margin-bottom:10px; /*line-height:1.8;*/}
.box-modal_close {
	/*position: absolute;
	float: right;
	right: 0px;
	top: 6px;
	font-size: 55px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	cursor: pointer;*/
}
.box-modal_close1 {
	position: absolute;
	top: 6px;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	color: #999;
}
.g-hidden {
	display: none;
}
.caption_title {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
	border: 0px solid #F00;
}
.notice_number {
	float: left;
	left: 0px;
	width: 15%;
	line-height: 40px;
	font-size: 13px;
}
.notice_number img {
	float: right;
	margin-right: 20px;
	padding-top: 10px;
}
.notice_txt {
	float: left;
	left: 0px;
	width: 75%;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 3px;
}
.notice_title {
	width: 100%;
	height: 189px;
	background: url(../images/room/notice_title.png) no-repeat center top;
	margin-bottom: 30px;
}
.bottom_line {
	width: 100%;
	height: 51px;
	background: url(../images/room/bottom_line.png) no-repeat center top;
	margin-top: 30px;
}
.box-modal2 {
	/*position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	color: #333;
	background-color:rgba(255, 255, 255, 1);
	background-color: #3c3c3c;
	font: 13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;*/
}
.box-modal2_close {
	position: absolute;
	float: right;
	right: 0px;
	top: 6px;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}
.box-modal2_close1 {
	position: absolute;
	top: 6px;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	color: #999;
}
@media screen and (max-width: 1060px) {
.notice_txt {
	width: 100%;
	box-sizing: border-box;
}
}