@chatset "UTF-8";/* class開頭不能為數字 */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	/* font-weight:normal;*/
	line-height: 1.0;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldest {
	margin: 0;
	padding: 0;
}
/* html{
	 overflow:scroll;
	 overflow:-moz-scrollbars-vertical;
	 overflow-x:scroll;
} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "黑體-繁", "Heiti TC", "華文黑體", "STHeiti", "儷黑 Pro", "LiHei Pro Medium", Arial, Helvetica, "serif";
 *font-size:small;/* IE整體small */
 *font:x-small;/* IE6/7後方互換模式是x-small */
}
table {
	font-size: inherit;
	font: 100%;/* 迴避IE6以前版本，對table字型尺寸繼承問題 */
}
pre, code, kbd, samp, tt {
	font-family: Monafont;
 *font-size:108%;
	line-height: 100%;/* 解決IE pre,code字寬問題 */
}
.xx img {
	/* 圖片限制大小 */
	max-width: 224px;
 _width: expression(this.width<224px?"auto":"224px");
	max-height: 224px;
 _height:expression(this.height<224px?"auto":"224px");
}
.xx p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 260px;/* 文字超出變.. */
}
table {
	border-collapse: collapse;
}
table th {
	border: 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #333;
	line-height: 2em;
}
table td {
	border: 0px;
	padding: 5px 2px;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
}
.keyin2 {
	background: white;
	border: 1px #ccc solid;
	color: #333;
	font-size: 12px;
	padding: 5px;
	margin-right: 5px
}
.keyin2a {
	background: white;
	border: 1px #ccc solid;
	color: #333;
	font-size: 12px;
	padding: 2px;
	margin-right: 5px;
}
.keyin2b {
	background: white;
	border: 1px #ccc solid;
	color: #333;
	font-size: 12px;
	padding: 2px;
	margin-right: 5px;
}
.keyin3 {
	padding: 3px;
	vertical-align: middle;
	background: black;
	border: 1px #676664 solid;
	color: white;
	font-size: 12px;
	margin-left: 2px;
}
/* ---------------------------------------------------------------------------------------------------------start */
body, html {
	/* .push must be the same height as .footer */	
	padding: 0;
	background: url('../images/news_house_bk.gif');
	margin: 0;
}
h2 {
	line-height: 2em;
	text-align: center;
	font-size: 20px;
}
h3 {
	padding: 10px 0;
	text-align: right;
	color: #888;
	font-size: 13px;
	background: url('images/line01.gif') repeat-x bottom;
}
.news_top {
	background: url('../images/news_house_01.gif') no-repeat;
	width: 73px;
	height: 73px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
.news_all {
	padding: 60px 15px 50px 15px;
    box-sizing: border-box;
    width: 100%;
}
.news_note {
	color: #666;
	line-height: 1.8em;
	font-size: 16px;
	z-index: 100;
}
.news_pic{
	
	float: left;
	margin: 15px
}
.window {
	width:auto !important;
}
.window img {
	max-width:100%;
	height:auto;
}
.windowaa {
	color:#FFFFFF;
	background-color:#b81c22;
	display:inline-block;
	padding:10px 15px;
	margin:0 0px 0 0;
	border-radius: 0.5em;
}

/*@media (max-width: 650px) { 
	.news_note
	{
		width:490px;padding:10px 0;color:#666;line-height:1.8em;font-size:12px;z-index:100
	}
}

@media (min-width: 651px) and (max-width: 1000px) {
	.news_note
	{
		width:800px;padding:10px 0;color:#666;line-height:1.8em;font-size:12px;z-index:100
	}
}

@media (min-width: 1000px) and (max-width: 2048px) {
	.news_note
	{
		width:1500px;padding:10px 0;color:#666;line-height:1.8em;font-size:12px;z-index:100
	}
}*/
