@charset "utf-8";
/* CSS Document */
#content{
	width:980px;
	margin:15px auto;
	padding-top:8px;
}
.CONTAINER{
	width:600px;
	height:570px;
	float:left;
	}
	
.CONTAINER .title{
	width:100%;
	height:60px;
	/*background-color:#129aa7;*/
	font-size:17px;
	color:#333;
	font-family:"微軟正黑體";
	line-height:60px;
	text-align: left;
}
	
.CONTAINER .main{
	width:600px;
	height:535px;min-width: 600px;
	}
	
.CONTAINER .main table{
	margin:8px auto;
	
	font-size:15px;
	color:#909090;
	font-family:"微軟正黑體";
	letter-spacing:1px;}	
	

.CONTAINER_TV{
	width:620px !important;
	height:570px;
	float:left;
	}
	
.CONTAINER_TV .title{
	width:100%;
	height:60px;
	/*background-color:#129aa7;*/
	font-size:17px;
	color:#333;
	font-family:"微軟正黑體";
	line-height:60px;
	text-align: left;
}
	
.CONTAINER_TV .main{
	width:600px;
	height:620px;min-width: 600px;
	}
	
.CONTAINER_TV .main table{
	margin:40px 50px;
	font-size:15px;
	color:#909090;
	font-family:"微軟正黑體";
	letter-spacing:1px;}	
	
.cooperation_submit{
	border:none;
	width:119px;
	height:40px;
	font-family:"微軟正黑體";
	font-size:14px;
	cursor:pointer;
    color: rgb(255, 255, 255);
	line-height: 40px;
	text-align: center;
    background: #DD625E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.cooperation_remove{
	border:none;
	width:119px;
	height:40px;
	font-family:"微軟正黑體";
	font-size:14px;
	cursor:pointer;
    color: rgb(255, 255, 255);
	line-height: 40px;
	text-align: center;
    background: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.Map_Box{
	width:980px;
	height:250px;
	margin:10px auto 0;
}
.Company_Info{
	float:left;
	width:440px
}
.Company_Info h5{
	font-size:16px;
	color:#808080;
	margin:0px;
	padding:0px;
	line-height:30px;
	text-align:left;
}
.Company_Info p{
	text-align:justify;
	font-size:14px;
	color:#808080;
	padding-right:10px;
	line-height:26px;
	margin-bottom:10px;
}
.Company_Info p strong{color:#dd388e;}
.Company_Info p span{color:#00aeef;}

.cooperation_submit:hover{background:#E33933;}
.cooperation_remove:hover{background:#ccc;}

.contact_company_info {width:360px; float: left; text-align:left}
.contact_TV_company_info {width:270px; float: left;}

#content .title {
    padding: 0;
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
}
#content .title h3 {
    display: inline;
    font-size: 24px;
    line-height: 36px;
    color: #dc0800;
    font-family: "微軟正黑體", Arial, sans-serif, "新細明體";
    font-weight: normal;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
#content .title_hr {
    margin: 0;
    padding: 0;
    height: 10px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}
.contact_company_info ul.contact_company_content li {
    height: 30px;
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
	text-align: left;
}