@charset "utf-8";

#news_list dl {
    padding:20px 0 15px;
    border-top:dotted 1px #ccc;
}

#news_list dl.first {
    padding-top:10px;
    border:none;
}

#news_list dt {
    float:left;
    width:70px;
}

#news_list dd {
    float:right;
    width:580px;
}

#news_list dd li {
    font-size:90%;
}

#news_list dd li.title {
    font-size:110%;
}

#news_detail .date {
    margin-bottom:10px;
    font-size:11px;
}

#news_detail .title {
    margin-bottom:15px;
    font-size:24px;
    font-weight:bold;
    font-family:"ＭＳ 明朝",serif;
    color:#5baa34;
    line-height:1.4;
}

#news_detail .win {
    display:inline-block;
    width:70px;
    color:#ff0000;
}

#news_detail .red {
    color:#ff0000;
}

#news_detail .score {
    display:inline-block;
    width:50px;
    padding:0 15px;
}

#news_detail .left_box {
    float:left;
    width:490px;
}

#news_detail .right_box {
    float:right;
    width:160px;
    text-align:center;
}

#news_detail .right_box img {
    margin-top:10px;
}
