@charset "UTF-8";

body{
    background-color: #FFF;
    line-height: 15px;
}
.head-wapper,
.simple_syussou__table th,
.simple_syussou__table td{
    box-sizing: border-box;
}

body .simple_syussou__table {
    margin-top: 10px;
    min-width: 649px;
}

/* レースタイトル */
.simple_syussou__head{
  
}
.simple_syussou__head .head-wapper{
    /* display: table; */
    width: 100%;
    padding: 8px 10px;
    background-color: #163A6E;
    color: #FFF;
    border-radius: 5px 5px 0 0;
}
.head-wapper__title,
.head-wapper__time{
    /* display: table-cell; */
    font-size: 13px;
}
.head-wapper__title{
    /* float: left; */
    display: inline-block;
    width: 190px;
    font-weight: bold;
}
.head-wapper__time{
    float: right;
    width: 192px;
    text-align: left;
    background-image: url(/themes/fukuoka/images/top/icn_time.png);
    background-repeat: no-repeat;
    text-indent: 16px;
    background-position: 0px 0px;
}
.head-wapper__time .time{
    font-weight: bold;
}

/* 進入固定 */
.head-wapper__fixed{
    float: right;
    display: inline-block;
    margin-right: 10px;
}
.head-wapper__fixed span{
    padding: 0 8px;
    border: 1px solid #FFF;
}


/* 簡易出走表テーブル */
.simple-syussouhyo .simple_syussou__table {
    width: 649px;
    table-layout: fixed;
}
/*thead tbody*/
.simple_syussou__table th{
    
}
/*thead*/
.simple_syussou__table thead th{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #555B69;
    font-size: 11px;
    color: #FFF;
    line-height: 1.4;
}
.simple_syussou__table thead th.col1{
    width: 36px;
}
.simple_syussou__table thead th.col2{
    width: 46px;
}
.simple_syussou__table thead th.col3{
    width: 153px;
}
.simple_syussou__table thead th.col4{
    width: 57px;
}
.simple_syussou__table thead th.col5{
    width: 57px;
}
.simple_syussou__table thead th.col6{
    width: 57px;
}
.simple_syussou__table thead th.col7{
    height: 13px;
    width: 57px;
}
.simple_syussou__table thead th.col8{
    height: 18px;
    width: 57px;
}
.simple_syussou__table thead th.col9{
    width: 114px;
    height: 18px;
}
.simple_syussou__table thead th.col7_1{
    line-height: 1.4;
    height: 33px;
}
.simple_syussou__table thead th.col8_1{}
.simple_syussou__table thead th.col9_1{}

/*tbody*/
.simple_syussou__table tbody th,
.simple_syussou__table tbody td{}
.simple_syussou__table tbody tr{
    background-color: #E6E7EB;
}
.simple_syussou__table tbody td{
    border-right: 1px solid #A1A2A5;
    border-bottom: 1px solid #A1A2A5;
    font-size: 14px;
    line-height: 1.1;
}
.simple_syussou__table tbody td.col1{
    height: 40px;
}
.simple_syussou__table tbody td.col2{
    font-size: 17px;
    font-weight: bold;
}
.simple_syussou__table tbody td.col3{
    text-align: left;
    padding-left: 30px;
}
.simple_syussou__table tbody td.col3 .name{
    font-size: 15px;
    font-weight: bold;
}
.simple_syussou__table tbody td.col3 .info{
    font-size: 12px;
}
.simple_syussou__table tbody td.col4{
    font-size: 12px;
    line-height: 1.3;
}
.simple_syussou__table tbody td .ren2{
    font-size: 12px;
    color: #626262;
}

/* セル最後の列
 */
.simple_syussou__table .col--last{
    border-right: none;
}


