@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #666666;
  background-color: #E9F0E8;
  font-family: "Arial","Verdana","微軟正黑體","Microsoft JhengHei", "Geneva", "sans-serif";
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 168, 129, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #42A881;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a > * {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover > * {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*泛用表格*/
.t {
  display: table;
}

.t > ul {
  display: table-row;
}

.t > ul > li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

dl dt,
dl dd {
  float: left;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1000px;
  max-width: 100%;
}

.content {
  background-color: #ffffff;
  position: relative;
  border: 10px solid #42A881;
  padding: 45px 6%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative;
}
span.plus:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
span.plus:before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pic {
  position: relative;
  font-size: 0;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

header {
  padding-top: 50px;
  overflow: hidden;
}
header .nav_cargo_item {
  display: none;
}
header .container {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
header #logo {
  text-align: center;
  margin-bottom: 20px;
}
header #logo p {
  font-size: 2em;
  color: #42A881;
  display: inline-block;
}
header #logo p span {
  display: block;
  font-size: .5em;
  color: #3A7200;
}
header #top_img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 26%;
}
header #top_img img {
  position: relative;
  -moz-animation: nav_img 1.2s linear;
  -webkit-animation: nav_img 1.2s linear;
  animation: nav_img 1.2s linear;
}
@-moz-keyframes nav_img {
  from {
    opacity: 0;
    bottom: -150px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes nav_img {
  from {
    opacity: 0;
    bottom: -150px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes nav_img {
  from {
    opacity: 0;
    bottom: -150px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
header nav > ul {
  float: right;
  font-size: 0;
}
header nav > ul li {
  display: inline-block;
  vertical-align: middle;
}
header nav > ul li:before {
  content: ' ';
  width: 1px;
  height: 30px;
  border-left: 1px dotted;
  display: inline-block;
  vertical-align: middle;
}
header nav > ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  font-size: 1rem;
  color: #004020;
}
header nav > ul li a .fa {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
header nav > ul li a[href="cargo.php"] {
  font-size: .8rem;
  text-align: center;
}

footer {
  padding-top: 20px;
  margin-top: 80px;
  border-top: 1px dotted #42A881;
}
footer #info {
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
}
footer #info p {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
footer #copyright {
  text-align: center;
  color: #999999;
  font-size: .9rem;
}
footer #copyright p {
  display: inline-block;
  vertical-align: top;
}

h3 {
  text-align: center;
  margin-bottom: 80px;
}
h3 p {
  font-size: 2rem;
}

.l_button {
  text-align: center;
  margin-top: 20px;
}
.l_button a, .l_button input {
  width: 220px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #42A881;
  color: #42A881;
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  z-index: 200;
}
.l_button a .fa, .l_button input .fa {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.l_button a:hover, .l_button input:hover {
  background-color: #42A881;
  color: #fff;
}
.l_button a:hover .fa, .l_button input:hover .fa {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.l_button a.disable, .l_button input.disable {
  background: #656565;
  cursor: no-drop;
}

.l_page {
  text-align: center;
  margin-top: 50px;
}
.l_page a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #42A881;
  font-size: 1.2rem;
}
.l_page a:hover, .l_page a.acitve {
  text-decoration: underline;
  color: #666666;
}

#home .home_block {
  font-size: 0;
  margin-bottom: 80px;
}
#home .home_block .left, #home .home_block .right {
  display: inline-block;
  vertical-align: middle;
}
#home .home_block .text {
  font-size: 1rem;
  line-height: 1.6;
}
#home .home_block h2 {
  font-size: 2rem;
}
#home .home_block .title {
  font-size: 1.5rem;
}
#home #home_block1 .left {
  width: 35%;
  padding-right: 3%;
}
#home #home_block1 .left h2 {
  margin-bottom: 20px;
}
#home #home_block1 .left h2 img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
#home #home_block1 .right {
  width: 65%;
}
#home #home_block2 {
  direction: rtl;
}
#home #home_block2 .left {
  width: 30%;
  padding-left: 5%;
}
#home #home_block2 .left .title {
  color: #42A881;
}
#home #home_block2 .left .title span {
  display: block;
  color: #666666;
  font-size: 1.5em;
  margin: 10px 0;
  font-family: 'Century Gothic';
}
#home #home_block2 .left .text {
  margin-bottom: 40px;
}
#home #home_block2 .left .l_button {
  direction: ltr;
}
#home #home_block2 .right {
  width: 70%;
  border-right: 1px dotted #42A881;
}
#home #home_block3 .left {
  width: 60%;
}
#home #home_block3 .left .title {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 10px 0;
  border-right: 1px dotted #42A881;
  white-space: nowrap;
}
#home #home_block3 .left .title p {
  color: #42A881;
}
#home #home_block3 .left .title p span {
  display: block;
  color: #666666;
  font-size: 1.5em;
  margin-top: 5px;
}
#home #home_block3 .left .news_list {
  width: 70%;
  font-size: .9rem;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#home #home_block3 .left .news_list li {
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
}
#home #home_block3 .left .news_list li span, #home #home_block3 .left .news_list li a {
  display: inline-block;
  vertical-align: middle;
}
#home #home_block3 .left .news_list li span {
  color: #42A881;
  width: 23%;
}
#home #home_block3 .left .news_list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  overflow: hidden;
}
#home #home_block3 .left .news_list li a:hover {
  text-decoration: underline;
}
#home #home_block3 .right {
  width: 40%;
  position: relative;
}
#home #home_block3 .right .text {
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 80%;
  height: 50%;
  text-align: center;
  color: #fff;
}
#home #home_block3 .right .text .title {
  font-family: 'Century Gothic';
  font-size: 2rem;
}
#home #home_block3 .right .text .l_button a {
  color: #fff;
  border: 1px solid #fff;
}
#home #home_block3 .right .text .l_button a:hover {
  background-color: #fff;
  color: #42A881;
}

