﻿/*=================共用區====================*/
html {
    font-family: Arial, Helvetica, "微軟正黑體",san-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

body, form, #form1 {
    margin: 0;
    padding: 0;
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

.fc_black {
    color: black;
}

.fc_red {
    color: red;
}

.fc_bold {
    font-weight: bold;
}

.fs_s {
    font-size: 12px;
}
.lh_min {
    line-height: 20px;
}
.text_c {
    text-align:center;
}
.float_l {
    float:left;
}
.float_r {
    float:right;
}
.left {
    float: left;
}

.right {
    float: right;
}

.LH_storename {
    line-height: 20px;
}

ul, li {
    margin: 0;
    padding: 0;
}

.color-blue1 {
    color: #29b6ec;
}

a {
    text-decoration: none;
    color: #0a9bff;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

input[type=submit] {
    outline:none;
    border:none;
}

/*========= Header ========*/
header {
    top: 0;
    position: fixed;
    width: 100%;
    min-height: 60px;
    background-color: white;
    border-bottom: 1px #767676 solid;
    z-index: 20000;
}

#mobile-loginbar {
    background-color: white;
}

.header-wrap {
    padding: 0;
    z-index: 1200;
}

logo {
    float: left;
    margin-top: 15px;
    background-image: url(../images/logo_m.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    width: 215px;
    height: 33px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1200;
}

login {
    width: 100%;
    cursor: pointer;
}

.rgs {
    float: right;
    padding-top: 20px;
    padding-right: 10px;
}

.rgs a {
    color: #4c4c4c;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.rgs a:hover {
    color: #5ac5ee;
}

/*====== Footer ======*/
footer {
    width: 100%;
    max-width:415px;
    clear: both;
}


.copyright {
    display: none;
}

.mobile-copyright {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background-color: #494949;
    color: #999999;
    clear: both;
}

.mobile-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    min-height: 50px;
    background-color: #1777b4;
    z-index: 999;
}

footer a {
    text-align: center;
    color: white;
    text-decoration: none;
}

footer .bottom-bt1 a {
    float: left;
    display: block;
    line-height: 50px;
    width: 33%;
}

footer .bottom-bt2 a {
    float: left;
    display: block;
    line-height: 50px;
    width: calc(34% - 2px);
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}

footer ul {
    width: 100%;
}

footer li {
    float: left;
}

footer li a {
    display: block;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 1em;
    text-decoration: none;
}

footer li a.bt {
    width: 100%;
}

footer li a.bt-ct {
    width: 100%;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}

.wrap {
    margin:0 auto;
    max-width:415px;
}

.main {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom:50px;
    width: 100vw;
    max-width: 415px;
    height: 100%;
}

/*====== Main ======*/
.auto_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    text-indent:-9999px;
}
.setp_box table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.setp_box td img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.tada_brief {
    padding:5px 10px;
    font-weight:bold;
    font-size:20px;
    color: #005ca7;
    line-height:32px;
}

