@charset "UTF-8";

/*---------------------------------------------------

	タグ別

---------------------------------------------------*/

@media (max-width: 450px) {
	html {
		font-size: 4vw;
	}
}

@media (min-width: 451px) {
	html {
		font-size: 18px;
	}
}

body {
	background-color: #fcfcfe;
	color: #4b4b4b;
	font-size: 1em;
	line-height: 1.8;
	margin: 0;
	max-width: 450px;
	padding: 0;
}

h1 {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 1.6em 0.77em;
	padding: 0;
	color: #303030;
}

h2,
body.post h3 {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 1.5em 0.83em;
	padding: 0;
	color: #303030;
}

h3,
body.post h4 {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 1.4em 0.91em;
	padding: 0;
	color: #303030;
}

p {
	font-size: 1em;
	line-height: 180%;
	margin: 1.8em 1em 0;
	padding: 0;
}

p.note {
	font-size: 0.8em;
}

a {
	overflow-wrap: break-word;
}

a:link,
a:visited {
	color: #4b4b4b;
	font-size: 1em;
}

img {
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

/*---------------------------------------------------

	見出し装飾

---------------------------------------------------*/

body:not(.info):not(.index):not(.article) h1,
body:not(.index):not(.post):not(.payout-ranking) h2,
body.index h2,
body.index h3.predictions,
body.index h3.library,
body.index h3.expo,
body.post h3,
body.expo h2 {
	margin-left: 0.625em;
	padding-left: 1.7em;
	position: relative;
}

body:not(.info):not(.index):not(.article) h1::before,
body:not(.info):not(.index):not(.article) h1::after,
body.index h2::before,
body.index h2::after {
	content: "■";
	position: absolute;
}

body:not(.info):not(.post):not(.index):not(.article) h2::before,
body:not(.info):not(.post):not(.index):not(.article) h2::after,
body.post h3::before,
body.post h3::after,
body.index h3.predictions::before,
body.index h3.predictions::after,
body.index h3.library::before,
body.index h3.library::after,
body.index h3.expo::before,
body.index h3.expo::after {
	content: "□";
	font-weight: bold;
	position: absolute;
}

body:not(.info):not(.article) h1::before,
body:not(.info):not(.post):not(.article) h2::before,
body.post h3::before,
body.index h2::before,
body.index h3.predictions::before,
body.index h3.library::before,
body.index h3.expo::before {
	color: #bdbdbd;
	left: 0.25em;
	top: 0.2em;
}

body:not(.info):not(.article) h1::after,
body:not(.info):not(.post):not(.article) h2::after,
body.post h3::after,
body.index h3.predictions::after,
body.index h3.library::after,
body.index h3.expo::after {
	left: 0;
	top: -0.05em;
}

body.home h1::after,
body.home h2::after {
	color: #ffaa6e;
}

body.predictions h1::after,
body.predictions h2::after,
body.post h3::after,
body.index h2.predictions::after,
body.index h3.predictions::after {
	color: #297e76;
}

body.library h1::after,
body.library h2::after,
body.index h2.library::after,
body.index h3.library::after {
	color: #a53e7a;
}

body.expo h1::after,
body.expo h2::after,
body.index h2.expo::after,
body.index h3.expo::after {
	color: #b3404b;
}

body.post h4,
body.predictions h3,
body.expo h3 {
	align-items: center;
	column-gap: 0.68em;
	display: flex;
	font-size: 1.1em;
	margin-left: 1.364em;
}

body.post h4::before,
body:not(.post):not(.index) h3::before,
body.expo h3::before {
	border-bottom: solid 0.22em;
	border-left: solid 0.22em;
	content: "";
	height: 0.4em;
	transform: rotate(-45deg) translate(0.11em, -0.11em);
	width: 0.8em;
}

body.info h1 {
	font-feature-settings: "palt";
}

/*---------------------------------------------------

	見出し上部ワイド幅

---------------------------------------------------*/

body.guide h2,
body.st_index h2 {
    margin-top: 3.6em;
}

/*---------------------------------------------------

    テーブル付き備考

---------------------------------------------------*/

table.has-note {
    margin-top: 0.5em !important;
}

p.table-note {
    font-size: 0.8em !important;
    line-height: 1 !important;
    text-align: right !important;

}

/*---------------------------------------------------

	ヘッダ

---------------------------------------------------*/

header {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
}
header p {
	font-feature-settings: "palt";
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 1.25em;
	text-align: left;
}
header a:link,
header a:visited {
	color: #303030;
	text-decoration: none;
}
header img {
	margin: 0.3em 0;
	padding: 0;
	width: 10em;
}
header ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
header li {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f6;
	border-bottom: solid 1px #bdbdbd;
	border-left: solid 1px #bdbdbd;
	width: 25%;
	box-sizing: border-box;
	height: 4.5em;
}

header li a:link,
header li a:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #303030;
	padding: 0;
	line-height: 1.2;
	box-sizing: border-box;
}

