
.resultItem dl dd ul li div {
    margin: .25em 0;
    padding: .25em 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.railNo {
    text-align: center;
    display: inline-block;
    width: calc(100% / 3);
}

.railType {
    text-align: center;
    display: inline-block;
    width: calc(100% / 3 - 1px);
    border-left: solid 1px #eee;
}

.railPrice {
    text-align: center;
    display: inline-block;
    width: calc(100% / 3 - 1px);
    border-left: solid 1px #eee;
}

div.searchBox div.resultRemarks h4,
div.searchBox div.resultRemarks p {
    text-align: left;
}

div.searchBox div.resultRemarks ul {
    list-style: none;
    font-size: 10px;
    text-align: left;
}

div.searchBox div.resultRemarks ul li {
    display: inline-block;
    float: none;
    width: auto;
    cursor: auto;
    margin: .5em;
    padding: 0;
}

.text-red {color:red;}

.railRemarks {
    display: block;
}



.button.disabled {
    color: #fff;
    background-color: #999;
    display: inline-block;
    padding: 8px 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border: none;
    border-radius: 30px;
}



button.btn {
    color: #fff;
    background-color: #333;
    display: inline-block;
    padding: 2px 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    min-width: 3em;
    border-radius: 5px;
}


button.btn.active {
    color: #000;
    background-color: #ccc;
}


div.searchBox div.searchTarget div.box {
    width: 33%;
    padding: 0 2% 0 0;
    background: url(../images/common/box_arrow.png) no-repeat right 50%;
    background-size: 12px auto;
}

div.searchBox div.searchTarget #importedCar div.box {
    width: 33%;
}

div.searchBox div.seatSearchNav {
    padding: 25px 0;
}

div.searchBox div.searchTarget #domesticCar .step2 .carNumber {
    background: none;
}
div.searchBox div.searchTarget #importedCar .step3 .carModel {
    background: none;
}

@media only screen and (max-width: 479px) {

    div.searchBox div.searchTarget div.box h3 {
        margin-bottom: .5em;
    }
    div.searchBox div.searchTarget div.box select {
        height: auto;
        font-size: 16px;
    }

    div.searchBox div.searchTarget div.box {
        width: auto;
        padding: 0;
        background: none;
    }

    div.searchBox div.searchTarget #importedCar div.box {
        width: auto;
        padding: 0;
        float: none;
        background: none;
    }


    .seatSearchNav {
        padding: 10px;
    }

    .seatSearchNav span.button {
        margin-bottom: 10px;
    }

    div.searchBox div#searchWord input {
        float: none;
        display: block;
        width: calc(100% - 10px);
    }
    div.searchBox div#searchWord div.text {
        float: none;
        width: 100%;
    }
}


#domestic_filter_btn {
    position: absolute;
    top:0;
    right: 10px;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    margin: 0;
    font-size: 100%;
}

#imported_filter_btn {
    position: absolute;
    top:0;
    right: 10px;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    margin: 0;
    font-size: 100%;
}


/* - - - - - - - - - - -
flex list
- - - - - - - - - - - */

.list_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.list_item {
    margin: 10px;
    padding: 10px;
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    border: solid 1px #999;
    font-size: 12.96px;
    text-align: right;
}

.list_item.active {
    background: #eee;
}

.list_item dl {
    width: 100%;
    text-align: left;
}

.list_item dt {
    float:left;
}

.list_item dd {
    margin-left: 4em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 479px) {

    div.searchBox div.searchTarget div.box h3 {
        margin-bottom: .5em;
    }
    div.searchBox div.searchTarget div.box select {
        height: auto;
        font-size: 16px;
    }

    div.searchBox div.searchTarget div.box {
        width: auto;
        padding: 0;
        background: none;
    }

    div.searchBox div.searchTarget #importedCar div.box {
        width: auto;
        padding: 0;
        float: none;
        background: none;
    }


    .seatSearchNav {
        padding: 10px;
    }

    .seatSearchNav span.button {
        margin-bottom: 10px;
    }

    div.searchBox div#searchWord input {
        float: none;
        display: block;
        width: calc(100% - 10px);
    }
    div.searchBox div#searchWord div.text {
        float: none;
        width: 100%;
    }

    .list_item {
        margin: 5px;
        padding: 5px;
        width: 100%;
    }

    div.searchBox div.searchResult ul li {
        width: 99%;
    }
}


#selectedCar {
    white-space: nowrap;
    width: auto;
    right: 50%;
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
}

#selectedCar span {
    margin-right: .25em;
}

#selectedCarData {
    margin-bottom: .25em;
}


#selectedCarButton {
    background-color: #009688;
}
#reSelectedCarButton {
    background-color: #009688;
}
#unSelectedCarButton {
    background-color: #FF9800;
}

#seletedCarCloseButton {
    color: #000;
    background-color: #fff;
    padding: 5px 8px;
}

@media only screen and (max-width: 479px) {
    #selectedCar {
        white-space: normal;
        width: 100%;
    }

    #selectedCarData {
        display: block;
    }
}


.seatDetail div.compare.disabled {
    cursor: default;
    background-color: #999;
}