#about section .text {
  line-height: 1.6;
}
#about section .text p {
  margin-bottom: 50px;
}
#about section .text ul li {
  margin-left: 30px;
}
#about section .text ul li > div {
  padding: 1% 0 2% 30px;
  display: inline-table;
}
#about section .text ul li > div ul {
  width: 24%;
  margin-right: 1%;
  float: left;
  display: block;
}
#about section .text ul li > div ul li {
  text-align: center;
  padding: 0;
  text-indent: 0;
  margin-left: 0;
  color: #000;
  font-size: 13px;
}
#about section > img {
  float: right;
}

.p_list li {
  float: left;
  width: 29.07%;
  margin: 0 2%;
  margin-bottom: 80px;
}
.p_list li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.p_list li .pic:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.p_list li .p_name {
  font-size: 1.33rem;
  color: #111111;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.p_list li .p_detail_text {
  font-size: 1rem;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
}

.p_inner_block {
  font-size: 0;
}
.p_inner_block .left, .p_inner_block .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.p_inner_block .left .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.p_inner_block .right {
  position: relative;
  padding-left: 3%;
}
.p_inner_block .right .p_name {
  font-size: 1.8rem;
  color: #111111;
  margin-bottom: 30px;
}
.p_inner_block .right .p_name p {
  font-size: .9em;
  margin-top: 5px;
}
.p_inner_block .right .editor {
  font-size: 1rem;
  line-height: 1.6;
}
.p_inner_block .right .cargo-row {
  margin-top: 50px;
}
.p_inner_block .right .cargo-row ul {
  margin-bottom: 20px;
  float: left;
}
.p_inner_block .right .cargo-row ul li {
  float: left;
  height: 40px;
  font-size: 1.5rem;
}
.p_inner_block .right .cargo-row ul li.up, .p_inner_block .right .cargo-row ul li.down {
  background-color: #42A881;
  color: #666666;
  width: 2rem;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.p_inner_block .right .cargo-row ul li input {
  height: 100%;
  margin: 0;
  text-align: center;
  width: 60px;
}
.p_inner_block .right .cargo-row .l_button {
  float: left;
  margin: 0;
  margin-left: 20px;
}

#cargo input, #cargo textarea {
  outline: none;
}
#cargo .notice {
  text-align: left;
  color: red;
  padding: 10px 0px 40px;
  font-size: 13px;
  line-height: 1.6;
}
#cargo .shop_list {
  font-size: 15px;
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
}
#cargo .shop_list > ul > li {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px dotted #42A881;
}
#cargo .shop_list > ul > li.list_img {
  width: 20%;
  text-align: center;
}
#cargo .shop_list > ul > li.list_img p {
  width: 80%;
  padding: 5px;
  margin: 0 auto;
}
#cargo .shop_list > ul > li.list_img p img {
  display: block;
}
#cargo .shop_list > ul > li.name {
  width: 30%;
}
#cargo .shop_list > ul > li.count > ul {
  font-size: 0;
}
#cargo .shop_list > ul > li.count > ul > li {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#cargo .shop_list > ul > li.count > ul > li.up, #cargo .shop_list > ul > li.count > ul > li.down {
  width: 20px;
  background-color: #82ceb1;
  cursor: pointer;
}
#cargo .shop_list > ul > li.count > ul > li input {
  height: 100%;
  text-align: center;
}
#cargo .shop_list > ul > li.price p:before {
  content: '$';
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 30%;
}
#cargo .shop_list > ul > li.del p .fa {
  cursor: pointer;
  font-size: 30px;
  color: #cc0000;
}
#cargo .shop_list > ul.goods-row li {
  border-bottom: 1px solid #42A881;
}
#cargo .shop_list > ul.goods-row li.chose {
  text-align: left;
}
#cargo .shop_list > ul.goods-row li.chose > div {
  margin: 3px 0;
}
#cargo .shop_list > ul.goods-row li.chose > div input {
  width: 2rem;
}
#cargo .shop_list > ul.goods-row li.chose > div div.detail {
  display: none;
  border: 1px solid #42A881;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
}
#cargo .shop_list > ul.goods-row li.goods_price p:before {
  content: '+    $';
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 25%;
}
#cargo .shop_list > ul.count-row li {
  border-bottom: none;
}
#cargo .shop_list > ul.count-row li.count_price p {
  color: red;
  font-size: 1.2rem;
}
#cargo .shop_list > ul.count-row li.count_price p:before {
  content: '$';
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 30%;
  color: #666666;
  font-size: 1rem;
}
#cargo .purchaser {
  width: 100%;
  border: 1px solid #dddddd;
}
#cargo .purchaser hr {
  border: 1px dashed #dddddd;
}
#cargo .purchaser .info_title {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  background-color: #dddddd;
  text-align: center;
}
#cargo .purchaser .info {
  padding: 30px 0;
}
#cargo .purchaser .info li {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#cargo .purchaser .info li.title {
  font-size: 20px;
  text-align: center;
  color: #006619;
  margin-bottom: 20px;
}
#cargo .purchaser .info li label, #cargo .purchaser .info li input {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
#cargo .purchaser .info li label {
  text-align: right;
  width: 20%;
  padding-right: 5px;
}
#cargo .purchaser .info li input {
  border: 1px solid #dddddd;
  width: 75%;
}
#cargo .purchaser .l_button {
  text-align: center;
  margin-bottom: 50px;
}
#cargo .purchaser .l_button input {
  font-size: 16px;
  height: 40px;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  color: #444444;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cargo .purchaser .l_button input:hover {
  font-size: 19px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cargo .cargo_block {
  margin-bottom: 80px;
}
#cargo .cargo_block .title {
  border-bottom: 1px dotted #42A881;
  text-align: center;
  margin-bottom: 30px;
}
#cargo .cargo_block .title p {
  font-size: 1.3rem;
  line-height: 2;
}
#cargo .cargo_block .text p {
  line-height: 1.6;
}
#cargo #payment_detail .block {
  margin-bottom: 50px;
}
#cargo #payment_detail .block .info_title {
  text-align: center;
  color: #42A881;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#cargo #payment_detail .block .info_title input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 2%;
}
#cargo #payment_detail .block .info_title span {
  font-size: .8em;
  color: #666666;
  padding-left: 5px;
}
#cargo #payment_detail .block ul {
  width: 60%;
  margin: 0 auto;
}
#cargo #payment_detail .block ul li {
  margin: 5px 0;
}
#cargo #payment_detail .block ul li label, #cargo #payment_detail .block ul li input {
  display: inline-block;
  vertical-align: middle;
}
#cargo #payment_detail .block ul li label {
  width: 10%;
  padding-right: 1%;
  text-align: right;
}
#cargo #payment_detail .block ul li input {
  width: 88%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #42A881;
  padding-left: 5px;
}
#cargo #payment_detail .block ul li.textarea label {
  vertical-align: top;
  padding-top: 10px;
}
#cargo #payment_detail .block ul li.textarea textarea {
  width: 88%;
  border: 2px solid #42A881;
  padding-left: 5px;
}
#cargo #payment_detail .block .l_button input {
  line-height: normal;
  background-color: #42A881;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cargo #payment_detail .block .l_button input:hover {
  background-color: #fff;
  color: #42A881;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#news .news_list li {
  border-bottom: 1px dotted #42A881;
  font-size: 0;
  padding: 15px 0;
}
#news .news_list li:first-child .date, #news .news_list li:first-child .n_title {
  color: #666666;
  text-align: center;
}
#news .news_list li .date, #news .news_list li .n_title {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
#news .news_list li .date {
  width: 15%;
  color: #42A881;
  text-align: center;
}
#news .news_list li .n_title {
  width: 85%;
  padding-left: 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
