.ad img{
	margin-bottom: 30px;
}
.ad img.mb0{
	margin-bottom: 0px;
}
.ad img.mb15{
	margin-bottom: 15px;
}
.ad .line{
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.ad-banner{
	margin: 60px auto;
	text-align: center;
}
.room{
	margin-bottom: 120px;
}
/*mq*/
@media (max-width: 767px) {
	.room{
		margin-bottom: 60px;
	}
}


/*tabnav*/
.tabnav a{
	border: 1px solid #3d7ebe;
	border-left: none;
	color: #3d7ebe;
	width: 30%;
}
.tabnav a:hover::after {
	background-color: #3d7ebe;
}
.tabnav li:first-child a{
	border: 1px solid #3d7ebe;
}
.tabnav img{
	margin-bottom: 0;
}
.tabnav .active{
	background: #3d7ebe;
}


/*model-photo*/
.model-photo{
	margin-top: 60px;
}
.model-photo h3{
	color: #ba8f3e;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ba8f3e;
	margin: 5px auto;
	text-align: left;
}
.model-photo .row > div{
	margin-bottom: 30px;
}
.model-photo h2::after,
.model-photo h3::after{
	display: none;
}