﻿.sub_menu a{width:106px;}
.w_rap .row
{
    width:780px;
    height: 111px; /* Should be removed. Only for demonstration */
    display: inline-block;
    margin:7px 0 3px 0;
}
/* Create two unequal columns that floats next to each other */
.w_rap .column{
    float: left;
    display: inline-block;
}

.row .left {
    float: left;
    width: 180px;
    height: 111px;
    margin-right:10px;
    display: inline-block;
}

.row .right {
    float: left;
    background-color:#fff;
    border: 1px solid #ddd;
    width: 568px;
    height: 89px;
    padding:10px;
    display: inline-block;
    word-break:break-all;
}

/* Clear floats after the columns */
.w_rap .row:after {
    content: "";
    display: table;
    clear: both;
}

.w_rap .game_title{line-height:20px;}
.w_rap .game_title .main_title {font-size:16px; font-weight:bold; color:#001683;}
.w_rap .game_title .sub_title {font-size:12px; color:#999; }
.w_rap .game_guide_text{font-size:12px; line-height:21px; margin-top:7px; color:#555;}
.w_rap .game_guide_text a{ font-weight:100; color:#5563a7; font-weight:bold;}

.w_rap .game_guide_text { word-break:break-all; }

.div_content_pd5 .subject {background-image:url('/pc/img/page_title/title_gameguide2.png'); background-repeat:no-repeat;}