@charset "utf-8";
body {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #333;
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
}
table tr td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
/*表單設定*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
select {
	border: 1px solid #ccc;
	padding: 8px 1px;
	color: #666;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
	display: none;
}
#menu-btn {
	display: none;
}
#toolbarnav {
	display: none;
}
/*主內容*/
#content {
	padding-top: 100px;
}
#pagebody {
	margin: 0;
}
#w {
	margin: 0;
}
}
/*統一設定*/
.rel {
	position: relative;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	width: auto !important;
	width: 980px;
}
.container02 {
	margin: 0 auto;
	width: 90%;
}
.container04 {
	margin: 0 auto;
	padding: 25px;
}
.addtop0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.addtop25 {
	padding-top: 25px;
}
.addtop50 {
	margin-top: 50px !important;
}
.addtop100 {
	margin-top: 100px !important;
}
.addleft25 {
	margin-left: 25px;
}
.addbottom25 {
	margin-bottom: 25px;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
	display: block;
}
.mobile {
	display: none;
}
/*全網站icon設定*/
.icon-home{
  background: url(../images/svg/home.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	-o-background-size:20px;
	background-size:20px;	
	padding-left: 25px;
}
.icon-arrow{
  background: url(../images/svg/arrow.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	-o-background-size:20px;
	background-size:20px;	
	padding-left: 25px;
}
.icon-phone{
  background: url(../images/svg/phone.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	-o-background-size:20px;
	background-size:20px;	
	padding-left: 25px;
}
.icon-time{
  background: url(../images/svg/time.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	-o-background-size:20px;
	background-size:20px;	
	padding-left: 25px;
}
.icon-line{
  background: url(../images/line.png) 1px 3px;
	background-repeat: no-repeat;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	-o-background-size:20px;
	background-size:20px;	
	padding-left: 25px;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg02 {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.blue {
	color: #0589c5;
}
.red {
	color: #CD1B1E;
}
.green {
	color: #22ac38;
}
.white {
	color: #fff;
}
.orange {
 color: #eb6100;
}
.gold {
	color: #bfb575;
}
.font-big {
	font-size: 120%;
}
.font-small {
	font-size: 80%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
/*上方*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;		
	z-index: 250;
	background-image: url(../images/bg.jpg);
}
header.fix {
	width: 100%;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;	
	height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #1d1d1d;
}
#logo {
	position: absolute;
	top: 5px;
	left: 0;
	height: 80px;
}
header.fix #logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
}

/*純文字logo設定*/
#logo a {
 color: #000;
 font-weight: 300;
}
#logo span.big {
 font-size: 150%;
}
#logo div.small {
 font-size: 0.4em;
 padding-left: 3px;
}
/*純文字logo設定-fix*/
header.fix #logo a {
 color: #eee;
 font-weight: 300;
}
header.fix #logo span.big {
 font-size: 100%;
}
header.fix #logo div.small {
 display: none;
}

/*連結*/
nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 50px;
	right: 0;
}
nav li {
	list-style-type: none;
}
header.fix nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 0;
	right: 45px;
}
header.fix nav li ,header.fix nav li a{
	color: #fff;
}
/*第一層*/
ul.navigation li {
	position: relative;
	list-style-type: none;
	z-index: 100;
	display: inline-block;
	color: #434343;
	text-align: center;
	font-size: 1em;
	line-height: 50px;
	padding: 0 10px;
}
ul.navigation li a {
	display: block;
	text-align: center;
	color: #434343;
}
ul.navigation li:hover a{
	color: #fff;
}
ul.navigation li:last-child {
	border-right: none;
}
ul.navigation li ul {
	width: 100%;
	display: none;/*隱藏*/
	position: absolute;
	left: 0;
}
ul.navigation li:hover > ul {
	display: block;/*出現*/
}
ul.navigation ul li {
	color: #fff;
	width: 100%;
	background: #433d3b;
	line-height: 25px;
	padding: 10px 0;
}
ul.navigation ul li:hover {
	background: #4eaaae;
}
ul.navigation ul li:last-child {
	border-bottom: none;
}
/*連結高度*/
.addheight {
	text-align: center;
}
.addheight:hover {
	background: #433d3b;
	color: #fff;
}
.addheight ul li a {
	color: #fff;
}
.addheight ul li a:hover {
}