header li:nth-child(4) {
	border-right: solid 1px #bdbdbd;
}

header li:last-child {
	color: #4b4b4b;
	flex-basis: 100%;
	width: auto;
	order: 99;
	justify-content: right;
	background-color: transparent;
	border: none;
	height: auto;
	margin: 0.9375em 1.25em 0 0;
	text-decoration: none;
}

header li:last-child a:link,
header li:last-child a:visited {
	color: #4b4b4b;
	background: none;
	text-decoration: underline;
	line-height: normal;
	height: auto;
	width: auto;
}

/*---------------------------------------------------

	フッタ

---------------------------------------------------*/

footer {
	background-color: #4b4b4b;
	color: #fcfcfe;
	font-size: 1em;
	margin: 2.7em 0 0 0;
	padding: 1.3em 0 1em;
	text-align: center;
}

footer a:link,
footer a:visited {
	color: #fcfcfe !important;
}

footer p {
	margin: auto;
	padding: 0;
}

footer p.please-share {
	background-color: rgb(35 35 35 / 0.75);
	border-radius: 9999px;
	display: block;
	font-size: 0.8em;
	padding: 0.47em auto;
	width: 62%;
}

footer ul.share-icons {
	display: flex;
	justify-content: center;
}

footer img {
	height: 2.5em;
	padding: 1.3em 0.7em;
	width: 2.5em;
}

footer nav {
	font-size: 0.8em;
	margin: 0;
	text-align: left;
}

footer nav.site-map ul {
	line-height: 220%;
	padding: 0 0 0 1.25em;
}

footer nav ul.two-columns {
	column-count: 2;
	font-size: 0.85em;
}

footer nav a:link,
footer nav a:visited {
	text-decoration: underline;
}

/*---------------------------------------------------

	パンくずリスト

---------------------------------------------------*/

nav.breadcrumb {
	font-size: 0.8em;
	line-height: 180%;
	margin: 3.375em 0.625em 0;
	padding: 0;
}

nav.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}

nav.breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 0.625em;
}

/*---------------------------------------------------

	セクションヘッダ

---------------------------------------------------*/

div.section-header {
	align-items: flex-start;
	display: flex;
	margin: 1.35em 1em;
}

body.info div.section-header {
	margin-top: -1em;
}

div.section-header p {
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 0;
}

div.section-header nav {
	flex-grow: 1;
}

div.section-header nav ul,
nav.section-nav ul {
	font-weight: bold;
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

nav.section-nav ul {
	margin: 0 1em;
}

div.section-header nav li,
nav.section-nav li {
	margin: 0 0 0.25em 0;
}

div.section-header nav li:last-child,
nav.section-nav li:last-child {
	margin: 0;
}

div.section-header nav a,
nav.section-nav a {
	border: solid 1px;
	border-radius: 9999px;
	display: inline-block;
	font-feature-settings: "palt";
	font-size: 0.85em;
	line-height: 1;
	margin: 0;
	padding: 0.57em 1.15em;
	text-decoration: none;
    filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd);
}

div.section-header nav li:nth-child(3) a,
nav.section-nav li:nth-child(3) a {
	border: none;
	border-radius: 0px;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	background-color: transparent !important;
	color: #303030 !important;
	filter: none;
	font-weight: normal;
}

p.post-at {
	font-size: 1em;
	margin-top: 0;
	line-height: 1;
}

body.info p.post-at {
	margin-top: -0.9em;
	padding-bottom: 1.8em;
}

body.index p.post-at {
	font-size: 1em;
	margin-top: 0.5em !important;
	text-align: right;
	line-height: 1;
}

