@charset "utf-8";
.traffic_image_show .mnbd25_traffice_block:not([data-rel="bottom"]) ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.traffic_image_show .mnbd25_traffice_block:not([data-rel="bottom"]) ul,
.traffic_image_show .mnbd25_traffice_block:not([data-rel="bottom"]) ul > li {
    list-style: none;
}
.traffic_image_show > div:first-child ~ div {
    margin-top: 25px;
}
.trfcmgshw_top,
.trfcmgshw_middle {
    overflow: hidden;
}
.trfcmgshw_top > ul,
.trfcmgshw_middle > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.trfcmgshw_top > ul > li,
.trfcmgshw_middle > ul > li {
    padding-left: 10px;
    padding-top: 10px;
}
.trfcmgshw_top > ul > li {
    flex-grow: 1;
    width: 50%;
    min-width: 50%;
}
.trfcmgshw_top select {
    width: 100%;
    max-width: none;
    vertical-align: top;
    font-size: 125%;
    background-color: transparent;
    border: none;
    text-align: center;
    padding: 0.5em 0;
}
.trfcmgshw_top select:focus {
    outline: none;
}
.trfcmgshw_top select > option {
    color: #000;
}
.trfcmgshw_top_select {
    padding: 0 0.5em;
}
.trfcmgshw_top > ul > li > .trfcmgshw_top_select {
    background-color: #E8A418;
    color: #FFF;
}
.trfcmgshw_top > ul > li:first-child > .trfcmgshw_top_select {
    background-color: #CE4227;
}
.trfcmgshw_middle {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.trfcmgshw_middle > ul {
    justify-content: center;
}
.trfcmgshw_middle > ul > li {
    flex-grow: 1;
}
input[name="tarffic_imgslct"] {
    display: none;
}
#traffic_selects_image label {
    display: block;
}
#traffic_selects_image span {
    display: block;
    border-radius: 99999999px;
    padding: 0.5em 2em;
    border: 2px solid #E8A418;
    text-align: center;
    cursor: pointer;
}
#traffic_selects_image a {
    font-weight: bold;
    text-decoration: none;
}
#traffic_selects_image a:hover > span,
#traffic_selects_image input[name="tarffic_imgslct"]:checked + span {
    color: #FFF;
    background-color: #CE4227;
}
#traffic_image_embed a {
    word-break: break-all;
}
.traffic_embed_image {
    text-align: center;
}
.traffic_embed_image img {
    width: 1260px;
}
@media screen and (max-width:475px) {
    .trfcmgshw_top > ul > li {
        width: 100%;
        min-width: 100%;
    }
}
/**/
.trfcmgshw_top label {
    background-color: #10893C;
    color: #FFF;
    padding: 0.3em 1.5em;
    margin-bottom: 0;
    border-radius: 9px 9px 0 0;
    text-align: center;
}
@media screen and (max-width:475px) {
    .trfcmgshw_top label {
        display: block;
        width: 100%;
    }
}
/**/
.traffic_image_show div:first-child ~ p {
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
    font-weight: bold;
    color: #AA3021;
}
.trfcmgshw_tops input[type="radio"] {
    display: none;
}
.trfcmgshw_tops label,
.trfcmgshw_tops span {
    display: block;
}
.trfcmgshw_tops label {
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
}
.trfcmgshw_tops {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#traffic_selects_area {
    display: flex;
    border: 2px solid #E7A613;
    padding: 2px;
    border-radius: 9999999px;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); */
}
#traffic_selects_area label span {
    padding: 0.3em 1em;
    color: #EAC125;
    min-height: 100%;
    display: flex;
    align-items: center;
}
#traffic_selects_area label > input[type="radio"]:checked + span {
    background-color: #AA3021;
    color: #FFF;
    border-radius: 9999999px;
}
#traffic_selects_area label:nth-child(2) > input[type="radio"]:checked + span {
    background-color: #3A3633;
}
.trfcmgshw_top_n2 {
    overflow: hidden;
    border: 2px solid #E7A613;
}
#traffic_selects_category {
    margin-left: -1px;
    margin-top: -1px;
    display: flex;
    flex-wrap: wrap;
}
#traffic_selects_category label {
    /* margin: 5px; */
    flex-grow: 1;
    border-left: 1px solid #E7A613;
    border-top: 1px solid #E7A613;
    text-align: center;
}
#traffic_selects_category span {
    padding: 0.3em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
#traffic_selects_category input[type="radio"]:checked + span {
    background-color: #CE4227;
    color: #FFF;
}
.trfcmgshw_middle {
    display: block;
    text-align: center;
    border-top: 1px dashed #E7A613;
    padding-top: 25px;
}
.trfcmgshw_middle > ul {
    display: inline-flex;
}
@media screen and (max-width:475px) {
    #traffic_selects_category label {
        width: 50%;
        min-width: 50%;
    }
}