@charset "utf-8";
/* CSS Document */

.title{
	text-align:center;
}
.article{
	margin:0 auto 40px;
	padding:0 15px;
	overflow:hidden;
	max-width:780px;
	text-align:center;
}

.article h2{
	position:relative;
	font-weight:normal;
	color:#fff;
	font-size:1.2em;
	line-height:1;
	margin:20px auto;
	overflow:hidden;
	max-width:560px;
}

.tLineL, .tLineR {
	position:absolute;
	width:50%;
	height:20px;
	background:url(../images/tLine.png) 0 11px repeat-x;
	display:inline-block;
}

.tLineL{ left:-60px;}
.tLineR{ right:-60px;}


.contactInfo{
	text-align:left;
	margin-top:40px;
}
.map{
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.info{
	overflow:hidden;
	font-size:0.8em;
	color:#bbb;
}
.com{
	color:#FFF;
	font-size:1.2em;
	margin-bottom:20px;
}
.info li{overflow:hidden;}
.tt{
	float:left;
	width:40px;
}
.info a{color:#bbb;}
.info a:hover{color:#FFF;}
.link{
	font-size:0.8em;
	text-align:center;
	width:30px;
	margin-top:20px;
}
.link img{margin:0 auto;}


/*線上諮詢*/
.consult{
	font-size:0.8em;
	color:#bbb;
	text-align:left;
}
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}

input[type="radio"] { 
	-webkit-appearance: radio; /*Safari/Chrome*/
	-webkit-border-radius: 10px; 
}

.subT{
	color:#FFF;
	font-size:1.2em;
}

.wBase{
	float:left;
	margin-right:20px;
	min-width:230px;
}

.wInfo{
	border-left:#999 dotted 1px;
	padding-left:20px;
	overflow:hidden;
}

.w1{
	float:left;
	width:80px;
}
.w2{
	overflow:hidden;
}
.w2 span{
	display:inline-block;
	width:24%;
}
.input01{
	width:100%;
	background:rgba(255,255,255,0.2);
	border:none;
	color:#FFF;
}

.input02{
	width:98%;
	height:60px;
	background:rgba(255,255,255,0.2);
	border:none;
	color:#FFF;
}
.message{
	margin-top:5px;
}
.code div{
	max-width:100px;
	float:left;
	margin-right:10px;
}

.consult a{
	color:#FFF;
}

.mailBtn{
	text-align:center;
	margin:40px 0 0;
}
.mailBtn a{
	margin:0 5px;
	display:inline-block;
	border:rgba(255,255,255,0.5) solid 1px;
	padding:0 5px;
}
.mailBtn a:hover{
	background:#FFF;
	color:#000;
}


@media screen and (max-width:1000px){
.article{
	max-width:500px;
}
.map{
	float:none;
	margin:0 0 20px;
}	

/*線上諮詢*/
.wBase{
	float:none;
	margin-right:0px;
	margin-bottom:20px;
}
.wInfo{
	border-left:none;
	padding-left:0px;
	border-top:#999 dotted 1px;
	padding-top:20px;
}
}

@media screen and (max-width:960px){
	.title h1{ font-size:1.5em; }	
	.article h2{ font-size:1em;	}
}
@media screen and (max-width:540px){
.w2 span{
	width:32%;
}
}
@media screen and (max-width:480px){
.w1{
	float:none;
}
}
@media screen and (max-width:400px){
.map img{
	height:220px;
}	
.w2 span{
	width:49%;
}
}