@charset "utf-8";
.contact01 {
	font-family: "微軟正黑體";
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 2em;
}
.contact01b input {
	font-family: "微軟正黑體";
	font-size: 1.3em;
	float: right;
	padding-right: 1em;
	padding-left: 1em;
}
.form-group label {
	font-family: "微軟正黑體";
	font-weight: lighter;
	color: #333;
}
.chinkbox {
	font-size: 1.2em;
}
.contact02 {
	text-align: center;
	margin-top: 2em;
}
.contact02 b {
	background-image: url(../img/contact01.png);
	background-repeat: repeat-x;
	background-position: center center;
	display: block;
	padding-top: 0.5em;
	margin-bottom: 3em;
}
.contact02 b span {
	border: 1px solid #666;
	background-color: #FFF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #999;
	font-size: 1.5em;
	font-family: "微軟正黑體";
	color: #333;
}
.contact02 p {
	font-size: 1.1em;
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
.contact02 group{
	text-align: left;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contact02 group a {
	margin-right: 0.5em;
	color: #000073;
}


.form-group {
	font-family: "微軟正黑體";
	color: #000;
	font-weight: bold;
}

.map {
	margin-top: 2em;
	margin-bottom: 4em;
}

.contact03 code {
	display: block;
	float: left;
}

.contact03 code2 {
	display: block;
	float: left;
}

.contact03 code3 {
	text-align: left;
	display: block;
	float: left;
	font-family: "微軟正黑體";
	font-weight: lighter;
	color: #F00;
	font-size: 1em;
}

/**********************************************/
@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){}
@media(max-width:768px){}
@media(max-width:640px){}
@media(max-width:480px){
	.contact01b button {
	font-family: Arial;
	font-size: 1.2em;
	float: right;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
	}
	
	
	
@media(max-width:320px){}