body.expo p.post-at {
	margin-top: 1.35em;
}

/*---------------------------------------------------

	アイキャッチ

---------------------------------------------------*/

figure.eye-catcher {
	margin: 1.8em 0 0;
	padding: 0;
	width: 100%;
}
figure.eye-catcher img {
	width: 100%;
}

/*---------------------------------------------------

	リード

---------------------------------------------------*/

div.read {
	background-position: center;
	background-size: cover;
	display: block;
	font-size: 1em;
	margin: 1.8em 0 0 0;
	padding: 1.8em 0;
	position: relative;
	z-index: 1;
}

div.read p {
	color: #fcfcfe;
	font-size: 1em;
	line-height: 1.8;
	margin: 0;
	padding: 1em 2.5em;
	position: relative;
	z-index: 2;
}

div.read.home p,
div.read.link p {
	background-color: rgb(35 35 35 / 0.6);
}

div.read.home {
	background-image: url("https://funaneko.com/images/home_bg.webp");
}

div.read.link {
	background-image: url("https://funaneko.com/images/link_bg.webp");
}

body.predictions div.read p,
div.read.predictions p {
	background-color: rgb(8 15 26 / 0.6);
}

body.predictions div.read,
div.read.predictions {
	background-image: url("https://funaneko.com/images/predictions_bg.webp");
}

body.library div.read p,
div.read.library p {
	background-color: rgb(10 26 8 / 0.6);
}

body.library div.read,
div.read.library {
	background-image: url("https://funaneko.com/images/library_bg.webp");
}

body.expo div.read p,
div.read.expo p {
	background-color: rgb(26 8 25 / 0.6);
}

body.expo div.read,
div.read.expo {
	background-image: url("https://funaneko.com/images/expo_bg.webp");
}

/*---------------------------------------------------

	メニュー

---------------------------------------------------*/

nav.menu {
	font-size: 1em;
	margin: 1.8em 1em 0 0;
}

nav.menu ul {
	font-weight: normal;
	display: flex;
	line-height: 1;
	margin: 0;
	justify-content: right;
}

nav.menu li {
	margin: 0 0.25em 0 0;
	width: fit-content;
}

nav.menu li:last-child {
	font-weight: bold !important;
}

nav.menu a {
	display: block;
	border: solid 1px;
	border-radius: 9999px;
	font-size: 0.85em;
	padding: 0.57em 1.15em;
	color: #fcfcfe;
	text-decoration: none;
    filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd);
}

/*---------------------------------------------------

	ワイドボタン

---------------------------------------------------*/

nav.wide-button a {
	border: solid 1px;
	display: block;
	text-align: center;
	margin: 0.9em auto 0;
	padding: 0.5em;
	border-radius: 9999px;
	color: #fcfcfe;
	font-weight: bold;
	text-decoration: none;
	width: calc(100% - 3em);
    filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd)
}

body.index nav.predictions-wide a,
body.predictions nav.wide-button a {
	border-color: #847a15 !important;
	background-color: #746b13;
}

body.index nav.library-wide a,
body.library nav.wide-button a {
	border-color: #805faf !important;
	background-color: #705399;
}

body.index nav.expo-wide a,
body.expo nav.wide-button a {
    border-color: #606ace !important;
    background-color: #545cb4;
}

/*---------------------------------------------------

	カード

---------------------------------------------------*/

.card {
	background-color: #fcfcfe;
	border: solid 1px #bdbdbd;
	border-radius: 3px;
	filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd);
	margin: 0.9em 1em 0;
	position: relative;
	padding: 0;
}

