@charset "UTF-8";
/* CSS Document */

#center-main{
}


#top-title{
    display: none;
}


.intro{
    text-align: center;
    margin-top: 10px;
}


div#details-page-top-text {
    clear: both;
    margin-top: 60px;
}


p{
    text-align: justify;
}


.maincopy{
   font-size: 13px;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 30px;
    letter-spacing: 1px;
    color: #6b6969;
    font-family: serif;
}


.hotelrow{
    height: 210px;
}


.hotelphoto{
    float: left;
}



.hoteltextbox{
    width: 45%;
    float: right;
    height: 210px;
    position: relative;
}


.hotelname{
    font-size: 15px;
    font-weight: 700;
    font-family: serif;
    color: #418190;
}

.hoteltext{
        font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #808080;
}

.snsiconbox{
    position: absolute;
    bottom: 9px;
    left: 23px;
}

.snsicon{
    float: left;
    margin-right: 15px;
}

.hotelline2003 {
    border: 0.5px dashed black;
    clear: both;
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