/*上方連結*/
#top-link {
 position: absolute;
 top: 15px;
 right: 20px;
}
#top-link ul {
 list-style-type: none;
 text-align: right;
}
#top-link li {
 display: inline-block;
}
#top-link li.line a {
 display: block;
 background: url(../images/00.line.png) no-repeat left center;
 -moz-background-size:20px 20px;
 -webkit-background-size:20px 20px;
 -o-background-size:20px 20px;
 background-size:20px 20px;
 padding-left: 23px;
 font-size: 1em;
 line-height: 25px;
 color: #59d038;
}
header.fix #top-link li.line span {
 display: none;
}
header.fix #top-link li.line a {
 width: 20px;
 height: 20px;
}


/*首頁banner*/
#banner {
	display: block;
	height: 500px;
}
#bannermobile {
	display: none;
}
.bannerin {
	display: block;
	width: 100%;
	height: 550px;
	background-position: center;
	/*background-position: right;*/
}
#word {
  position: absolute;
	top: 95px;
	left: 0;
	z-index: 1;
	width: 490px;
	padding: 35px 20px;
	background:rgba(0,0,0,0.8);
  box-shadow: 5px 5px 19px 9px #B5B5B5;
  -webkit-box-shadow: 5px 5px 19px 9px #B5B5B5;
  -moz-box-shadow: 5px 5px 19px 9px #B5B5B5;
  -o-box-shadow: 5px 5px 19px 9px #B5B5B5;
	color: #fff;
}
#word01 {
	font-size: 2.2em;
	margin-bottom: 3px;
}
#word02 {
	font-size: 2.4em;
	padding-bottom: 8px;
  margin-bottom: 15px;	
	font-weight: bold; 
	/*color: #4c4c4c;*/
	border-bottom: 1px solid #999b9f;
}
#word03 {
	font-size: 1.1em;
	margin-bottom: 25px;	
}
#word04 a {
	font-size: 1.2em;
  color: #fff;
	background: #4eaaae;
	padding: 10px 35px;
}

/*首頁-服務介紹*/
#index-service {
 margin: 20px 0 ;
}
#index-service > h2.title {
 font-size: 1em;
 /*padding-top: 10px;*/
}
#index-service > h3.title {
 font-size: 2.1em;
 color: #959595;
}
.service {
 float: left;
 width: 30%;
 margin: 1.5%;
}
.service-good {
 background: #2e3437;
 color: #fff;
 padding: 25px;
 text-align: center;
}
.service-good h4 {
 font-size: 1.5em;
 font-weight: 500;
}
.service-good ul {
 list-style-type: none;
}
.service-good li {
 display: inline-block;
 padding: 5px;
 font-size: 0.9em;
 background: url(../images/svg/check.svg) no-repeat left center;
 -moz-background-size:20px 20px;
 -webkit-background-size:20px 20px;
 -o-background-size:20px 20px;
 background-size:20px 20px;
 padding-left: 23px;
}

