html{
    font-size: 14px;
}
body{
    line-height: 1.5;
}
.sportsSokuho a{
    text-decoration: none;
    color: inherit;
}
.sportsSokuho ul{
    list-style: none;
}

.sportsSokuho *{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal !important;
    word-wrap: break-word !important;
}
.sportsSokuho{
    margin-top: 20px;
}
.sportsSokuhoHead{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #313131;
}
.sportsSokuhoInr{
    margin-top: 10px;
    background-color: #f3f3f3;
    padding: 10px 5px;
}
.sportsSokuhoTab{
    overflow: hidden;
}
.sportsSokuhoTabItem{
    background-color: #ffffff;
    float: left;
    font-size: 12px;
    width: 50%;
    border: 4px solid #f3f3f3;
    border-top: none;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.sportsSokuhoTabItem:hover{
    background-color: #333333;
    color: #ffffff;
}
.sportsSokuhoTabItem.isActive{
    background-color: #333333;
    color: #ffffff;
}
.sportsSokuhoTab .sportsSokuhoTabItem:nth-of-type(odd){
    border-right: none;
}
.sportsSokuhoContentList{
    margin-top: 10px;
}
.sportsSokuhoContentList .sportsSokuhoContentItem{
    display: none;
}
.sportsSokuhoContentHead{
    background-color: #333333;
    color: #ffffff;
    overflow: hidden;
    padding: 3px 8px;
    font-size: 12px;
}
.sportsSokuhoContentHeadLeft{
    float: left;
}
.sportsSokuhoContentHeadRight{
    float: right;
}
.sportsSokuhoContentHeadRight a{
    text-decoration: none; /* nishimura issue955*/
}
.sportsSokuhoContentHeadRight a:hover{
    text-decoration: underline; /* nishimura issue955 */
}
.sportsSokuhoContentTable{
    width: 100%;
    text-align: center;
    border: 1px solid #cccccc;
    border-top: none;
    background-color: #ffffff;
    table-layout: fixed;
}
.sportsSokuhoContentTable tr:nth-of-type(odd){
    background-color: #efefef;
}
.sportsSokuhoContentTable th,
.sportsSokuhoContentTable td{
    padding: 3px 0;
    vertical-align: middle;
    font-size: 12px;
}
.sportsSokuhoContentTable th a,
.sportsSokuhoContentTable td a{
    text-decoration: none; /* nishimura issue955*/
}
.sportsSokuhoContentTable th a:hover,
.sportsSokuhoContentTable td a:hover{
    text-decoration: underline; /* nishimura issue955 */
}
.sportsSokuhoInfo{
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 10px;
    margin-top: 10px;
}
.sportsSokuhoInfoReload{
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}
.sportsSokuhoInfoReload img{
    cursor: pointer;
}
.sportsSokuhoInfoName{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
}
.sportsSokuhoHighlightBlue{
    background-color: #007FCF;
    color: #ffffff;
}
.sportsSokuhoHighlightRed{
    background-color: #ffcccc;
}