.store_bg {
    margin-top:-5px;
    padding:10px 20px;
    background-color: #03c4ea;
}
.store_bg .store_wrap {
    padding: 10px 10px;
    display: block;
    background-color: #fff;
}
.store_bg .store_box {
    color: #000;
    border: 1px #dadada solid;
}
.store_box a {
    color:#000;
}
.store_bg .store_photo {
    text-align: center;
}
.store_bg .store_top {
    padding:0 5px;
    min-width:350px;
    height:60px;
    clear:both;
}
.store_bg .store_top p {
    padding: 3px 0;
    clear: both;
}
.store_bg .store_star1 {
    padding-right:5px;
    width: 55px;
    height: 55px;
    background-image: url(../images/star_01.png);
    background-repeat: no-repeat;
}
.store_bg .store_star2 {
    padding-right: 5px;
    width: 55px;
    height: 55px;
    background-image: url(../images/star_02.png);
    background-repeat: no-repeat;
}
.store_bg .store_star3 {
    padding-right: 5px;
    width: 55px;
    height: 55px;
    background-image: url(../images/star_03.png);
    background-repeat: no-repeat;
}
.store_bg .store_star4 {
    padding-right: 5px;
    width: 55px;
    height: 55px;
    background-image: url(../images/star_04.png);
    background-repeat: no-repeat;
}
.store_bg .store_name {
    color:#000;
    font-size:22px;
    font-weight:bold;
}
.store_bg .store_tag {
    display:inline-block;
    margin-right:5px;
    padding:0 10px;
    line-height:25px;
    font-size: 16px;
    border-radius: 10px;
    background-color:#fcff00;
}
.store_bg .store_brand {
    font-size: 14px;
    font-weight:bold;
}
.store_bg .store_addr {
    padding: 0 5px;
    font-size: 16px;
    line-height: 35px;
    clear: both;
}
.eventnote {
    padding:5px 10px 30px 10px;
    font-size:20px;
    line-height:36px;
}
.eventnote .circle {
    display:inline-block;
    margin-right:5px;
    width:15px;
    height:15px;
    background-color:#000;
    border-radius:999em;
}
.eventnote ul {
    padding:0 20px;
    list-style-type:decimal;
    list-style-position:outside;
}
.eventnote li {
}
.bt_go {
    width: 100%;
    color: #fff;
    font-size: 20px;
    background-color: #f52e46;
    text-align: center;
    line-height: 48px;
}
.bt_go1 a {
    display: block;
    margin: 20px auto;
    width: 225px;
    height: 57px;
    background-image: url(../images/btn_01.png);
    text-indent: -9999px;
}


.bt_go3 a {
    display: block;
    margin: 20px auto;
    width: 225px;
    height: 57px;
    background-image: url(../images/btn_03.png);
    text-indent: -9999px;
}

/*====== 表單/form.aspx ======*/
.box_form {
    padding:20px 5px;
}
.form_toptext {
    padding:0 10px;
    font-size:20px;
    line-height:32px;
    font-weight:bold;
}
.toptext_blue {
    color: #005ca7;
}

.form_input {
    margin-top: 30px;
    padding-bottom:30px;
    line-height: 40px;
    border-top: 1px #b0b0b0 solid;
    border-bottom: 1px #727272 solid;
}

.form_input table {
    margin: 30px auto 10px auto;
}

.form_input td {
    padding: 5px 0;
}
.form_input table table {
    margin:0;
    padding:0;
}
.form_input table table td {
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.form_input .input_other {
    margin-left:5px;
    outline: none;
    width:150px;
    border:none;
    border-bottom: 2px #727272 solid;
}
.form_input table td label {
    padding-left:5px;
}
.form_input .title {
    width: 40%;
    min-width: 140px;
    text-align: right;
}

.form_input .in {
    padding-left: 5px;
}

.form_input input {
    width: 95%;
    height: 35px;
    line-height: 35px;
    border: 1px #e2e2e2 solid;
    background: #fff;
    border-radius: 0;
}
.form_input input[type=checkbox] {
    width:18px;
    height:18px;
}
.form_input select {
    width: 100%;
    padding: 0 5px;
    height: 45px;
    line-height: 45px;
    border: 1px #e2e2e2 solid;
    background: #fff;
    border-radius: 0;
}

.agreeblock {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
}

.checkbox {
    float: left;
    width: 25px;
    padding-top: 2px;
}

.checkbox input {
    width: 18px;
    height: 18px;
}

.checktext {
    float: left;
    width: calc(100% - 25px);
    line-height: 25px;
}

.btbox {
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    clear: both;
}

.bt_submit {
    width: 225px;
    height: 57px;
    background-size: cover;
    background-image: url(../images/btn_02.png);
}
.bt_go2 {
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
    clear:both;
}
.btbox input {
    border: none;
}
/*================= 送出結果 ====================*/
.result_box {
    margin-top: 150px;
    margin-bottom: 150px;
    line-height: 30px;
    text-align: center;
    display: block;
}