/*首頁-流程介紹*/
#index-step {
 background: url(../images/index-step-bg.jpg) top center no-repeat;
 width: 100%;
 /*height: 450px;*/
 padding: 50px 0;
}
#index-step > h2.title {
 font-size: 2.1em;
 color: #323232;
}
#index-step > h3.title {
 font-size: 1.7em;
 color: #707070;
 margin-bottom: 20px;
}
#index-step-list {
 color: #fff;
}
#index-step-list ul {
 text-align: center;
}
#index-step-list li {
 display: inline-block;
 text-align: left;
 width: 300px;
 height: 200px;
 padding: 40px 25px 40px 50px;
 margin-bottom: 10px;
 margin-right: -25px;
 font-size: 0.9em;
 -moz-background-size:100%;
 -webkit-background-size:100%;
 -o-background-size:100%;
 background-size:100%;
}
#index-step-list li.step01 {
 background: url(../images/index-step-bg.png) no-repeat left 0;
}
#index-step-list li.step02 {
 background: url(../images/index-step-bg.png) no-repeat left -200px;
}
#index-step-list li.step03 {
 background: url(../images/index-step-bg.png) no-repeat left -400px;
}
#index-step-list li.step04 {
 background: url(../images/index-step-bg.png) no-repeat left -600px;
}
#index-step-list li.step05 {
 background: url(../images/index-step-bg.png) no-repeat left -800px;
}
#index-step-list li > b {
 font-size: 2em;
 display: block;
 font-weight: 400;
 border-bottom: 2px solid #fff;
 padding-bottom: 15px;
}
#index-step-list li > p {
 font-size: 1.2em;
 padding-left: 10px;
 margin-top: 20px;
}
@media (min-width: 960px) and (max-width: 1550px) {
#index-step-list li {
 display: inline-block;
 text-align: left;
 width: 18%;
 height: auto;
 padding: 10px !important;
 margin-bottom: 5px;
 margin-right: 0;
 font-size: 0.9em;
 -moz-background-size:100%;
 -webkit-background-size:100%;
 -o-background-size:100%;
 background-size:100%;
}
#index-step-list li.step01 {
 background: #f2b063;
}
#index-step-list li.step02 {
 background: #f39525;
}
#index-step-list li.step03 {
 background: #ddb07a;
}
#index-step-list li.step04 {
 background: #c6937b;
}
#index-step-list li.step05 {
 background: #cb6b3e;
}
#index-step-list li > b {
 font-size: 1.7em;
 padding-bottom: 5px;
}
#index-step-list li > p {
 font-size: 1em;
 margin-top: 5px;
}
}

/*首頁-加入line介紹*/
#index-line {
 padding: 25px 0;
}
#index-line-img {
 float: left;
 width: 40%;
 text-align: right;
}
#index-line-txt {
 float: right;
 width: 55%;
 margin-left: 5%;
 padding-top: 20px;
 text-align: left;
}
#index-line-txt > h4 {
 background: url(../images/00.line.png) no-repeat left center;
 -moz-background-size:30px 30px;
 -webkit-background-size:30px 30px;
 -o-background-size:30px 30px;
 background-size:30px 30px;
 padding-left: 45px;
 font-size: 1.9em;
 line-height: 50px;
 color: #5d5d5d;
}
#index-line-txt > h4 a {color: #5d5d5d;}
#index-line-txt > h5 {
 background: #59d039;
 color: #fff;
 padding: 10px 35px;
 font-size: 1.5em;
 font-weight: 400;
 text-align: center;
 margin: 5px 0;
 width: 450px;
}
#index-line-txt > h5 a {color: #fff;}
#index-line-txt > h5 span {
 color: #fff100;
}
#index-line-txt > p {
 font-size: 1.2em;
 color: #59d039;
}


/*麵包屑*/
#sitemap {
	padding: 25px 0 0 0;
}
#sitemap ul {
	text-align: left;
}
#sitemap ul.right {
	text-align: right;
}
#sitemap li {
	display: inline-block;
	font-size: 0.8em;
	color: #666666;
	padding: 0 10px;
	border-right: 1px solid #666666;
	margin-left: -5px;
	line-height: 1em;
}
#sitemap li a {
	color: #666666;
}
#sitemap li:last-child {
	border-right: none;
}

/*內頁上方*/
#bannerin{
background-position: center;
background-repeat: repeat-x;
background-position: top;
padding: 10px 0 0 0;
height: 240px;
}

