/* CSS Document */
/*-----------------------------------------------------------------------------
	-	網站整體通用樣式設計 -
author:		  英創達網路有限公司
email:     	web@e-creative.tw
website:   	http://e-creative.tw
-----------------------------------------------------------------------------*/
/* ---------------------------------------------------------------- */
/*	 整體
/* ---------------------------------------------------------------- */
html, body { 
  /*overflow-x:hidden;*/
}
body{
   overflow-x:hidden;
   /* overflow-y:hidden;*/
   /*background-color: #dddddd;*/
    
}
/*.container {
    width: 1027px;
    margin-right: auto;
    margin-left: auto;
	position:relative;
}*/
/* ---------------------------------------------------------------- */
/*	 按鈕
/* ---------------------------------------------------------------- */
/* 按鈕 */
.button {
    color: #999999;
    text-decoration: none;
    display: inline-block;
    padding: 3px 23px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* 按鈕 - 線上諮詢 */
.onlineBtm {
  padding:0;
  margin: 55px 0 0 0;
  text-align: center;
}
.onlineBtm p {
  display: inline-block;
}
.onlineBtm p:first-child + p {
  color: #69462a !important;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}
/* 按鈕 - 黃色 */
.onlineBtm .colorY {
  font-size: 16px;
  width: 160px;
    height:50px;
    padding: 15px 0 0 0 !important;
    margin: 10px 15px!important;
}
.colorY {
  color: #3d1e05!important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 30px !important;
  border: 1px solid #ddba2a;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 4%, #feeca6 5%, #fcd750 56%, #f8b500 91%, #f8b500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#ffffff), color-stop(5%,#feeca6), color-stop(56%,#fcd750), color-stop(91%,#f8b500), color-stop(100%,#f8b500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 4%,#feeca6 5%,#fcd750 56%,#f8b500 91%,#f8b500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 4%,#feeca6 5%,#fcd750 56%,#f8b500 91%,#f8b500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 4%,#feeca6 5%,#fcd750 56%,#f8b500 91%,#f8b500 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 4%,#feeca6 5%,#fcd750 56%,#f8b500 91%,#f8b500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
}
.colorY:hover {
  text-decoration: none!important;
  background: #f8b500; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8b500 0%, #f8b500 9%, #f8b500 9%, #fcd750 44%, #feeca6 95%, #feeca6 95%, #ffffff 97%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b500), color-stop(9%,#f8b500), color-stop(9%,#f8b500), color-stop(44%,#fcd750), color-stop(95%,#feeca6), color-stop(95%,#feeca6), color-stop(97%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f8b500 0%,#f8b500 9%,#f8b500 9%,#fcd750 44%,#feeca6 95%,#feeca6 95%,#ffffff 97%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f8b500 0%,#f8b500 9%,#f8b500 9%,#fcd750 44%,#feeca6 95%,#feeca6 95%,#ffffff 97%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f8b500 0%,#f8b500 9%,#f8b500 9%,#fcd750 44%,#feeca6 95%,#feeca6 95%,#ffffff 97%); /* IE10+ */
  background: linear-gradient(to bottom,  #f8b500 0%,#f8b500 9%,#f8b500 9%,#fcd750 44%,#feeca6 95%,#feeca6 95%,#ffffff 97%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.colorY i {
  height: 19px;
  width: 26px;
  margin: 0 12px 0 0!important;
  display: inline-block;
  background: url(images/inco-mail.png) no-repeat;
}

/*頁碼 
*********************************/
.pageNum {
    text-align: center;
    padding: 20px 0 0 0;
}
.pageNum a {
    display: inline-block;
    margin: 0 3px;
}
.pageNum span {
    display: inline-block;
    padding: 0 8px;
    font-weight: bold;
    color: #ce9c01;
    font-size:120%;
}
.pageNum a span {
    color: #000;
    font-weight: normal;
    font-size:100%;
}
.pageNum a span:hover {
    color: #996600;
    font-size:120%;
}
.pageNum a.control{
  border: solid 1px #ddba2a;
  border-radius: 2px;
  color: #996600 !important;
  font-weight: bold!important;
  min-height: 25px;
  min-width: 30px;
  line-height: 25px;
  padding: 0 10px;
  background-color: #f1cb3d;
}
.pageNum a.control span{ 
    color: #996600;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    font-size:90%;
    line-height:2em;
}
.pageNum a.control:hover{
    background-color: #996600;
}
.pageNum a.control:hover span{
    color: #FFF;
}
.pageNum .control-left {
    text-indent: -9999em;
    background: url(images/arrow-left.png) no-repeat center center;
}
.pageNum .control-right {
    text-indent: -9999em;
    background: url(images/arrow-right.png) no-repeat center center;
}

.pageNum.p2 {
  text-align: right;
}
.pageNum .control2 {
  color: #996600;
  font-weight: bold;
  height: 26px;
}
.pageNum .control2 i {
  border-radius: 2px;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 0 7px;
  background-color: #f1cb3d;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ddba2a;
  float: left;
}
.pageNum .control2:hover i {
  background-color: #996600;
}
.pageNum .control2 span {
  font-size: 95%;
  color: #996600;
  margin: 0;
  padding: 0px;
  line-height: 28px;
  font-weight: bold;
}
.pageNum .control2:hover span {
  font-size: 95%;
  color: #603811;
}
.pageNum .control2-top {
  background-image: url(images/arrow-top.png);
}
.pageNum .control2-left {
  background-image: url(images/arrow-left.png);
}
.pageNum .control2-right {
  background-image: url(images/arrow-right.png);
}
/* ---------------------------------------------------------------- */
/*	開合特效accordion
/* ---------------------------------------------------------------- */
.accordion .accordion-title .title {
    display: block;
}

.accordion .accordion-info {
    display: none;
}

.accordion .accordion-info.actived {
    display: block;
}

.accordion span {
    float: right;
}
