﻿@charset "UTF-8";

body {
    font-size: 15px;
}

.main-block {
    border-top: 1px solid #ccc;
}

.html-only-block {
    padding-top: 10px;
    padding-left: 10px;
}

.theme1-chart {
    width: 575px;
    height: 385px;
    background: #EAE3DA;
    overflow: hidden;
}

.theme1-right-content {
    width: 375px;
    overflow: hidden;
}

.theme1-content1 {
    margin: 15px 19px 10px 40px;
}

.theme1-title2 {
    background: rgb(192, 0, 0);
    width: 246px;
    height: 34px;
    font-size: 18px;
    color: white;
    line-height: 34px;
    padding-left: 35px;
    font-weight: bolder;
}

.theme1-content2 {
    margin: 25px 19px 30px 40px;
}

.theme1-number-block {
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.theme1-number-content {
    font-size: 65px;
    font-weight: bolder;
    color: #BEBFBF;
    line-height: 1;
}

/* Theme2 */
.theme2-chart {
    width: 100%;
    overflow: hidden;
    background: url(../img/theme/chart_bg01.png) center center no-repeat;
}

.theme2-title {
    width: 100%;
    margin-bottom: 10px;
    background: rgb(192, 0, 0);
    padding:10px;
    box-sizing:border-box;
}

    .theme2-title > div.text-center {
        width: 100%;
    }

    .theme2-title b {
        font-size: 18px;
        color: white;
    }

.theme2-content {
    width: 100%;
    padding-top: 15px;
}

    .theme2-content > .content {
        margin: 12px 20px 12px 10px;
    }

/* Theme3 */

.theme3-chart {
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
}

.theme3-content {
    width: 100%;
    overflow: hidden;
}

.theme3-title, .theme4-title {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    color: white;
    line-height: 34px;
    text-align:center;
}

.theme3-title {
    background-color: rgb(192, 0, 0);
}

.theme3-content .content {
    padding: 30px 18px 30px 45px;
}

/* Theme4 */

.theme4-content {
    width: 100%;
    overflow: hidden;
}

.theme4-title {
    background-color: rgb(192, 0, 0);
}

.theme4-content .content4 {
    padding: 25px 10px 25px 10px;
}

/* Google Chart */
.google-visualization-table-table {
    font-family: "微軟正黑體", "Microsoft JhengHei";
}

.vote-title {
    text-align: center;
    font-size: 14px;
    color: #AB0C19;
    font-weight: bolder;
    margin-bottom: 12px;
    margin-top: 5px;
}

.vote-selector-block, .vote-selector {
    height: 32px;
}

.vote-selector-left {
    background: #42C5E5;
}

.vote-selector-right {
    background: #EB3B4A;
}

.vote-selector-left, .vote-selector-right {
    height: 16px;
    line-height: 16px;
    padding: 8px 32px;
    color: white;
    font-weight: bolder;
}

.vote-total-count {
    color: #AB0C19;
    letter-spacing: 1pt;
    right: 20px;
}

.vote-check-box {
    width: 16px;
    height: 16px;
    background: white;
    cursor: pointer;
}

    .vote-check-box:hover {
        background: url(../img/theme/list_icon02.png) no-repeat center center white;
    }

.vote-display-block {
    width: 895px;
    height: 40px;
    padding-top: 5px;
}

.vote-display-bar {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: white;
    letter-spacing: 1pt;
    overflow: hidden;
}

.vote-display-bar-left {
    background: #42C5E5;
    text-align: right;
}

.vote-display-bar-right {
    background: #EB3B4A;
    text-align: left;
}

.theme-diff-piechart {
    width: 335px;
    /*font-size: 12px !important;*/
}

    .theme-diff-piechart .datasrc-and-datarang {
        margin-left: 20px;
        margin-top: 20px;
        font-weight: bolder;
    }

.diff-theme1-block {
    width: 950px;
    min-height: 463px;
    background: url(../img/theme/chart_bg02.png) top no-repeat;
}

.diff-theme1-title {
    width: 340px;
    height: 33px;
    line-height: 33px;
    font-weight: bolder;
    top: 12px;
}

.diff-theme1-chart {
    padding-top: 45px;
    padding-left: 5px;
    padding-right: 5px;
}

.diff-theme1-content {
    width: 215px;
    left: 368px;
    top: 15px;
}

.next-article-block-button {
    cursor: pointer;
}

/* Theme 5 */

.theme5-chart {
    width: 578px;
    height: 445px;
    overflow: hidden;
    background: #EAE3DA;
}

.theme5-main-title {
    width: 950px;
    height: 45px;
}

    .theme5-main-title .absolute-right-top {
        right: 50px;
    }

.theme5-main-title-text {
    width: 795px;
    background: #AC0E1C;
    height: 34px;
    font-size: 18px;
    color: white;
    line-height: 34px;
    padding-right: 30px;
    text-align: center;
    font-weight: bolder;
}

.theme5-subtitle {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #AC0E1C;
    border-bottom: 1px solid #AC0E1C;
    font-weight: bolder;
    width: 100%;
    margin-bottom: 20px;
}

.column-main {
    width: 940px;
}

.column2 {
    width: 450px;
    max-width: 450px;
    vertical-align: top;
}

.column-block {
    /*padding-left:10px;*/
}

.column2-middle {
    width: 20px;
}

.column-title {
    color: rgb(192, 0, 0);
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin: 7px 0;
}

.column-content {
    margin-bottom: 10px;
    /*height:250px;*/
}

    .column-content p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 10px;
    }

.column2 .column-content {
    max-width: 450px;
}

.column2-img, .column3-img {
    /*width:100%;*/
    margin: auto;
}

.column2-imgsrc {
    font-size: 12px;
    text-align: center;
    color: #595959;
}

    .column2-imgsrc * {
        color: #595959;
    }

.column3 {
    width: 300px;
    max-width: 300px;
    vertical-align: top;
}

.column3-middle {
    width: 20px;
}




#daily_conclusion {
    margin: 10px auto;
    margin-top:30px;
    position: relative;
    max-width: 900px;
}

    #daily_conclusion .absolute-right-top {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        max-width: 40px;
    }

    #daily_conclusion .absolute-left-bottom {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        max-width:40px;
    }

    #daily_conclusion > img {
        width: 10%;
    }

#daily_conclusion_content {
    width: 80%;
    margin: 0px auto;
}



.frame .image-area {
    width: 50%;
    padding: 12px;
    box-sizing: border-box;
    text-align:center;
}

@media screen and (max-width: 1023.97px) {
    .frame .image-area {
        width: 100%;
        padding: 0 8px;
    }
}

.frame .text-area {
    width: 50%;
    font-size: initial;
    padding: 12px;
    box-sizing: border-box;
}

@media screen and (max-width: 1023.97px) {
    .frame .text-area {
        width: 100%;
        padding: 0 8px;
    }
}