@charset "utf-8";

span.condition-ttl {
    font-size: 1.8rem;
    font-weight: bold;
}

span.condition-item {
    margin-top: 2.4rem;
    display: inline-block;
}

.thumb.center {
    text-align: center;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#main table.tbl2 td, #main table.tbl2 th {
    padding: 1rem;
}

#main table.tbl2 {
    width: 100%;
    display: block;
    overflow-x: scroll;
}

#main table.tbl2 tbody {
    display: block;
    width: 200%;
}

#main table.tbl2 th {
    width: 15%;
}

#main table.tbl2 td {
    width: 27%;
}

}