.card a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.card a> :first-child {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

.card a> :first-child img {
	border-radius: 3px;
	height: 4.9em;
	margin: 0.75em 0 0 0.75em;
	padding: 0;
	width: auto;
	flex-shrink: 0;
}

.card a> :first-child div {
	margin: 0.75em 0.75em 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.card a h2,
.card a h3,
.card a h4 {
	margin: 0 0 0.25em !important;
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
	padding: 0 !important;
	position: static !important;
	font-feature-settings: "palt";
}

.card a h2::before,
.card a h2::after,
.card a h3::before,
.card a h3::after,
.card a h4::before,
.card a h4::after {
	content: none !important;
}

.card a p {
	line-height: 1.8;
}

.card a>div>div>p {
	font-size: 0.8em;
	margin: 0;
	font-feature-settings: "palt";
}

.card a>p:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.25em 0 0 0.75em;
}

.card a .grade {
	position: absolute;
	line-height: 1;
	left: 5.10em;
	top: 0.25em;
	/* text-shadow: 1.5px 1.5px 0 #fcfcfe, -1.5px 1.5px 0 #fcfcfe, 1.5px -1.5px 0 #fcfcfe, -1.5px -1.5px 0 #fcfcfe; */
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fcfcfe;
    text-stroke-width: 1.5px;
    text-stroke-color: #fcfcfe;


}

.card a .latest,
.card a .pin {
	position: absolute;
	line-height: 1;
	right: 0;
	bottom: 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 2px;
	display: block;
	font-size: 0.8em;
	margin: 0;
	padding: 0.57em 1em 0.42em;
	width: fit-content;
}

.card a .latest {
	background-color: #b34a54;
	border: solid 1px #c2505b;
	color: #ffffff;
	font-weight: bold !important;
}

.card a .pin {
	background-color: #a25b2b;
	border: solid 1px #af622e;
	color: #ffffff;
	font-weight: bold !important;
}

.card a .is-matched {
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	background-color: #2d7cb2;
	border: solid 1px #3186c1;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 2px;
	display: block;
	font-size: 0.9em;
	line-height: 1;
	margin: 0;
	padding: 0.55em 0.825em;
	width: fit-content;
}

.card a .topic {
	border-right: solid 0.75px #4b4b4b;
	border-bottom: solid 0.75px #4b4b4b;
	position: absolute;
	line-height: 1;
	left: 0;
	top: 0;
	background-color: #fcfcfe;
	color: #303030;
	font-weight: normal;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 10px;
	display: block;
	font-size: 0.8em;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.5em;
	width: fit-content;
}

.card a .episode,
.card a .category {
	border: solid 0.75px #4b4b4b;
	background-color: #fcfcfe;
	border-radius: 2px;
	line-height: 1;
	font-weight: bold;
	color: #303030;
	font-size: 0.7em;
	padding: 0.6em 0.7em;
	width: fit-content;
	text-decoration: none !important;
	display: inline-block;
}

.card a .episode {
	margin: 0 0.47em 0 0;
}

.card a .category {
	font-weight: normal;
	margin: 0 0 0.357em 0;
}

.popup-msg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	background: rgba(0, 0, 0, 0.6);
	color: #fcfcfe;
	padding: 10px 14px;
	border-radius: 3px;
	white-space: pre-line;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: fit-content;
	line-height: 1.5;
	font-size: 0.9em;
}

.popup-msg.show {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}


/*---------------------------------------------------

	ページネーション

---------------------------------------------------*/

nav.pagination {
	font-size: 1em;
	margin: 1.8em 0.625em 0;
	padding: 0;
}

nav.pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

nav.pagination li {
	align-items:center;
	display: flex;
	flex: 1 1 100%;
}

nav.pagination img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

}

nav.pagination .next-page,
nav.pagination .previous-page {
	background-color: #f6f6f6;
	border: solid 1px #bdbdbd;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.5;
	flex: 1 1 50%;
	margin: 0;
}

nav.pagination .previous-page {
	border-left: none;
}

nav.pagination .next-range,
nav.pagination .previous-range {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	text-decoration: none;
}

nav.pagination .next-range {
	justify-content: flex-start;
}

nav.pagination .previous-range {
	justify-content: flex-end;
}

nav.pagination .next-icon,
nav.pagination .previous-icon {
	display: flex;
	margin: auto 0.625em;
	padding: 0;
}
nav.pagination .previous-icon {
	order: 1;
}

nav.pagination .next-icon span,
nav.pagination .previous-icon span {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 3.3em;
	height: 3.3em;
	overflow: hidden;
}

nav.pagination .next-text,
nav.pagination .previous-text {
	display: block;
	height: 4.9em;
	margin: 0.625em 0;
	padding: 0;
}

nav.pagination .next-text::before,
nav.pagination .previous-text::before {
	display: block;
	font-weight: bold;
	margin: 0 0 0.3em;
	padding: 0;
	width: 100%;
}

nav.pagination .next-text::before{
	content: "次の記事";
}