/*內頁共用*/
h1.title{
 text-align: center;	
 font-size: 2.2em;
 font-weight: normal;
 margin-top: 25px;
}
h2.title{
 text-align: center;
 font-size: 2.2em;
 font-weight: normal;
 margin-top: 25px;
}
h3.title{
 text-align: center;
 color: #cccccc;
 font-weight: normal;
}
.ckediter{
 padding: 10px;
}
.ckediter img {
	max-width: 100%;
	height:auto !important;
}
.ckediter-date {
	padding-left: 10px;
	color: #00a0e9;
}
/*回上頁*/
.back {
	width: 105px;
	margin: 50px auto;
	text-align: center;
	cursor: pointer;
	-mox-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back:hover {
	-mox-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.back span {
	float: left;
	display: block;
	padding: 5px;
}
/*分頁數字*/
#page {
	margin: 25px 0;
}
#page ul {
	text-align: center;
}
#page li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	color: #000;
}
#page li a {
	color: #999;
}
#page li a:hover {
	color: #000;
}


/*線上下訂*/
#order-step {
 margin: 10px 0;
}
#order-step ul {
 list-style-type: none;
 text-align: center;
 margin-bottom: 25px;
}
#order-step ul li {
 display: inline-block;
 padding: 0 5px;
}
#order-step ul li.active {
 color: #d68000;
}
#order-step ul li:after {
 content: " > ";
 color: #5cbfaf;
 font-weight: 900;
} 
#order-step ul li:last-child:after {
 content: "  ";
}

/*線上下訂-colume>list>half>b+block*/
.colume {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
}
.colume > h4 {
 background: #f6f5f4;
 padding: 8px 15px;
 color: #686868;
 font-size: 1.2em;
 font-weight: 400;
}
.colume >.list {
 border-bottom: 1px solid #ccc;
 padding: 25px 15px;;
 color: #686868;
 margin: 0 10px;
}
.colume >.list > .half {
 float: left;
 width: 50%;
}
.colume >.list:last-child {
 border-bottom: none;
}
.colume >.list b {
 float: left;
 min-width: 150px;
 line-height: 35px;
}
.colume >.list .block {
 float: left;
 width: calc(100% - 150px);
 line-height: 35px;
}
.colume >.list ul.order-select{
 list-style-type: none;
 text-align: left;
 margin-bottom: 10px;
 
}
.colume >.list ul.order-select li {
 display: inline-block;
 border: 1px solid #ccc;
 padding: 1px 15px;
 margin-right: 5px;
 margin-bottom: 10px;
 cursor: pointer;
 font-size: 0.9em;
}
.colume >.list ul.order-select li.on {
 background: #000;
 color: #fff;
}
/*下拉樣式*/
.colume >.list select {
  display: inline;
	width:160px;
	height: 35px;
  border: 1px solid #bfbfbf;
	padding:1px 5px;
	font-size:1em;
  /*移除箭頭樣式*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*改變右邊箭頭樣式*/
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
  background-position: right 10px center;
}
.colume >.list select:focus , .colume >.list option:focus{outline: none;}

/*input樣式*/
.colume >.list input[type="text"] , .colume >.list input[type="password"] {
	width:auto;
	padding:1px 5px;
	font-size:1em;
	height: 35px;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.inputcm {
  width: calc(50% - 15px) !important;
}
.colume >.list input:focus , .colume >.list option:focus{outline: none;}

/*textarea樣式*/
.colume >.list textarea {
  width: 100%;
}
/*線上下訂-其他*/
.colume >.list .order-result {
 font-size: 1.3em;
}
.colume >.list .order-price {
 font-size: 1.3em;
 color: #ec6941;
 float: left;
}
.colume >.list .order-remark {
 font-size: 1.3em;
 color: #ec6941;
  float: right;
}
#order-bottom {
 padding: 30px 0;
}
#order-bottom-remark {
 float: left;
 font-size: 1.3em;
}
#order-bottom-remark a {
 color: #d88100;
 border-bottom: 1px solid #d88100;
}
#order-bottom-btn {
 float: right;
}
#order-bottom-btn .btn{
 background: #434343;
 color: #fff;
 font-size: 1.1em;
 width: 200px;
 height: 45px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.colume >.list .te-right{
 text-align: right;
}
.colume .nopadding{
 padding: 5px 15px !important;
}
#order-bottom ul {
 list-style-type: none;
 text-align: center;
}
#order-bottom ul li {
 display: inline-block;
 margin: 10px;
}
#order-bottom ul li > .btn {
 background: #d0363d;
 color: #fff;
 font-size: 1.1em;
 width: 200px;
 height: 45px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
}
#order-bottom ul li > .btn02 {
 background: #8d8d8d;
 color: #fff;
 font-size: 1.1em;
 width: 200px;
 height: 45px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
}
#order-bottom ul li > a.btn02 {
 display: block;
 background: #8d8d8d;
 color: #fff;
 font-size: 1.1em;
 width: 200px;
 height: 45px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
}
#order-bottom ul li > .btn03 {
 background: #464646;
 color: #fff;
 font-size: 1.1em;
 width: 200px;
 height: 45px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 cursor: pointer;
}
ol.upload-note {
 margin: 25px;
}
ol.upload-note li {
 margin-bottom: 5px;
}

