@charset "utf-8";
/* CSS Information
==========================================
File: fix.css
Site: okinawastory.jp
Page: /feature/low_age
======================================== */

/* .p-feature-static__legacy-feature 必ずクラス頭に指定 */

/* 配色変更 */
.p-feature-static__legacy-feature .contents_age .contents_Box .inner .contents_block .info a,
.p-feature-static__legacy-feature .contents_age .contents_Box .inner .next_contents a,
.p-feature-static__legacy-feature .slider_box .bx-pager-item a.active {
    background: #006dba!important;
}
.p-feature-static__legacy-feature .contents_age .contents_Box .inner .contents_block h2,
.p-feature-static__legacy-feature .contents_age .contents_Box .inner .contents_block .info dt {
    color: #006dba!important;
}

/* ページ遷移ボタン余白
.p-feature-static__legacy-feature .contents_age .contents_Box .inner {
    padding-bottom: 0!important;
}
@media only screen and (max-width: 767px) {
	.p-feature-static__legacy-feature .contents_age .contents_Box .inner {
		padding-bottom: 0!important;
	}
} */

/* ページナビ */
@media only screen and (min-width: 768px) {
	.p-feature-static__legacy-feature .contents_age .contents_inner01 .contents_categoryNav ul li.contents_Nav_hotel a {
		border: 1px solid #f07575;
	}
	.p-feature-static__legacy-feature .contents_age .contents_inner01 .contents_categoryNav ul li.contents_Nav_park a {
		border: 1px solid #52c0f3;
	}
	.p-feature-static__legacy-feature .contents_age .contents_inner01 .contents_categoryNav ul li.contents_Nav_gourmet a {
		border: 1px solid #f1b000;
	}
}