
/*
*
*CSS style for shibu_racer (page)
*
*/

.racer-div {
    width: 100%;
}
.racer-div p {
    text-align: center;
}
.racer-div .panel {
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 2;
    font-size: 1.2em;
}
.panel .left-panel {
    width: 48.5%;
    display: table-cell;
    padding-right: 15px;
    border-right: 1px solid #e1e5ee;
}
.panel .right-panel {
    width: 48.5%;
    display: table-cell;
    padding-left: 15px;
}
.racer-data-div {
    width: 99.6%;
    border: 1px solid #aaaaaa;
    /*margin-bottom: 50px;*/
    border-top: 5px solid #003c95;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 890px 100px;
    background-image: url("../../fukuokainfo/images/shibu_racer/perabo.gif");
    background-size: 213px 254px;
}
.racer-data-title {
    width: 100%;
    display: block;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.racer-datas {
    width: 94%;
    display: inline-block;
    border-top: 1px dotted #989393;
    margin-left: 30px;
}
.type-icon {
    padding: 0 6px;
    line-height: 13px;
    font-size: 12px;
}
.row-title {
    margin-right: 20px;
}
.data-div1 {
    width: 12%;
    display: inline-block;
    margin-right: 0px;
    padding: 18px 0px 18px 0px;
    font-size: 1.2em;
}
.data-div2 {
    width: 82%;
    display: inline-block;
    margin-right: 15px;
    padding: 18px 0px 18px 0px;
    font-size: 1.2em;
    font-weight: bold;
}
.data-div3 {
    width: 94%;
    display: inline-block;
    border-top: 1px dotted #989393;
    padding-top: 15px;
    margin-left: 30px;
    padding-bottom: 20px;
}
.racer-data-btn {
    float: right;
    border-radius: 6px;
    background-color: #8493b4;
    border: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
    padding: 4px;
    width: 94px;
}

.menu-border {
    width: 99.99%;
    height: 5px;
    background-color: #19417b;
    margin-top: -3px;
    margin-left: -1px;
}
ul.racer_tab {
    display: block;
    margin: auto;
    white-space: nowrap;
    margin-left: -4px;
    border: 3px solid #fff;
}
ul.racer_tab li.tab {
    display: inline-block;
    padding: 0.9em 0;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 3px;
    background-color: #5a8cda;
    color: #FFF;
    width: 19.77%;
}
ul.racer_tab li.tab:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
ul.racer_tab li.tab.selected {
    background-color: #19417b;
    border-bottom: 6px solid #19417b;

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

}
ul.racer_tab li.tab.start{
    border-left: 0px solid #19417b;
}
ul.racer_tab li.tab.end {
    margin-right: 0;
    background-color: #edd200;
    border-right: 0px solid #edd200;
    width: 224px;
}
ul.racer_tab li.tab span {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    line-height:1em;
}

ul.shibu_player {
    width: 102%;
    display: table;
}
ul.shibu_player li {
    display: inline-block;
    margin-right: 11px;
    margin-top: 25px;
    width: 152px;
}

ul.closeup_player {
    width: 102%;
    display: table;
}
ul.closeup_player li {
    display: inline-block;
    margin-right: 11px;
    margin-top: 25px;
    width: 375px;
}
.read-more {
    width: 100%;
    margin-top: 25px;
    border-radius: 6px;
    padding: 11px;
    background-color: #8493b4;
    border: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
}
.racer_bnr{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.boat_pearbnr{
    display:inline-block;
    margin-right:20px;
}
.macournavi{
    width: 335px;
    display: inline-block;
    background-color: #152b64;
    text-align: center;
    font-size: 1.6em;
    color: #ffffff;
    padding: 31px 0;
    font-weight: bold;
}
.boat_pearbnr:hover,
.macournavi:hover{
    opacity: 0.8;
}