/*會員專區*/
#mobile-btn {
 display: none;
}
#account-link {
 margin: 25px 0;
}
#account-link ul {
 list-style-type: none;
 text-align: center;
}
#account-link ul li {
  display: inline-block;
	margin: 0 5px 5px 0;
}
#account-link ul li a {
 display: block;
 padding: 8px 15px;
 background: #b4b4b4;
 color: #fff;
}
#account-link ul li a:hover{
 background: #6a6a6a;
}
.account-style .clearfix {
  padding-bottom: 15px;
}

/*會員專區-密碼+驗證*/
#loginother {
}
#loginother ul {
	text-align: left;
}
#loginother li {
	display: inline-block;
	margin-right: 5px;
	list-style-type: none;
}
#loginother li a {
	font-size: 0.85em;
	color: #666;
	cursor: pointer;
	border-bottom: 1px solid #666;
}


/*會員註冊*/
h4.account-title {
 font-size: 2em;
 color: #686868;
 margin: 25px 0 15px 0;
 font-weight: 400;
}
h4.account-title span.en {
 font-size: 0.5em;
}
#forlogin {
 float: left;
}
#register-link {
 float: right;
 padding: 40px 5px 0 0;
}
#register-link a {
 color: #ec6941;
 font-weight: 900;
}

