@charset "utf-8";
/* CSS Document */

.article{
	clear:both;
	padding:0 30px 15px 30px;
	overflow:hidden;}
	
.article_wrap{
	width:720px;
	margin:0 auto;
	font-size:16px;
	margin-bottom:40px;}
	
.article_title{
	font-size:36px;
	color:#00b7c7;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d2d2d2;}
	
.article_content{
	display:block;
	line-height:1.7;
	font-size:16px;
	color:#333;
	margin-bottom:10px;}

.article_content p{
	display:block;
	line-height:1.7;
	font-size:16px;
	color:#333;}
	
.address{
	float:left;
	font-size:20px;
	color:#333;
	margin-right:20px;
	margin-bottom:10px;}
	
.telephone{
	float:left;
	font-size:16px;
	color:#333;
	margin-bottom:20px;}
	
.circle{
	float:left;
	display:block;
	color:#fff;
	font-weight:normal;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	background-color:#785e49;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top:5px;}
	
.num{
	float:left;
	margin-right:5px;}
	
/*===聯絡表單===*/

table{
	display:block;
	width:100%;
	margin:0 auto;}
	
td.TdWdith01{
	width:100px;}
	
td.TdWdith02{}
	
.share_form{
	margin:0 auto;
	padding:10px;
	width:780px;
	font-size:15px;
	color:#333;
	line-height:26px;}
	
.textfield1{
	height:30px;
	border:1px solid #999;
	background-color:#fff;
	font-size:15px;
	color:#333;}
	
.article_box{
	height:250px;
	width:720px;
	border:1px solid #999;
	background-color:#fff;
	font-size:15px;
	color:#333;}
	
.button{
	font-size:12px;
	color:#333;
	padding:2px 5px;}
	
.submit1 {
	/*width:90px;
	height:30px;*/
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	padding:8px 20px;
	margin:2px;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	background-color:#785e49;
	border-style:none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.submit1:hover{
	cursor: pointer;
	background-color:#666;
	color:#fff;
	/*background-position:left bottom;*/}

.reset1 {
	/*width:90px;
	height:30px;*/
	font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	padding:8px 20px;
	margin:2px;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	background-color:#785e49;
	border-style:none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.reset1:hover{
	cursor: pointer;
	background-color:#666;
	color:#fff;}
	
.rwd-break{
	display:none;}
	
@media screen and (max-width: 1024px) {
	
.article_title{
	font-size:30px;
	color:#00b7c7;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d2d2d2;}

.article{
	clear:both;
	padding:10px 25px 5px 25px;}
	
.article_wrap{
	width:640px;
	font-size:15px;}
	
.address{
	float:left;
	font-size:18px;
	color:#333;
	margin-bottom:10px;}
	
.telephone{
	float:left;
	font-size:16px;
	color:#333;
	margin-bottom:20px;}
	
.circle{
	float:left;
	display:block;
	color:#fff;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top:2px;}
	
.article_content{
	display:block;
	line-height:1.7;
	font-size:14px;
	color:#333;
	margin-bottom:10px;}
	
td.TdWdith01{
	width:80px;}
	
.textfield1{
	height:28px;
	border:1px solid #999;
	background-color:#fff;
	font-size:15px;
	color:#333;}
	
.article_box{
	height:200px;
	width:500px;
	border:1px solid #999;
	background-color:#fff;
	font-size:15px;
	color:#333;}	
	
.rwd-break{
	display:none;}
}
@media screen and (max-width: 768px) {
	
.article_wrap{
	width:560px;
	font-size:15px;}
	
.article_box{
	height:200px;
	width:500px;
	border:1px solid #999;
	background-color:#fff;
	font-size:15px;
	color:#333;}
	
	}	
@media screen and (max-width: 640px) {
.article_wrap{
	width:250px;
	font-size:14px;}

td.TdWdith01{
	width:80px;}
	
.address{
	float:left;
	font-size:14px;
	color:#333;
	margin-right:0px;
	margin-bottom:5px;}
	
.telephone{
	float:left;
	font-size:14px;
	color:#333;
	margin-bottom:10px;}
	
.circle{
	float:left;
	display:block;
	color:#fff;
	font-weight:normal;
	text-align:center;
	width:16px;
	height:16px;
	line-height:16px;
	background-color:#785e49;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top:2px;}
	
.num{
	float:left;
	margin-right:5px;}
	
.article_title{
	font-size:26px;
	color:#00b7c7;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d2d2d2;}
	
.article_box{
	height:200px;
	width:250px;
	border:1px solid #999;
	background-color:#fff;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;}
	
.rwd-break{
	display:block;}
	
.textfield1{
	height:28px;
	border:1px solid #999;
	background-color:#fff;
	font-size:14px;
	color:#333;}
	
.submit1 {
	/*width:90px;
	height:30px;*/
	padding:8px 20px;
	margin:2px;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	background-color:#785e49;
	border-style:none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.reset1 {
	/*width:90px;
	height:30px;*/
	padding:8px 20px;
	margin:2px;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	background-color:##785e49;
	border-style:none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
}