nav.pagination .previous-text::before{
	content: "前の記事";
}

nav.pagination .next-text {
	margin-right: 0.9375em;
}

nav.pagination .previous-text {
	order: 0;
	text-align: right;
	margin-left: 0.9375em;
}

nav.pagination .next-text span,
nav.pagination .previous-text span {
	
	min-height: 3em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
	text-decoration: underline;
}

body.predictions nav.pagination .previous-text span {
	text-align: right !important;
}

nav.pagination li:not(.next-page):not(.previous-page) {
	flex: 0 1 auto;
	margin: 1.125em 0.25em 0 0;
	line-height: 1;
	font-weight: normal;
	width: fit-content;
}

nav.pagination li:last-child {
	margin-right: 0.417em !important;
	font-weight: bold !important;
}

/* nav.pagination li:not(.next-page):not(.previous-page) a:link,
nav.pagination li:not(.next-page):not(.previous-page) a:visited { */
nav.pagination li:not(.next-page):not(.previous-page) a {
	display: block;
	border: solid 1px;
	border-radius: 9999px;
	font-size: 0.85em;
	padding: 0.57em 1.15em;
	color: #fcfcfe;
	text-decoration: none;
    filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd);
}

/*---------------------------------------------------

	リンクカード

---------------------------------------------------*/

