html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	font-size:15px;
	font-family: "Helvetica Neue", Helvetica, Arial,"微軟正黑體",Lucida,Verdana,SimSun,sans-serif;
    margin: 0; padding: 0;
    margin-top: 50px;
    letter-spacing:.1em;
    background-color:#e5e2d6;
}

a{
    color: #BD4546;
}

a:hover,a:active{
    color: #6F4546;
}

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

a {
  text-decoration:none;
}

p{
    color:#4d4d4d;
    font-size: 17px;
    line-height:2;
    margin-bottom: 15px;
    text-indent:1em;
    text-align: justify;
}

nav{
    width: 100%;
    height: 50px;
    background-color:#433334;
    position:fixed;
    top: 0;
}

nav .logo{
    display:block;
    width: 75px;
    padding-top: 10px;
    padding-left: 15px;
    float:left;
}

#navbar_toggle{
    float:right;
    padding-top: 15px;
    padding-right: 15px;
    display:none;
}
.icon-bar{
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-top: 4px;
}

#navbar_menu{
    list-style:none;
    margin: 0;
    padding: 0;
    float:right;
}

#navbar_menu li{
    float:left;
}

#navbar_menu li + li:before{
    content: "|";
    color: #5a4d4d;
    font-size: 12px;
    float:left;
    line-height: 50px;
}

#navbar_menu li a{
    display:block;
    width:100px;
    line-height: 50px;
    color:#fff;
    text-align:center;
    transition: all 0.3s ease-out;
}

#navbar_menu li a:hover{
    color:#9d9d9d;
}


header{
    width: 100%;
    height:auto;
    margin: 0;
    margin-bottom: 20px;
}

header h1{
    width: 100%;
    height:0;
    padding-bottom: 32.7%;
    background-image:url(../images/bg.jpg);
    background-position: center center;
    background-size:cover;
    text-indent: -9999px;
}

#BTN_LINK{
    display:block;
    width: 107px;
    height: 106px;
    line-height: 106px;
    background-image:url(../images/authorLink.png);
    text-indent:-9999px;
    position:fixed;
    top: 150px;
    z-index:9999;
}



#LIST{
    width: 100px;
    background-color:#eeeeee;
    box-shadow: 0px 1px 10px #595959;
    margin-top: 99px;
    position:fixed;
    top: 150px;
    left: 0;
    z-index:9998;
}

#LIST li a{
    display:block;
    width: 100%;
    height: 40px;
    line-height:40px;
    border-bottom: 1px solid #e4e4e4;
    color:#433334;
    text-align:center;
}

#LIST li a:hover{
    color:#fff;
    background-color:#433334;
}

.menuOPEN{
    transition:all 0.3s ease-out;
    opacity:1;
}

.menuCLOSE{
    transition:all 0.3s ease-out;
    opacity:0;
}

.container{
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
    background-color:#fff;
    margin-bottom: 50px;
}

.row{
    padding-bottom:50px;
}

.sub{
    padding: 10px 40px 8px 40px;
    border-left: 5px solid #433334;
    margin-bottom: 20px;
}

.sub h1{
    /* font-family: 新細明體, PMingLiU, sans-serif; */
    font-size: 25px;
    /* font-style: italic; */
    line-height: 1.6;
    text-align: justify;
}

.sub p{
    text-indent:0;
}

.story{
    padding: 0px 50px;
}
.story p{
    /*
    font-family: 新細明體, PMingLiU, sans-serif;
    font-style: italic;
    */
    color:#695556;
    font-size: 18px;
    line-height: 2;
    text-indent:1em;
}

.tip{
    color:#695556;
}


.BTN{
    margin-bottom: 10px;
}
.BTN a{
    display:block;
    width:220px;
    height:45px;
    margin: 0 auto 10px;
    line-height: 45px;
    background-color: #BD4546;
    border:0;
    /* border-radius:50px; */
    color:#fff;
    text-align:center;
    font-size:16px;
    font-family:  "Helvetica Neue", Helvetica, Arial,"微軟正黑體",Lucida,Verdana,SimSun,sans-serif;
    transition:all 0.6s ease-out;
}

.BTN a:hover{
    background-color: #a97079;
}

.left{
    float:left;
}

.right{
    float:right;
}

.MarginLeft_0{
    margin-left: 0!important;
}

.MarginRight_0{
    margin-right: 0!important;
}

.captionIMG{
    width: 300px;
    margin:10px 40px;
}

.captionIMG p{
    color:#a5a5a5;
    font-size:15px;
    line-height:1.6;
    text-indent:0;
    margin-top: 10px;
}

.small{
    width: 220px;
    margin: 10px 20px;
}
.into{
    border: 1px solid #413333;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 40px;    
}
.into h2{
    margin: 10px 10px;
    font-size: 16px; 
    color: #433334;   
}
.into p{
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;   
}
.well{
    background-color:#eeeeee;
    margin: 10px 0;
    overflow: auto;
}

.well p{
    font-size: 15px;
    padding: 10px;
}
.well img{
    width: 200px;
    height: auto;
    float:left;
    margin: 10px 20px 10px 10px;
}