/*頁簽*/
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs li {
	float: left;
	width: 50%;
	text-align: center;
}
.nav-tabs li a {
  display: block;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #686868;
}
.nav-tabs li > a:hover {
 color: #686868 !important;
}
.nav-tabs  li a.active {
	color: #555;
	cursor: default;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tab-content {
 background: #fff;
 padding: 25px;
 border-left: 1px solid #ddd; 
 border-right: 1px solid #ddd; 
 border-bottom: 1px solid #ddd; 
}


/*訂單管理*/
.account-order {
 margin: 0 0 20px 0;
}
ul.account-order-upload-list {list-style-type: none;}
ul.account-order-upload-list li{
 padding-bottom: 5px;
}
ul.account-order-status{ list-style-type: none;}
ul.account-order-status li{
 font-size: 0.9em;
 padding-bottom: 3px;
}
ul.account-order-status li.on{
 color: #22ac38;
}
.account-order-result {
 border-left: 1px solid #d8d8d8;
 border-right: 1px solid #d8d8d8;
 border-bottom: 1px solid #d8d8d8;
 padding: 20px 15px;
 text-align: right;
}
a.account-other-btn {
 border: 1px solid #d8d8d8;
 padding: 3px 5px;
 margin-left: 10px;
 color: #000;
 background: #fff;
 font-weight: 500;
 font-size: 0.95em;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
a.account-other-btn:hover {
 background: #000;
 color: #fff;
}
a.link-order-check {
 display: inline-block;
 background: #ad000e;
 color: #fff;
 padding: 3px 15px;
 font-size: 1.05em;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
a.link-order-check:hover {
 background: #000;
}
a.link-style {
 font-size: 0.8em;
 color: #22ac38;
 border-bottom: 1px solid #22ac38;
}
a.link-style:hover {
 color: #000;
 border-bottom: 1px solid #000;
}

/*訂單管理表格*/
div.minimalistBlack {
  border: 1px solid #D8D8D8;
  text-align: left;
  border-collapse: collapse;
	width: 100%;
	padding: 3px;
}
.divTable.minimalistBlack .divTableCell, .divTable.minimalistBlack .divTableHead {
  padding: 10px 15px;
}
.divTable.minimalistBlack .divTableHeading {
  background: #F6F5F4;
}
.divTable.minimalistBlack .divTableHeading .divTableHead {
  font-weight: bold;
}
.minimalistBlack .tableFootStyle {
  font-size: 14px;
  font-weight: normal;
  border-top: 1px solid #000000;
}
.minimalistBlack .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead {
  display: table-cell;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/*最新消息+產品展示*/
.column {
 margin-bottom: 25px;
}
.column .blog {
 float: left;
 width: 30%;
 margin: 1.2%;
}
.column .blog h4 {
 font-size: 1em;
 font-weight: 500;
 margin: 3px 0 0 0;
 line-height: 25px;
}
.column .blog h4 a {
 color: #0A0707;
}

/*分類*/
#cateragy {
 margin: 25px 5px;
}
#cateragy ul {
 text-align: center;
}
#cateragy ul li {
 display: inline-block;
 margin: 0 5px;
}
#cateragy ul li a {
 display: block;
 color: #160F0F;
 border: 1px solid #666;
 padding: 5px 15px;
}
#cateragy ul li a:hover {
 color: #fff;
 background: #000;
}
#cateragy ul li a.activite {
 color: #fff;
 background: #000;
}

/*分頁*/
.page {
	margin:0 0 25px 0;
}
.page ul{
	text-align:center;
}
.page li{
	display:inline-block;
	margin:0 3px;
	font-size:0.8em;
}
.page li a {
	color:#333;
}
.page li a:hover {
	color: #0A7226;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;		
}

/*消息內頁*/
main {
 width: 980px;
 margin: 0 auto;
}
main img {
 max-width: 100% !important;
}
.textTitle {
	display: table;
	width: 100%;
	position: relative;
	height: 92px;
	padding: 15px 0 16px 77px;
  background: url(../images/title_line.jpg) bottom repeat-x;	
}
.textTitle .textDate {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 1.1rem;
	font-size: 0.7rem;
  border: 1px solid #ccc;
	border-radius: 60px;
	padding: 11px 0 0 0;
	text-align: center;
	top: 15px;
	left: 2px;
}
.textTitle h1 {
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 1.5rem;
	font-size: 1.4rem;
	vertical-align: middle;
	padding-right: 40px;
}
/*回上頁*/
.back {
	width: 105px;
	margin: 50px auto;
	text-align: center;
	cursor: pointer;
	-mox-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back:hover {
	-mox-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.back span {
	float: left;
	display: block;
	padding: 5px;
}

/*聯絡我們*/
#contact .list {
	width: 100%;
	margin: 15px 0;
}
#contact .btn {
  width: 240px;
	margin: 25px auto;
	background: #000;
	text-align: center;
	color: #fff;
}



/*尾部*/
footer {
	padding: 10px 0 5px 0;
	background: #f6f6f6;
}
footer .column-left {
	float: left;
}
footer .column-right {
	float: right;
	padding: 20px 5px 15px 5px;
}
#footernav li {
	font-size: 0.85em;
	padding-bottom: 5px;
	list-style-type: none;
}
#footernav02 li {
	font-size: 1.1em;
	padding-bottom: 8px;
	list-style-type: none;
}
span#footerlogo {
	display: block;
	margin: 15px 10px;
}
#copyright {
	margin: 0 15px;
	color: #a2a2a2;
}
#copyright a { color: #a2a2a2;}