@media only screen and (max-width: 479px) {
	#newsProductDetail .leftSection img {
	    max-width: 60%;
	    height: auto;
	    margin: 0 auto 30px auto;
	    display: block;
	}
}


#seatMapping .compare.button {
    margin-left: 20px;
}

@media only screen and (max-width: 479px) {
    #seatMapping .compare.button {
        margin-left: 0;
        margin-top: 20px;
    }
}




.seatDetail .sbp {
   font-weight: bold;
    margin-bottom: .5em;
}

.seatDetail .sbp a {
   padding: .25em;
   background-color: #ddd;
}

@media only screen and (max-width: 479px) {
    
}

input.gsc-input {
    vertical-align: top;
}

table.grid th.sta {
    background-color: #EDF2FC;
}
table.grid th.sun {
    background-color: #FFDDDD;
}


div.resultItems div.attention h4 {
    font-size: 1.25em;
    font-weight: bold;
}
div.resultItems div.attention p {
    font-size: 1.1em;
    font-weight: bold;
}

#introduction table.car_spec {
    margin: 1em auto;
    border: solid 1px #666;
}

#introduction table.car_spec td {
    margin: 0;
    padding: .5em;
    border: solid 1px #666;
}

#lang {
    display: inline-block;
    vertical-align: bottom;
    height: 1.25em;
    position: relative;
}

#lang a {
    border: solid 1px #666;
    color: #f00;
    background: #fff;
    padding: .25em .5em;
}

#lang a:hover {
    background: #eee;
}

@media only screen and (max-width: 479px) {
    #lang {
        padding: .5em 0;
        margin: 1em 0 0;
    }

    #lang a {
        display: inline-block;
    }

    #seatMapping div#graphPoint div#s_AIR a {
        font-size: 120%;
    }
}


// 20170427
#top div.newsList {
    color: #ccc;
    padding-bottom: 1em;
}

/*
	#top div.newsBox p.link_more {
    margin: 1em 0;
}
*/
#top div.newsBox p.link_more {
	margin: 1em 0 .5em;
	text-align: right;
	padding-right: 1em;
}
#top div.newsBox p.link_more a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  	content: "\f0a9";
  	margin-left: .3em;
}

#top div.newsList .news_lists_wrap {
    vertical-align: top;
    margin: 0 0 .6em;
}

#top div.newsList .news_lists_wrap .leftBox {
    width: 6em;
    margin: 0;
    padding: 0;
    float: left;
    color: #ccc;
}


#top div.newsList .news_lists_wrap .leftBox .img_wrap {
    width: 6em;
    height: 4.5em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


#top div.newsList .news_lists_wrap .rightBox {
    width: calc(100% - 7em);
    margin: 0;
    margin-left: 1em;
    padding: 0;
    float: right;
    vertical-align: top;
    color: #ccc;
}

#top div.newsList .news_lists_wrap .fullBox {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #ccc;
}

#top div.newsList .news_lists_wrap:before,
#top div.newsList .news_lists_wrap:after {
    content: " ";
    display: table;
}
#top div.newsList .news_lists_wrap:after {
    clear: both;
}

@media only screen and (max-width: 479px) {
    #top #news div.fullBox h2 {
        margin: 0 0 7px 0;
        font-size: 120%;
    }
    /*#top div.fullBox {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        padding: 5% 4%;
        border-bottom: 1px solid #444;
    }*/
}

#top div.fullBox dl.eventList dd a {
    display: inline-block;
}


.seatDetail #seatIntroduction .wrapper {
    position: static;
}

.seatDetail .guide-button {
    display: none;
    cursor: pointer;
    position: absolute;
    left: auto;
    right: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: rgba(255,255,255,.3);
    padding: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 479px) {
    .seatDetail #seatIntroduction .wrapper {
        position: relative;
    }
    .seatDetail .guide-button {
        display: block;
    }

    .seatDetail div.seatVariation {
        padding-bottom: 20px !important;
    }
}

.car_photo_wrap:after, .car_photo_wrap:before {
    content: "";
    clear: both;
    display: block;
}

.car_photo_wrap .photo {
    float: left;
    margin: 0;
    padding: .5rem 1rem;
    width: calc(50% - 2rem);
}

.car_photo_wrap .photo img {
    max-width: 100%;
}


@media only screen and (max-width: 479px) {
    .car_photo_wrap .photo {
        padding: .25rem .5rem;
        width: calc(100% - 1rem);
    }

    .car_photo_wrap .photo p {
        margin-bottom: .25rem;
    }
}

#header a.contact-button,
#header a.faq-button {
    position: static;
    height: 20px;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-top: 6px;
    padding: 2px 8px 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
    border-bottom: 0;
    font-size: 12px;
}

.contact-button {
    background-color: #dc8605 !important;
}
.faq-button {
    background-color: #38c50b !important;
}

.fb_iframe_widget span {
    height: 20px !important;
}

#lang_changer {
    height: 24px;
    padding: 2px;
    color: #f00;
}
#lang {
    height: auto !important;
}

#sns .fb_iframe_widget {
    vertical-align: bottom;
}

#sns #twitter-widget-0 {
    margin-right: 0;
}

@media screen and (max-width: 800px) {
    ul#global li a {
        padding: 8px 15px;
    }
}