.well .caption {
    margin-left: 210px;
    margin-top: 0px;
}
.well .caption h1{
    font-size:21px;
    line-height: 2;
    padding: 10px;
    font-weight: normal;
}

.clearfix{
    clear:both;
}

footer{
    display:block;
    width: 100%;
    height: 35px;
    background-color:#433334;
}

footer p{
    color:#fff;
    font-size:12px;
    line-height:35px;
    text-align:center;
    margin-bottom: 0;
}

/*手機*/

@media screen and ( max-width: 767px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html,body{
        -webkit-text-size-adjust:none;
    }

    nav{
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    nav .logo {
        display: block;
        width: 75px;
        padding-top: 9px;
        padding-left: 0;
        float: left;
        height: 50px;
        margin-left: 15px;
    }

    #navbar_toggle{
        display:block;
    }

    #navbar_menu{
        display:none;
        list-style:none;
        margin: 0;
        padding: 0;
        float:none;
        width: 100%;
        background-color:#433334;
        border-top: 1px solid #101010;
        clear: both;
    }

    #navbar_menu li{
        float:none;
        padding-left: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    #navbar_menu li + li:before{
        display:none;
    }

    #navbar_menu li a{
        display:block;
        width:100%;
        line-height: 50px;
        color:#fff;
        text-align:left;
        transition: all 0.3s ease-out;
    }

    header{
        width: 100%;
        height:250px;
        margin: 0;
    }

    header h1{
        width: 100%;
        height:0;
        padding-bottom: 90%;
        background-image:url(../images/mobile_bg.jpg);
        background-position: center center;
        background-size:cover;
        text-indent: -9999px;
    }


    #BTN_LINK{
        display:block;
        width: 100%;
        height: 50px;
        color:#fff;
        line-height: 50px;
        background-image:none;
        background-color:#433334;
        text-indent:0px;
        text-align:center;
        position:fixed;
        top:auto;
        bottom:0;
        z-index:9999;
    }

    #LIST{
        width: 100%;
        background-color:#eeeeee;
        box-shadow: 0px 1px 10px #595959;
        margin-top: 0;
        position:fixed;
        top: auto;
        bottom:50px;
        left: 0;
        z-index:9998;
    }


    .menuOPEN{
        transition:all 0.3s ease-out;
        opacity:0;
    }

    .menuCLOSE{
        transition:all 0.3s ease-out;
        opacity:1;
    }

    .container{
        width:auto;
        margin:10px 10px 60px 10px ;
        padding: 20px;
    }


    .sub{
        padding: 30px 30px 15px 20px;
        border-left: 5px solid #e5004f;
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
    }

    .story{
        padding: 0px 20px;
    }

    .left{
        float:none;
    }

    .right{
        float:none;
    }

    .MarginLeft_0{
        margin-left: -20px!important;
    }

    .MarginRight_0{
        margin-right:-20px!important;
    }

    .captionIMG{
        width:auto;
        margin-left: -20px;
        margin-right: -20px;
    }

    .captionIMG p{
        font-size:15px;
        line-height:1.6;
        text-indent:0;
        margin: 10px 20px;
    }

    .well{
        background-color:#eeeeee;
        padding: 20px;
        margin:-20px;
    }

    .well img{
        width: 80%;
        height: auto;
        float:none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .well .caption {
        margin-left: 0px;
        margin-top: 20px;
    }

    footer{
        display:none;
    }

}

/*平板*/

@media screen and (min-width: 768px) and (max-width: 1024px){

    header{
        width: 100%;
        height:auto;
        margin: 0;
    }

    header h1{
        width: 100%;
        height:0;
        padding-bottom: 32.7%;

        background-image:url(../images/bg.jpg);
        background-position: center center;
        background-size:cover;
        text-indent: -9999px;
    }

    #BTN_LINK{
        display:block;
        width: 107px;
        height: 106px;
        line-height: 106px;
        background-image:url(../images/authorLink.png);
        text-indent:-9999px;
        position:fixed;
        top: 100px;
        z-index:9999;
    }

    #LIST{
        width: 100px;
        background-color:#eeeeee;
        box-shadow: 0px 1px 10px #595959;
        margin-top: 99px;
        position:fixed;
        top: 100px;
        left: 0;
        z-index:9998;
    }

    .container{
        width:auto;
        margin:10px ;
        padding: 50px;
    }


    .sub{
        padding: 25px 20px 15px 20px;
        border-left: 5px solid #e5004f;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .story{
        padding: 0px 20px;
    }

    .left{
        float:left;
    }

    .right{
        float:right;
    }

    .MarginLeft_0{
        margin-left: 0px!important;
    }

    .MarginRight_0{
        margin-right:0px!important;
    }

    .captionIMG{
        width: 300px;
        margin:10px 20px;
    }
    .captionIMG p{
        font-size:15px;
        line-height:1.6;
        text-indent:0;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .well{
        padding: 30px;
    }

    .well img{
        width: 200px;
        height: auto;
        float:left;
    }

    .well .caption {
        margin-left: 230px;
        margin-top: 0px;
    }

}