@charset "utf-8";


@media screen and (max-width: 767px) {
.release-title{
}
.release-title h1{
    font-size: 20px;
}
.release-subtitle h2{
    margin: 0 0 10px;
    font-size: 16px;
}
.release-subtitle h2 span{
    display: inline-block;
}
h3.table-title{
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
.team{
}
.team table{
}
.team table tr{
}
.team table tr th{
    padding: 10px 15px;
    text-align: center !important;
}
.team table tr td{
    padding: 10px 15px;
    background: #fff;
    color: #282828;
    font-size: 12px;
    line-height: 2.2;
    vertical-align: middle;
}
.team table tr td sup{
    color: #888;
}
.team table tr .num{
    width: 9%;
}
.team table tr .vehicle{
    width: 18%;
}
.team table tr .spec{
    width: 40%;
}
.team table tr .driver{
    width: 18%;
}
.team table tr .mecanic{
    width: 15%;
}
.team .note{
    margin: 25px 1em 0;
}
.team .note ol{
    list-style: none;
}
.team .note ol li{
    padding: 0 0 0 30px;
    font-size: 11px;
    text-indent: -30px;
}
.team .note ol li span{
    margin: 0 1em 0 0;
}
.team .note p{
    margin: 15px 0 0;
    padding: 0 0 0 1em;
    font-size: 11px;
    line-height: 1.6;
    text-indent: -1em;
}
.summary{
}
.summary table{
    width: 100%;
    min-width: 0;
}
.summary table tr{
}
.summary table tr th{
    min-width: 7em;
    padding: 10px;
}
.summary table tr td{
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
}
.summary table tr td span{
    display: inline-block;
}
.summary table tr td span.note{
    font-size: 0.875em;
}
.official-link{
    text-align: center;
}
.official-link p{
}
.official-link .btn{
    display: block;
    position: relative;
    border: 1px solid #333;
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 13px 45px 13px 0;
}
.official-link .btn:before {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 8px;
    right: 18px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
}
@media screen and (min-width: 768px) {
.release-title{
}
.release-title h1{
    font-size: 26px;
}
.release-subtitle h2{
    margin: 0 0 15px;
    font-size: 22px;
}
.release-subtitle h2 span{
    display: inline-block;
}
h3.table-title{
    margin: 15px 0;
    font-weight: bold;
}
.team{
}
.team table{
}
.team table tr{
}
.team table tr th{
    padding: 10px 15px;
    text-align: center !important;
    vertical-align: middle;
}
.team table tr td{
    padding: 10px 15px;
    background: #fff;
    color: #282828;
    font-size: 12px;
    line-height: 2.2;
    vertical-align: middle;
}
.team table tr td sup{
    color: #888;
}
.team table tr .num{
    width: 9%;
}
.team table tr .vehicle{
    width: 18%;
}
.team table tr .spec{
    width: 40%;
}
.team table tr .driver{
    width: 18%;
}
.team table tr .mecanic{
    width: 15%;
}
.team .note{
    margin: 25px 1em 0;
}
.team .note ol{
    list-style: none;
}
.team .note ol li{
    padding: 0 0 0 30px;
    font-size: 12px;
    text-indent: -30px;
}
.team .note ol li span{
    margin: 0 1em 0 0;
}
.team .note p{
    margin: 15px 0 0;
    padding: 0 0 0 1em;
    font-size: 12px;
    line-height: 1.6;
    text-indent: -1em;
}
.summary{
}
.summary table{
    min-width: 0;
}
.summary table tr{
}
.summary table tr th{
    width: 13em;
}
.summary table tr td{
    background: #fff;
    color: #000;
    line-height: 2.2;
    text-align: left;
    vertical-align: middle;
}
.summary table tr td span{
    display: inline-block;
}
.summary table tr td span.note{
    font-size: 0.875em;
}
.official-link{
    text-align: center;
}
.official-link p{
}
.official-link .btn{
    display: inline-block;
    position: relative;
    border: 1px solid #333;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 340px;
    padding: 15px 45px 15px 25px;
    line-height: 1.1;
}
.official-link .btn:before{
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 8px;
    right: 16px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
.official-link .btn:hover{
    border: 1px solid #e30000;
    color: #e30000;
}
.official-link .btn:hover:before{
    border-right: 1px solid #e30000;
    border-top: 1px solid #e30000;
}
}