*{
    font-family: "微軟正黑體", "sans-serif";
    box-sizing: border-box;
/*    border: solid 1px black;*/
}

body, html{
    width: 100%;
/*    height: 3500px;*/
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
/*    color: black;*/
}
a img{
    border: 0px;
}

.header{
    width: 100%;
    height: 35px;
    background-color: #424242;    
}

.header-content{
    width: 1000px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header img{
    margin-left: 30px;
    vertical-align: middle;
}

.footer{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #999;
    clear: left;
}
.footer h5{
    margin: 0px;
    letter-spacing: 4px;
}

img{
    border: 0px;
}

/*-------------------------------*/

body{
    background-color: #414D50;
}

#back-to-top{
    width: 62px;
    height: 62px;
    font-weight: bold;
    position: fixed;
    bottom: 50px;
    right: 100px;
    color: black;
}

.content{
    width: 1000px;
    margin: auto;
}

.bimg{
    position: relative;
    height: 620px;
}

.bimg iframe{
    position: absolute;
    left: 90px;
    top: 585px;
}

.video{
    background-image: url(images/9789570850598a_02.jpg);
    height: 553px;
    text-align: center;    
}

.video iframe{
    background-color: rgba(0,0,0,0.6);
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 30px;
}

.section{
/*    background-color: #333f42;*/
}

.section img{
    float: left
}

.book{
    display: inline-block;
    padding-left: 30px;
    padding-top: 10px;
    color: white;
    width: 308px;
    height: 385px;
    background-color: #333f42;
}

.book span{
    padding: 5px 10px;
    padding-right: 15px;
    margin-left: 12px;
    border: solid 1px white;
    color: white;
    font-weight: bold;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
    -o-transition-duration: 0.5s; /* Opera */
}

.book p{
    padding-left: 10px;
}

.book span:hover{
    background-color: white;
    color: #333f42;
}

.book span:link,
.book span:visited,
.book span:active{
    color: white;
}

.read{
    clear: left;
    color: white;
    padding: 30px 70px;
    font-size: 1em;
    line-height: 2em;
    background-color: #333f42;
    background-image: url(images/9789570850598a_12.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.read a{
    color: #8da7ad;
    text-decoration: underline;
}

.read a:hover{
    color: #d9b444;    
}

.read p{
    margin-bottom: 35px;
    margin-top: 0px;
}

map *:focus{
    outline: none;
}


/*-------------------------------*/

.r01 p{
    padding-left: 90px;
    padding-right: 90px;
}

.r01 ul{
    padding-left: 90px;
    padding-right: 90px;
    list-style-position: inside;
}

.r01{
    padding-top: 0px;
    padding-bottom: 50px;
    background-image: url(images/9789570850598a_02.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #333f42;
    font-size: 1em;
    line-height: 2em;
    color: white
}
.style01{
    font-size: 24px;
    font-weight: bold;
}
.style02{
    font-size: 16px;
    font-weight: bold;
}