﻿@charset "utf-8";

body {
    min-height: 900px;
}

.all {
    width: 932px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin: 0 auto;
}

.cover {
    min-width: 200px;
    min-height: 100px;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    background: #FFF;
    box-shadow: 0 0 5px 5px #838383;
    border-radius: 10px;
    margin: 0 auto;
}

.logo {
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    /*background-size: 180px 180px;*/
    background-position: left;
    margin: 0 auto;
    text-align: center;
    width: 900px;
    height: 160px;
    position: relative;
}

    .logo b {
        bottom: -23px;
        right: 403px;
        position: absolute;
    }

    .logo p {
        bottom: -30px;
        right: 10px;
        position: absolute;
        margin: 0 auto;
        color: blue;
    }

    .logo a {
    }

        .logo a:link {
            color: #999;
            text-decoration: none;
        }

        .logo a:visited {
            color: #999;
            text-decoration: none;
        }

        .logo a:hover {
            color: #ff0000;
            text-decoration: none;
        }

.left {
    float: left;
    padding-left: 15px;
}

fieldset {
    margin-top: 5px;
    margin-bottom: 10px;
}

.titlebar {
    width: auto;
    margin: 0 auto;
}

    .titlebar ul li {
        list-style-type: none;
        display: inline;
        padding-right: 40px;
    }

.fileinfo {
    width: 900px;
    padding-top: 10px;
    margin: 0 auto;
}

    .fileinfo input[type="text"] {
        text-align: center;
        width: 120px;
    }

    .fileinfo tr td {
        padding: 1px;
        padding-left: 10px;
    }

.productspec {
    width: 400px;
    height: 270px;
    margin: 0 auto;
}

    .productspec fieldset {
        min-height: 240px;
    }

    .productspec input[type="text"] {
        text-align: right;
        width: 50px;
    }

    .productspec img {
        height: 100px;
        margin-right: 10px;
    }

    .productspec tr td {
        padding: 1px;
        padding-left: 10px;
    }

.moldprice {
    padding: 15px;
}

    .moldprice table {
        margin-top: 5px;
    }

    .moldprice tr td {
        text-align: right;
    }

    .moldprice input[type="text"] {
        text-align: right;
        width: 80px;
    }

    .moldprice input[type="button"] {
        width: 100px;
    }

#moldprice_text {
    text-align: right;
    width: 100px;
}

.footer {
    text-align: center;
    font-size: medium;
    vertical-align: middle;
    background-color: #CF9;
}

.reservation { /*訂車單樣式*/
    margin: 20px;
    box-shadow: 0 0 5px 5px #838383;
}

.counter {
    margin-top: 10px;
    margin-bottom: -25px;
}

.right_bar { /*右邊BAR*/
    padding: 20px;
    float: right;
    width: 250px;
    height: 2900px;
}

.footer_img { /*頁尾3圖*/
    margin-top: 60px height:200px;
    /*width:294px;*/
    width: 620px;
    margin-bottom: 10px
}

.moldtab {
    width: 900px;
    padding-left: 4px;
    padding-right: 1px;
    padding-top: 10px;
    margin: 0 auto;
}

    .moldtab tr td {
        padding: 1px;
        padding-left: 10px;
        text-align: left;
    }

    .moldtab input[type="text"] {
        text-align: right;
        width: 70px;
    }

    .moldtab input[type="number"] {
        text-align: right;
        width: 50px;
    }

.flow {
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 15px;
    width: 160px;
    float: left;
}

    .flow tr td {
        padding: 1px;
        padding-left: 10px;
        text-align: left;
    }

.bg_gray {
    background: #CCC;
}

#fieldset_a {
    float: left;
}

.hidd {
    display: none;
    padding: 5px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#login {
}

    #login table {
        border-collapse: collapse;
        border: 2px #ccc solid;
        border-radius: 10px;
    }

    #login td {
        text-align: center;
        padding: 3px;
    }

    #login input[type="text"] {
        width: 120px;
    }

    #login input[type="password"] {
        width: 120px;
    }

    #login input[type="submit"] {
        width: 80px;
        height: 30px;
    }

#loading {
    text-align: center;
}

@-webkit-keyframes rotate-infinite {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loading-spinner {
    -webkit-animation: rotate-infinite .8s linear infinite;
    border: 7px solid #06F;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.loading-spinner {
    align-self: center;
    margin-top: 200px
}
/* RADIO */ /* RADIO */ /* RADIO */ /* RADIO */ /* RADIO */ /* RADIO */

.regular-radio {
    display: none;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 12px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        top: 3px;
        background: #99a1a7;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 3px;
        font-size: 32px;
    }

    .regular-radio:checked + label {
        background-color: #e9ecee;
        color: #99a1a7;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        .regular-radio + label:active, .regular-radio:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

/* btn */ /* txt */ /* txt */ /* txt */ /* txt */ /* txt */

input.txt {
    color: #000;
    border: 1px inset #00008B;
    width: 150px;
}

input.btn {
    color: #00008B;
    background-color: #ADD8E6;
    border: 1px outset #00008B;
    padding: 2px 4px 2px 4px;
}

.demo--label {
    margin: 20px 20px 0 0;
    display: inline-block
}

.demo--radio {
    display: none
}

.demo--radioInput {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
    line-height: 1
}

.demo--radio:checked + .demo--radioInput:after {
    background-color: #57ad68;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px
}

.demo--checkbox.demo--radioInput, .demo--radio:checked + .demo--checkbox.demo--radioInput:after {
    border-radius: 0
}

.order_link {
    font: bold 2em Arial, 微軟正黑體;
}

.contact_info {
}

    .contact_info strong {
        display: block;
        color: #F6C;
        font: bold 2em Arial, sans-serif;
        margin: 0.67em 0;
        width: 220px;
        text-align: center;
    }

    .contact_info button {
        width: 210px;
        height: 120px;
        font: bold 1.6em Arial, sans-serif;
        letter-spacing: 0;
    }

    .contact_info .serive24hr {
        display: block;
        font: bold 2em sans-serif;
        margin: 0.67em 0;
    }

    .contact_info .line {
        font: bold 1.17em Arial, sans-serif;
    }

.h1 {
    font-size: 30px;
    font-weight: 900;
}

h1 {
    font-size: 30px;
    font-weight: 900;
}
/*展開*/
.faq {
    display: block;
    width: 600px;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

.content_qa {
    margin: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
}

    .content_qa a {
        display: block;
        width: auto;
        height: auto;
        text-decoration: none;
        color: rgba(0,0,0,1.00);
        border: thin solid #CCCCCC;
    }

.question {
    display: block;
    height: 35px;
    margin: 0;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
}

    .question:hover {
        color: #006699;
    }

#asked1 {
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    line-height: 14px;
}

    #asked1:target {
        height: 100%;
        transition: all 0.15s linear 0s;
        padding: 5px 15px 35px;
        line-height: 20px;
        width: 100%;
    }

#asked2 {
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    line-height: 14px;
}

    #asked2:target {
        height: 100%;
        transition: all 0.15s linear 0s;
        padding: 5px 15px 35px;
        line-height: 20px;
    }
