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


#wrapper #content_wrap {
	float:left;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #ffffff;
}

#wrapper #content_wrap #content {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1000px;
	min-height: 750px;
}





/*產品介紹-列表*/
#productListBox ul {
}

#productListBox ul li {
}

#productListBox ul li a img {
	border: 1px solid #969291;
	margin-bottom: 5px;
}

#productListBox ul li a:hover img {
	border: 1px solid #289495;
	-webkit-box-shadow: 0px 0px 0px 1px #289495;
	-moz-box-shadow: 0px 0px 0px 1px #289495;
	box-shadow: 0px 0px 0px 1px #289495;
}

#productListBox ul li a {
	text-decoration: none;
}

#productListBox ul li a p {
	color: #494949;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.95em;
}

#productListBox ul li a:hover p {
	color: #dc0409;
}





/*產品介紹-內頁*/
#productBox .content {
	float: left;
	width: 100%;
	padding-top: 15px;
	font-weight: normal;
}

#productBox .content h2 {
	text-align: center;
	color: #000;
}





/*公司介紹*/
#aboutBox .content {
	float: left;
	width: 100%;
	padding-top: 15px;
}





/*最新消息-列表*/
#newsListBox ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: auto;
}

#newsListBox ul li {
	float: left;
	min-height: 110px;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/index_new_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#newsListBox ul li .newsDate {
	background-image: url(../images/index_new_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	font-size: 0.95em;
	text-indent: 22px;
	line-height: 27px;
	height: 25px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	float: left;
	width: 100%;
}

#newsListBox ul li .newsTitle {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	color: #000;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	float: left;
	width: 100%;
	font-weight: bold;
}

#newsListBox ul li .newsContent {
	font-size: 0.95em;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 100%;
}

#newsListBox ul li .newsMore {
	font-size: 0.8em;
	color: #000;
	text-align: center;
	float: right;
	height: 25px;
	width: 110px;
	border: 1px solid #000;
	text-decoration: none;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

#newsListBox ul li .newsMore:hover {
	color: #FFF;
	border: 1px solid #e2461e;
	background-color: #cf0304;
}





/*最新消息-內頁*/
#newsBox .content {
	float: left;
	width: 100%;
	padding-top: 15px;
}

#newsBox .content .newsTitle {
	font-size: 1.1em;
	color: #000;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsBox .content .newsTitle .newsDate {
	background-image: url(../images/index_new_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	font-size: 0.85em;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
	float: right;
	width: 100px;
	text-indent: 20px;
	font-weight: normal;
}





/*服務項目*/
#serviceBox .content {
	float: left;
	width: 100%;
	padding-top: 15px;
}




/*聯絡我們*/
#contactBox  {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

#contactBox  #contactContent  {
	min-height:700px;
}

#form {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#contactContent .left {
	padding-top: 50px;
}

#form #formTable {
	width: 100%;
}

#form #formTable tr  {
	font-weight: normal;
	height: auto;
	width: 100%;
}

#form #formTable tr th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	font-size: 1.1em;
	height: 20px;
	vertical-align: top;
	min-width:82px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

#form #formTable tr td {
}

.form-words1, .form-words2, .form-words3, .form-words4, .form-words5 ,#form textarea{
	border: 1px solid #7a7a7a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.1em;
	color: #333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}

.form-words1:focus, .form-words2:focus, .form-words3:focus, .form-words4:focus, .form-words5:focus ,#form textarea:focus{
	outline:none;
}

.form-words1 {
	width: 50%;
}

.form-words2 , .form-words4{
	width: 80%;
}

.form-words3 {
	width: 60%;
}

.form-words5 {
	width: 100%;
	height: 190px;
}

#codeBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 80%;
	border: 1px solid #d2d2d2;
	height: 60px;
}

#form #formTable tr td label {
	padding-right: 5px;
	padding-left: 5px;
}

#form .form-btn {
	border: 1px solid #333333;
	line-height: 28px;
	height: 35px;
	width: 120px;
	font-size: 1.1em;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 20%;
	background-color: #FFF;
}

#form .form-btn:focus {
	border: 1px solid #999999;
	background-color: #F0F0F0;
	outline:none;
}

#contactContent .right {
	padding-top: 50px;
}

#contactContent .right #map {
	margin-bottom: 10px;
	width: 99.9%;
	float: right;
	border: 1px solid #b1afb0;
}

#contactContent .right #map iframe {
	float: left;
	width: 100%;
	height: 462px;
}

#contactContent .right p{
	font-size: 0.9em;
	color: #000;
	font-family: Helvetica, Arial, "微軟正黑體", "Microsoft JhengHei", "華文細黑", "STHeiti Light", "冬青黑體", "Hiragino Sans GB", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}





/*inside*/
/*店面環景*/
#restaurantBox {
	float: left;
	width: 100%;
}

#restaurantBox #restaurant {
	width: 100%;
}

#restaurantBox #restaurant iframe {
	float: left;
	width: 100%;
	min-height: 750px;
}




