﻿@charset "utf-8";

/*--- 180308 ---*/
/*--- HEADER ---*/
.header_slogan{
	width: 100%;
	height: 60px;
	background-color: #fff;
	*background-color: #f7f7f7;
}
.header {
	width: 100%;
	height: 40px;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	*background-color: #f7f7f7;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.header img {
	width: auto;
	height: 35px;
}
.header-in{
	width:1000px; 
	margin: 0 auto;
}
.twlogo{
	float: left;
	margin-top: 16px;
}
.twlogo img{
	float: left;
	width:150px;
}
.twlogo p{
	float: left;
	color: #04328d;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 4px;
}
.twlogo span{
	margin: 0 10px;
}
.header-chat{
	float: right;
	color: #333;
	font-size: 15px;
	margin-top: 10px;
}
.header-chat img{
	width: 40px;
	height: 40px;
	margin: 0 5px;
}
.header-chat p{
	display: inline-block;
	margin:0 2px;

	*float: left;
	*margin-top: 10px;
	float: left \9;
	margin-top: 10px \9;
}
.header-chat span{
	font-size: 12px;
	color: #999999;
	display: inline-block;
}
.header-chat a:hover{
	_filter:alpha(opacity=80);/*IE6*/
　	filter:alpha(opacity=80);/*IE7*/
　	-moz-opacity: 0.8;/*fireFox*/
	opacity: 0.8;
}


/*--- Footer ---*/
.newfooter{
	width: 100%;
	height: 80px;
	background-color: #333333;
	text-align: center;
	line-height: 80px;
	color: #fff;
	overflow: hidden;
}
.footer-in{
	width: 260px;
	margin: 0 auto;
}
.newfooter_share{
	float: right;
	margin-top: -2px;
}
.newfooter_share span{
	font-size: 12px;
	margin-left: 5px;
}
.newshare_icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
}
.newshare_icon:hover{
	_filter:alpha(opacity=80);/*IE6*/
　	filter:alpha(opacity=80);/*IE7*/
　	-moz-opacity: 0.7;/*fireFox*/
	opacity: 0.7;
}
.newfooter_tel a{
	float: left;
	color: #fff;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif,"微軟正黑體";
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/*--- RWD ---*/
@media only screen and (max-width: 568px) {
	.newfooter { line-height: 2.2; padding-top: 15px;}
	.newfooter_tel a{ float: none; }
	.newfooter_share{ float: none; margin-left: -10px; }
}
@media all and (max-width:1000px){
	.header-in{width: 96%; margin: 0 auto;}
}
@media all and (max-width:610px){
	.twlogo p{display: none;}
	.twlogo img{ width: 140px; margin-left:5px;}
}

@media only screen and (max-width: 350px) {
	.header-chat p { display: none !important;}
}




