@charset "utf-8";
.video {
	background-image: url(../../img/video_bg.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 705px;
	padding: 10px;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 13px;
	line-height: 20px;
	overflow:hidden;
}
.video a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.video table tr td{
	overflow:hidden;
	line-height:1.5em;
	word-wrap: break-word; /* 強制換行 */ 
    word-break:break-all;  /* 強制換行 */ 
}
.video_tit {
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	margin:0 0 20px;
	color: #000000;
}
