@charset "UTF-8";

.hotel_date table {
    width: 100%;
    color: #fff;
    border: solid 1px #746f6f;
}

.contents table tr td.profile {
    width: 30%;
    text-align: center;
    font-size: 14px;
}

.contents table tr td.detail {
    width: 50%;
}

table tr td.detail a{
	text-decoration-line: none;
}