.url-card {
	border: solid 1px #bdbdbd;
	filter: drop-shadow(1.5px 1.5px 1.5px #bdbdbd);
	background-color: #fcfcfe;
	border-radius: 2px;
	overflow: hidden;
	margin: 1.8em 1em 0 1em;
	display: flex;
}

.url-card a {
	display: flex;
	text-decoration: none;
	color: inherit;
	width: 100%;
	align-items: center;
}

.url-card img {
	object-fit: cover;
	flex-shrink: 0;
}

.url-card .image-wrapper {
	margin: 0.5em 0 0.5em 0.5em;
	flex-shrink: 0;
	height: 4.9em;
	width: calc(4.9em * 16 / 8.4);
	position: relative;
	overflow: hidden;
}

.url-card .image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.url-card .url-content {
	margin: 0;
	padding: 0 1em;
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* .url-card .title {
	color: #303030;
	font-feature-settings: "palt";
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	max-width: 100%;
} */

.url-card .title {
	color: #303030;
	font-feature-settings: "palt";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0;
	max-width: 100%;
}



.url-card .url {
	margin: 0.25em 0 0;
	display: block;
	font-size: 0.6em;
	color: #4b4b4b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

/*---------------------------------------------------

	目次

---------------------------------------------------*/

nav.section_menu {
    display: block;
    margin: 1.8em 1em;
    padding: 1.8em 2.2em 1.8em 3.2em;
}

nav.section_menu ul {
    list-style: square;
}

nav.section-menu {
    display: block;
    margin: 1.8em 1em;
    padding: 1.8em 2.2em 1.8em 3.2em;
}

nav.section-menu ul {
    list-style: square;
}


/*---------------------------------------------------

	余白

---------------------------------------------------*/

.no-spc-top {
	margin-top: 0;
}

.narrow-spc-top {
	font-size: 1em;
	margin-top: 0.9em !important;
}

.narrower-spc-top {
	font-size: 1em;
	margin-top: 0.45em !important;
}


.add-spc-bottom {
	font-size: 1em;
	margin-bottom: 1.8em !important;
}

.wide-spc-top {
	font-size: 1em;
	margin-top: 2.7em !important;
}

.heading-wide-spc {
	margin-top: 3.6em !important;
}

.medium-spc-top {
	font-size: 1em;
	margin-top: 1.8em !important;
}

/*---------------------------------------------------

	配色

---------------------------------------------------*/

/* 背景色 */

.bg-orange {
	background-color: #ffaa6e;
	color: #524944;
}

.bg-green {
    background-color: #3d8037;
}









/* ハイライト */

.orange-highlight {
	background-color: #fdf4ed !important;
}

.blue-highlight {
	background-color: #eff8fd !important;
}

.library-highlight {
	background-color: #fbf3f7 !important;
}

.expo-highlight {
	background-color: #faf3fa !important;
}

.link-highlight {
	background-color: #f6f6f6 !important;
}

/*---------------------------------------------------

	艇番装飾

---------------------------------------------------*/

.colored-boat-number {
	align-items: center;
	display: inline-flex;
	font-size: 0.9em;
	height: 1em;
	justify-content: center;
	padding: 0.3em 0.375em !important;
}

.boat-1 {
	background: #bdbdbd;
	color: #4b4b4b;
}

.boat-2 {
	background: #595959;
	color: #fcfcfe;
}

.boat-3 {
	background: #db2434;
	color: #fcfcfe;
}

.boat-4 {
	background: #1d76b4;
	color: #fcfcfe;
}

.boat-5 {
	background: #e9ba0f;
	color: #4b4b4b;
}

.boat-6 {
	background: #148325;
	color: #fcfcfe;
}

/*---------------------------------------------------

	広告

---------------------------------------------------*/

p.text-pr {
	display: block;
	font-size: 0.8em;
	margin: 0 auto;
	padding-top: 2.25em;
	width: fit-content;
	max-width: 70%;
	text-align: left;
}

div.large-ad {
	font-size: 1em;
	margin-top: 1.8em !important;
}

div.mini-ad {
	font-size: 1em;
	margin: 1.8em auto 0 !important;
	display: block;
	width: 320px;
	height: 100px !important;
}

body.recent div.large-ad,
body.ad-hidden div.large-ad {
	height: 350px;
	background-color: #f6f6f6;
	font-size: 0.8em;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 350px;
}

body.recent div.mini-ad,
body.ad-hidden div.mini-ad {
	background-color: #f6f6f6;
	font-size: 0.8em;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 100px;
}

body.recent div.large-ad::before,
body.recent div.mini-ad::before {
	content: "新着期間のため、広告は非表示です。";
}

body.ad-hidden div.large-ad::before,
body.ad-hidden div.mini-ad::before {
	content: "一定期間、広告を非表示にしています。";
}

/*---------------------------------------------------

	レースグレード

---------------------------------------------------*/

i.sg {
	color: #db3846;
	font-size: 1.06em;
}

i.g1 {
	color: #f2873e;
	font-size: 0.88em;
}

i.g2 {
	color: #86c131;
	font-size: 0.88em;
}

i.g3 {
	color: #2d7cb2;
	font-size: 0.88em;
}

i.pg1 {
	color: #f2873e;
	font-size: 1.06em;
}

i.all-ladies {
	color: #ca338c;
}

i.masters {
	color:#259252;
	font-size: 0.88em;
}

i.rookie {
	color: #78aacd;
	font-size: 0.88em;
}

i.venus {
	color: #d77eb5;
}

i.other {
	color:#8c8c8c;
	font-size: 0.88em;
}

/*---------------------------------------------------

	hello用バナー

---------------------------------------------------*/

figure.hello-banner {
    padding: 0 0 0 1em;
    display: block;
    margin: 1.8em 0 0;
    width: 80%;
}

figure.hello-banner img {
    width: 100%;
}

/*---------------------------------------------------

	記事用画像

---------------------------------------------------*/

figure.article-img {
    padding: 0 0 0 1em;
    display: block;
    margin: 1.8em 0 0;
    width: 90%;
}

figure.img-square {
    width: 65.25% !important;
}

figure.article-img img {
    width: 100%;
}

figure.article-img figcaption {
	font-size: 0.8em;
	text-align: center;
}

/*---------------------------------------------------

	関連記事

---------------------------------------------------*/

nav.related ul {
    font-size: 0.8em;
    margin: 0.3125em 0 0 1.875em;
}

nav.related li {
    text-decoration: none;
}

/*---------------------------------------------------

	共通期間用期間

---------------------------------------------------*/

form.term {
	margin: 3.6em 0;
	padding: 0;
	width: calc(100% - 1em);
	text-align: right;
	height: 1.8em;
}

form.term select {
	font-size: 0.9em;
	margin: 0 0.55em 0 0;
	padding: 0 1em 0 0.3em;
	height: 100%;
}

form.term label {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

form.term input,
form.term button {
	font-size: 0.9em;
	padding: 0 0.8em;
	margin: 0;
	height: 100%;
}





/*---------------------------------------------------

	その他

---------------------------------------------------*/

.strong,
.new {
	font-weight: bold !important;
}

div.link::after {
	opacity: 0.65;
}

div.home::after {
	opacity: 0.7;
}




