@charset "UTF-8";

.spot_pic {
    float: left;
    /*width: 330px;*/
	width: 38.82352%;
}

.spot_dtl {
    float: right;
    /*width: 490px;*/
	width: 57.64705%;
}

    .spot_dtl iframe {
		width: 100%;
	}

#modal_parking {
    display: none;
    position: relative;
}

    #modal_parking span.modal_close {
        background: #006cba;
        color: #ffffff;
        font-size: 1.5rem;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
    }

/*table {
    table-layout: fixed;
}

table td {
    word-break: break-all;
}

table .wid100 {
    width: 100px !important;
}*/
