@charset "utf-8";
/* CSS Document */
/*-------------------------
    奧運專區 右測欄樣式檔
 -------------------------*/

aside{
    float:right;
    width:300px;
    letter-spacing:1px;
    margin:0px 0px 30px;
}

/* 側邊欄程式定位用 */
#right {
    width: 300px;
}

/* 熱門新聞 */
.hotnews{
    width:300px;
    background-color:#fff;
    padding:0px;
    margin-bottom:20px;
    overflow:hidden;
}
.hotnews p{
    height: 30px;
    font-size:18px;
    font-weight:normal;
    color:#fff;
    background:#374b88;
    padding:3.5px 0px 0px 8px;
}
.hotnews ul{
    border-bottom: 1px solid #eaeaea;
}
.hotnews li{
    padding:5px 8px 5px;
}
.hotnews li+li{
    border-top:1px solid #717171;
}
.hotnews li:hover{
    background:#f5f5f5;
}
.hotnews li:hover a{
    color:#00b0ec;
}
.hotnews li a{
    color:#717171;
    font-size:16px;
    line-height:1.5;
}

/* FB Fans */
.fbFans{
    margin-bottom:20px;
}

/* 熱門關鍵字 */
.hot_tag{
    width:300px;
    min-height:250px;
    background-color:#fff;
    padding:0px;
    margin-bottom:20px;
    overflow:hidden;
}
.hot_tag > p{
    height: 30px;
    font-size:18px;
    font-weight:normal;
    color:#fff;
    background:#374b88;
    padding:3.5px 0px 0px 8px;
}
.hot_tag .hottag{
    padding:10px 10px 7px 10px;
}

/* 獎牌表 */
.medals{
    width:300px;
    height:auto;
    overflow: hidden;
    margin-bottom:20px;
}
.medals div{
    width:100%;
    height: 30px;
    background: url('../images/titlebg.svg')#343f70 no-repeat;
    background-size: auto 40px;
    padding: 3.5px 0px 0px 80px;
}
.medals div p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.medals table{
    width:100%;
    max-width:300px;
    border-collapse: collapse;
    background:#fff;
}
.medals table th,
.medals table td{
    font-size:15px;
    font-weight:normal;
    text-align: center;
    padding:5px 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.medals table th+th,
.medals table td+td{
    border-left:1px solid #fff;
}
.medals table th{
    background:#376597;
    color:#fff;
}
.medals table tbody tr:nth-child(2n) td{
    background:#f6f6f6;
}
.medals table tbody tr.taiwan td{
    background:#5cb0cc;
    color:#fff;

}

/*------------------------------*\
			   RWD
\*------------------------------*/
/* Pad */
@media screen and (max-width:1139px) {
    aside{
        display:none;
    }
}
