﻿
.FL {
    float: left;
}
.FR {
    float: right;
}
.clearfix {
    clear: both;
}

.rel_pos {
    position: relative;
}

.abs_pos {
    position: absolute;
}

.pointer {
    cursor: pointer;
}

.ib {
    display: inline-block;
}

div {
    display: block;
}

.txt_center {
    text-align: center;
}

.v_align_middle {
    vertical-align: middle;
}

.P10 {
    padding: 10px;
}

.main_color3 {
    color: #ffe11b;
}

.pg_canvas {
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 0 10px;
}

.gu12 {
    width: 926px;
}

.gu12 .row {
    width: 936px;
}

.row {
    position: relative;
    margin-left: -10px;
}

.round_corner {
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.round_corners_down {
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bgc_main {
    border: 1px solid #d1c7b8;
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.opacity_caption {
    background: rgba(100,79,64,0.85)!important;
    background-color: #644f40;
    filter: alpha(opacity=85);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}

.or_red_btn {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    padding: 6px 13px;
    text-decoration: none;
    border: 1px solid #ff5a2c;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3542c;
    background-image: linear-gradient(bottom,#f3542c 5%,#ff8843 100%);
    background-image: -o-linear-gradient(bottom,#f3542c 5%,#ff8843 100%);
    background-image: -moz-linear-gradient(bottom,#f3542c 5%,#ff8843 100%);
    background-image: -webkit-linear-gradient(bottom,#f3542c 5%,#ff8843 100%);
    background-image: -ms-linear-gradient(bottom,#f3542c 5%,#ff8843 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05,#f3542c),color-stop(1,#ff8843));
    -moz-box-shadow: inset 0 1px 0 #ffdcc7;
    -webkit-box-shadow: inset 0 1px 0 #ffdcc7;
    box-shadow: inset 0 1px 0 #ffdcc7;
}

.sprite-landing-icon-fb {
    background: url(../images/icon_fb.png) no-repeat top left;
    background-position: 0 0;
    width: 8px;
    height: 16px;
}
.sprite-landing-icon-fb:hover {
    background: url(../images/icon_fb_o.png) no-repeat top left;
	position:relative;
	z-index:1;
	
}

.sprite-landing-icon-gPlus {
    background: url(../images/icon_gPlus.png) no-repeat top left;
    background-position: 0 0;
    width: 16px;
    height: 16px;
}
.sprite-landing-icon-gPlus:hover {
    background: url(../images/icon_gPlus_o.png) no-repeat top left;
}

.sprite-landing-icon-twitter {
    background: url(../images/icon_twitter.png) no-repeat top left;
    background-position: 0 0;
    width: 19px;
    height: 12px;
}
.sprite-landing-icon-twitter:hover {
    background: url(../images/icon_twitter_o.png) no-repeat top left;
}

body {
    min-width: 1024px;
    background-image: url("../images/global-bk.jpg");
    font-size: 1em;
    line-height: 1.4;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    color: #333;
    background-color: #fff;
    display: block;
}

header {
    color: #644f40;
    font-size: 12px;
    min-width: 946px;
}

#lh {
    width: 100%;
    line-height: 1.6;
    background-color: #ffcb05;
    height: 24px;
}

.lh_logo {
    display: inline-block;
    margin-top: -6px;
}

.lh_icon_fb, .lh_icon_twitter, .lh_icon_gPlus {
    display: inline-block;
    width: 19px;
    height: 16px;
    margin: 0 1px;
    text-align: center;
    vertical-align: middle;
}

.lh_icon_twitter {
    padding-top: 4px;
}

footer {
    min-width: 946px;
}

#foot_wrap {
    width: 100%;
    background: url(../images/footer_bk.png) center top no-repeat;
    padding-top: 150px;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 70px;
}

#foot_content {
    width: 100%;
    background: #000;
    float: left;
    clear: both;
}

.foot_row {
    width: 100%;
    background: #000;
}

.foot_row_wrap {
    width: 926px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

#foot_copyright {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    text-align: left;
    float: left;
    margin-top: 10px;
}

.title_wrap {
    margin: 80px auto 0;
    position: relative;
    text-align: center;
}

#title {
    margin: auto;
    height: 49px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.ribbon_l {
    background: url(../images/img_ribbon_l.png) no-repeat top left;
    background-position: 0 0;
    width: 72px;
    height: 48px;
    position: absolute;
    top: 11px;
    left: -50px;
    z-index: 1;
}

.ribbon_r {
    background: url(../images/img_ribbon_r.png) no-repeat top left;
    background-position: 0 0;
    width: 72px;
    height: 48px;
    position: absolute;
    top: 11px;
    right: -50px;
    z-index: 1;
}

.ribbon_m {
    text-align: center;
    vertical-align: middle;
    background: #f3552d;
    height: 48px;
    position: relative;
    z-index: 2;
    padding: 0 5px;
}

.ribbon_lb {
    font-family: 'Dosis','微軟正黑體',Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 48px;
    white-space: nowrap;
}

#categories {
    margin: auto;
    position: relative;
    width: 762px;
    height: 221px;
    text-align: center;
    padding: 0 10px;
    z-index: 0;
}

.categories_wrap {
    margin: auto;
    position: relative;
    width: 756px;
}

.category {
    float: left;
    position: relative;
    text-align: center;
    margin: 24px 4px;
}

.category img {
    width: 118px;
    height: 174px;
}

.category_lb {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffe11b;
    text-align: center;
}


.category_lb a{font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffe11b;
    text-align: center;
	text-decoration:none;}

.category_lb.doubleline {
    line-height: 10px;
}

#regions {
    margin: auto;
    width: 705px;
    height: 220px;
    text-align: center;
}

.selectloc {
    margin: 45px 0 17px;
}

.selectloc_lb {
    font-family: 'Dosis','微軟正黑體',Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #644f40;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,255);
}

.region {
    float: left;
    position: relative;
    margin: 13px 8px;
}

.region button.or_red_btn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 35px;
}

.region_new_lb {
    background: url(../images/icon_new.png) no-repeat top left;
    background-position: 0 0;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -12px;
    right: -17px;
}
