@charset "utf-8";

/*-----------------------------------
float for Large only
-----------------------------------*/
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .half .left-column {
        float: right;
        padding-left: 20px;
        padding-right: 0;
    }
    .half .right-column {
        float: left;
        padding-right: 20px;
        padding-left: 0;
    }
}
/*-----------------------------------
for Medium only
-----------------------------------*/
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .right-column .ad ul {
        margin: 0 auto -20px;
    }
}
/*-----------------------------------
icon
-----------------------------------*/
ul.icon{
    margin: 0 0 20px;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    ul.icon{
        margin: 20px 30px -20px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    ul.icon{
        margin: 20px 0 0;
    }
}
/*-----------------------------------
table
-----------------------------------*/
table{
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #CCC;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    th{
        width: 150px;
        text-align: left;
        vertical-align: top;
    }
    th,td{
        padding: 10px 15px;
        border-bottom: 1px solid #CCC;
    }
    tr:nth-child(odd) th,
    tr:nth-child(odd) td{
        background-color: #f3f5f7;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    table{
        border-bottom: 1px solid #CCC;
    }
    th,td{
        display: block;
        width: 100%;
        padding: 5px 10px;
    }
    th{
        background-color: #f3f5f7;
        font-weight: bold;
        text-align: left;
    }
}
/*-----------------------------------
parts
-----------------------------------*/
h2{
    margin-bottom: 15px;
    font-size: 1.3em;
}
.att{
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #c43333;
    border-radius: 10px;
}
.att p{
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
    color: #c43333;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    h2{
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    .att p{
        font-size: 0.9em;
        font-weight: normal;
    }
}
/*-----------------------------------
map
-----------------------------------*/
#map,
#map iframe{
    height: 450px;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .left-column .mapbox .ad{
        margin: 30px auto 0;
        padding-top: 0;
    }
    .mapbox .ad li{
        float: left;
        width: 48%;
        margin-bottom: 30px;
        text-align: center;
    }
    .mapbox .ad li:first-child{
        margin-right: 4%;
    }
    .mapbox .ad li.ads{
        clear: both;
        float: none;
        width: 100%;
    }
    .mapbox .ad li img{
        width: 100%;
    }
    .mapbox .ad li.ads .ads_side2 ins{
        width: 515px;
        max-height: 60px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #map,
    #map iframe{
        height: 350px;
    }
    #map{
        margin-bottom: 20px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    #map,
    #map iframe{
        height: 350px;
    }
    #map{
        margin-left: -20px;
        margin-right: -20px;
    }
    .mapbox .ad{
        margin: 20px 0 -20px;
    }
    .mapbox .ad li{
        width: 49%;
        float: left;
    }
    .mapbox .ad li:first-child{
        margin-right: 2%;
    }
}
/*-----------------------------------
link
-----------------------------------*/
ul.top-link{
    width: 100%;
    margin-bottom: 20px;
}
.top-link li.reserve{
    float: right;
    width: 48%;
}
.top-link li.my-list{
    float: left;
    width: 48%;
}
.top-link li.my-list.fl{
    float: none;
    width: 100%;
}
.top-link li a{
    display: block;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.top-link li.reserve a{
    background-color: #ff7242;
    color: #FFF;
}
.top-link li.my-list a{
    background-color: #0075b6;
    color: #FFF;
    -webkit-transition: none;
    transition: none;
}
.top-link li.my-list a.remove{
    background-color: #BBB;
}
.top-link li.my-list a.preloader{
    background-image: url(/static/image/common/preloader.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.sharing-reserve{
    margin-bottom: 20px;
}
.sharing-reserve .btn{
    width: 80%;
    margin: 0 auto 10px;
}
.sharing-reserve .btn a{
    display: block;
    padding: 8px 10px;
    border-radius: 50px;
    background-color: #ff7242;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.sharing-reserve p{
    text-align: center;
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    ul.top-link{
        margin: 10px 0 20px;
    }
    .top-link li.reserve{
        margin-bottom: 10px;
    }
    .top-link li.reserve,
    .top-link li.my-list{
        float: none;
        width: 100%;
    }
    .sharing-reserve .btn{
        width: 100%;
    }
    .sharing-reserve .btn a{
        padding: 10px;
        font-size: 1em;
    }
}
/*-----------------------------------
clear
-----------------------------------*/
.mapbox .ad ul,
ul.top-link{
    display: block;
    min-height: 1%;
}
.mapbox .ad ul:after,
ul.top-link:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
