@charset "utf-8";
h1.title1 {
	color: #7a7d80;
}
h1.title1:after {
	background-color: #7a7d80;
}
#exterior .viewerArea a {
	background-color: #7a7d80;
}
#contents #anchor li a.active {
	color: #7a7d80
}
.swiper-slide-thumb-active::after {
	border: solid 1px #7a7d80;
}
@media print, screen and (min-width: 751px) {
#contents #anchor li a:hover {
	color: #7a7d80
}	
#main #interior .inner {
    background-position: left;
}
}

@media only screen and (max-width: 700px) { 
	@media screen and (orientation: landscape) {
	/* 横向きの場合のスタイル */
	#topArea,
	#topArea #mainImg,
	#topArea #mainImg .cover,
	#topArea .top1,
	#topArea .top2 {
		padding-bottom: 60px;
	}
	}
}
@media only screen and (max-width: 600px) { 
	@media screen and (orientation: landscape) {
	/* 横向きの場合のスタイル */
	#topArea,
	#topArea #mainImg,
	#topArea #mainImg .cover,
	#topArea .top1,
	#topArea .top2 {
		padding-bottom: 110px;
	}
	}
}