@charset "UTF-8";

.panel {
    line-height: 2;
}
.left-panel {
    line-height: 2;
    height: 4em;
    overflow: hidden;
    font-size: 1.2em;
}
.right-panel {
    font-size: 1.2em;
}
.tsudzuki {
    width: 100%;
    text-align: right;
    text-decoration: underline;
    color: #294475;
    font-size: 1.2em;
}
ul.racer_tab {
    display: block;
    margin: auto;
    white-space: nowrap;
    margin-left: -0.4rem;
    border: 1px solid #fff;
}
ul.racer_tab li.tab {
    display: inline-block;
    padding: 0.9rem 0;
    /*border: 1px solid #fff;*/
    text-align: center;
    cursor: pointer;
    margin-right: 0.1rem;
    background-color: #5a8cda;
    color: #FFF;
    width: 15.2%;
}
ul.racer_tab li.tab a {
    color: #fff;
}
ul.racer_tab li.tab:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
ul.racer_tab li.tab.selected {
    background-color: #19417b;
    border-bottom: 5px solid #19417b;

}
ul.racer_tab li.tab.end-selected {
    background-color: #edd200;
    border-bottom: 5px solid #edd200;

}
ul.racer_tab li.tab.end {
    margin-right: 0;
    background-color: #edd200;
    width: 38%;
}
ul.racer_tab li.tab span {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    line-height:1em;
}
.menu-border {
    width: 99.75%;
    height: 0.4rem;
    background-color: #19417b;
    margin-top: -0.1rem;
}
ul.shibu_player {
    width: 100%;
    display: table;
    padding: 0.5rem;
}
ul.shibu_player li {
    display: inline-block;
    margin-top: 1.5rem;
    width: 32.3%;
    text-align: center;
    padding: 0 0.5rem;
    font-size: 1.2em;
}

.shibu_player li img {
    width: 100%;
}

ul.closeup_player {
    /* display: table; */
}
ul.closeup_player li {
    display: block;
    width: 100%;
    padding-bottom: 1.5rem;
}
ul.closeup_player li img {
    width: 100%;
}
ul.shibu_player a, ul.closeup_player a {
    color: #000;
    text-align: center;
}
.read-more {
    width: 100%;
    border-radius: 0.2rem;
    padding: 1.5rem;
    background-color: #8493b4;
    border: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4em;
}

.racer-datas {
    width: 100%;
    border-top: 1px dotted #989393;
    color: #000;
}
.data-div1 {
    margin-right: 0px;
    padding: 1rem 0 0.5rem 0;
    font-size: 1.2em;
}
.racer-datas span.type-icon {
    margin: 0 0.3rem;
    padding: 0 0.6rem;
    line-height: 1.3rem;
}
.data-div2 {
    width: 100%;
    padding: 0.5rem 0 1rem 0;
    font-size: 1.2em;
    font-weight: bold;
}
.racer-data-title img {
    width: 14rem;
}
.data-div3 {
    text-align: right;
    border-top: 1px dotted #989393;
    width: 100%;
    padding: 1rem 0;
}
.data-div3 img {
    width: 9rem;
}
.racer_bnr{
    padding: 1rem;
}
.boat_pearbnr{
    display: inline-block;
    margin-bottom: .5rem;
}
.macournavi{
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #152b64;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    padding: 1.5rem 0;
}