@charset "UTF-8";
.page-header {
	background-image: url("../img/bg-page-title.jpg");
}
.table-detail th {
    width: 240px;
}
.commentBox {
    font-size: 15px;
    line-height: 1.8;
}
.commentBox a {
    color: #ef000f;
    font-weight: 400;
    text-decoration: underline;
}
.spotBox {
    padding: 20px;
    background-color: #f5f1eb;
    color: #2f2213;
    font-size: 15px;
	margin-bottom: 80px;
}
.spotBox .spot {
    border-bottom: 1px solid #2d2215;
    padding-bottom: 40px;
    margin: 0 0 40px;
}
.spotBox .spot:last-child {
	border-bottom: none;
}
.spotBox .spot h5 {
    font-size: 18px;
	margin: 0 0 18px;
}

@media (max-width:767px){
	.table-detail th {
		width: auto;
	}
	
	.spotBox {
		margin: 0 -15px 40px;
	}
}