#news .news_list li .n_title:hover {
  text-decoration: underline;
}

article {
  position: relative;
}

.news_inner {
  padding-bottom: 100px;
}
.news_inner .n_name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #111111;
}
.news_inner .date {
  font-size: .8rem;
  text-align: center;
  margin-bottom: 50px;
}
.news_inner .editor {
  line-height: 1.6;
}
.news_inner .editor img {
  max-width: 100%;
  height: auto !important;
}
.news_inner .l_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#contact .info-row {
  background-image: url(../_img/contact_pear.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  -moz-animation: c_bg 0.8s linear;
  -webkit-animation: c_bg 0.8s linear;
  animation: c_bg 0.8s linear;
}
@-moz-keyframes c_bg {
  from {
    background-position: 50% 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes c_bg {
  from {
    background-position: 50% 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
@keyframes c_bg {
  from {
    background-position: 50% 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
#contact .info-row .gmap, #contact .info-row .info {
  float: left;
}
#contact .info-row .gmap {
  width: 65%;
}
#contact .info-row .gmap .pic {
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
}
#contact .info-row .info {
  width: 35%;
  padding-top: 5%;
  padding-left: 2%;
}
#contact .info-row .info .title {
  color: #111111;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
#contact .info-row .info p {
  line-height: 1.6;
}
#contact #contact_form {
  padding-top: 50px;
  border-top: 1px dotted #42A881;
}
#contact #contact_form p {
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 30px;
}
#contact #contact_form ul {
  width: 60%;
  margin: 0 auto;
}
#contact #contact_form ul li {
  margin: 5px 0;
}
#contact #contact_form ul li label, #contact #contact_form ul li input {
  display: inline-block;
  vertical-align: middle;
}
#contact #contact_form ul li label {
  width: 10%;
  padding-right: 1%;
  text-align: right;
}
#contact #contact_form ul li input {
  width: 88%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #42A881;
  padding-left: 5px;
}
#contact #contact_form ul li.textarea label {
  vertical-align: top;
  padding-top: 10px;
}
#contact #contact_form ul li.textarea textarea {
  width: 88%;
  border: 2px solid #42A881;
  padding-left: 5px;
}
#contact #contact_form .l_button input {
  line-height: normal;
  background-color: #42A881;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#contact #contact_form .l_button input:hover {
  background-color: #fff;
  color: #42A881;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 960px) {
  #phone_icon .button {
    display: block;
    position: absolute;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer;
  }
  #phone_icon .button:before, #phone_icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  }
  #phone_icon .button:after {
    content: "";
    top: 60%;
  }
  #phone_icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:before {
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:after {
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }

  header .container {
    z-index: 9999;
  }
  header .nav_cargo_item {
    position: fixed;
    display: inline-block;
    right: 20px;
    top: 40%;
    width: auto;
    z-index: 5000;
  }
  header .nav_cargo_item a {
    display: inline-block;
    color: #666666;
    font-size: 1.2rem;
  }
  header .nav_cargo_item a .fa {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
  header nav {
    float: none;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 168, 129, 0.7);
    top: 0;
    position: fixed;
    display: table;
    left: 100%;
    opacity: 0;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  header nav.open {
    left: 0;
    opacity: 1;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  header nav.open ul li {
    left: 0;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  header nav > ul {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  header nav > ul li {
    display: table;
    float: none;
    width: 100%;
    height: 25%;
    text-align: center;
    position: relative;
    left: 100%;
  }
  header nav > ul li:before {
    content: none;
  }
  header nav > ul li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    color: #fff;
  }
  header nav > ul li:last-child {
    position: fixed;
    display: inline-block;
    right: 0;
    top: 40%;
    width: auto;
    z-index: 5000;
    display: none;
  }

  #home #home_block3 .left, #home #home_block3 .right {
    display: block;
    width: 100%;
  }
  #home #home_block3 .right {
    text-align: center;
    margin-top: 20px;
  }
  #home #home_block3 .right img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
  }

  #about img {
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .p_inner_block .right .cargo-row .l_button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  header {
    padding-top: 20px;
  }
  header #logo p {
    font-size: 1.5em;
  }

  #home #home_block1 .left, #home #home_block1 .right, #home #home_block2 .left, #home #home_block2 .right {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #home #home_block3 .left .title {
    display: block;
    width: 100%;
    border-right: none;
  }
  #home #home_block3 .left .news_list {
    width: 100%;
    padding-left: 0;
  }
  #home #home_block3 .left .news_list li span, #home #home_block3 .left .news_list li a {
    display: block;
    width: 100%;
  }
  #home #home_block3 .left .news_list li span {
    margin-bottom: 20px;
  }
  #home #home_block3 .right .text .title {
    font-size: 1.5rem;
  }
  #home #home_block3 .right .text .info {
    font-size: .9rem;
  }
  #home #home_block3 .right .text .l_button a {
    max-width: 70%;
  }

  .p_list li {
    width: 46%;
  }

  .p_inner_block .left, .p_inner_block .right {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  #news .news_list li:first-child {
    display: none;
  }
  #news .news_list li .date, #news .news_list li .n_title {
    display: block;
    width: 100%;
    text-align: left;
  }
  #news .news_list li .date {
    margin-bottom: 15px;
  }

  #contact .info-row {
    background: none;
  }
  #contact .info-row .gmap, #contact .info-row .info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #contact #contact_form ul {
    width: 90%;
  }
  #contact #contact_form ul li label, #contact #contact_form ul li input, #contact #contact_form ul li textarea {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #contact #contact_form ul li label {
    margin-bottom: 10px;
  }
  #contact #contact_form ul li.textarea textarea {
    display: block;
    width: 100%;
  }

  #cargo .shop_list {
    display: block;
  }
  #cargo .shop_list > ul {
    display: block;
  }
  #cargo .shop_list > ul:first-child {
    display: none;
  }
  #cargo .shop_list > ul > li {
    display: block;
    border-bottom: none;
    padding: 5px 0;
  }
  #cargo .shop_list > ul > li.list_img, #cargo .shop_list > ul > li.name {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo .shop_list > ul > li.count ul {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo .shop_list > ul > li.count:before {
    content: '數量';
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  #cargo .shop_list > ul > li.price p {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo .shop_list > ul > li.price:before {
    content: '金額';
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
  #cargo .shop_list > ul > li.del p {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo .shop_list > ul > li.del:before {
    content: '移除';
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
  #cargo .shop_list > ul.goods-row {
    margin-top: 20px;
  }
  #cargo .shop_list > ul.goods-row > li {
    border-bottom: none;
  }
  #cargo .shop_list > ul.goods-row > li.goods {
    font-size: 1.2rem;
    color: #42A881;
  }
  #cargo .shop_list > ul.goods-row > li.goods_price p {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo .shop_list > ul.goods-row > li.goods_price:before {
    content: '運費';
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }
  #cargo #payment_detail .block ul {
    width: 100%;
  }
  #cargo #payment_detail .block ul li label, #cargo #payment_detail .block ul li input {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
  #cargo #payment_detail .block ul li.textarea textarea {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
