<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------------------------------------

	フリーエリア・緊急エリア カスタマイズ用

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


/* - 「緊急のお知らせ」エリア
---------------------------------------------------------------------- */
#emergency { margin-top: 20px; }

#emergency &gt; .title {
    width: 940px;
    margin: 0 auto;
    background-color: #B71C1C;
    color: #fff;
    font-size: 2.4rem;
    padding: 5px;
    text-align: center;
    color: #FFF9C4;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#emergency &gt; .title i { margin-right: 0.3em; }

#emergency &gt; .content {
    width: 940px;
    margin: 0 auto;
    border: 4px solid #B71C1C;
    border-top: none;
    padding: 15px;
}

#emergency &gt; .content p.title {
    font-size: 2rem;
    border-bottom: 1px dashed #999;
    padding-bottom: 0.3em;
    color: #B71C1C;
}

#emergency &gt; .content p.title i { margin-right: 0.3em; }

#emergency &gt; .content &gt; ul { }
#emergency &gt; .content &gt; ul &gt; li { font-size: 0; }
#emergency &gt; .content &gt; ul &gt; li + li { margin-top: 10px; }

#emergency &gt; .content &gt; ul &gt; li &gt; a {
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
}

#emergency &gt; .content &gt; ul &gt; li &gt; a span.inner { display: table; }

#emergency &gt; .content &gt; ul &gt; li &gt; a span.inner &gt; span {
    display: table-cell;
    vertical-align: top;
}

#emergency &gt; .content &gt; ul &gt; li &gt; a span.inner &gt; span.icon { padding-right: 0.4em; }
#emergency &gt; .content &gt; ul &gt; li &gt; a span.inner &gt; span.icon i { color: #268300; }

.no-touch #emergency &gt; .content &gt; ul &gt; li &gt; a:hover span.inner &gt; span.txt { text-decoration: underline; }

#emergency &gt; .content &gt; p { line-height: 1.6; }
#emergency &gt; .content strong.red { color: #db0000; }


/* --- 青枠 --- */
#emergency.bluewaku &gt; .title { background-color: #3b4df7; }
#emergency.bluewaku &gt; .content { border: 4px solid #3b4df7; }
#emergency.bluewaku.narrow &gt; .content { padding: 8px; }
#emergency.bluewaku &gt; .content p.title { color: #3b4df7; }
#emergency.bluewaku &gt; .content p &gt; strong.nb { font-weight: normal; }

/* --- 赤枠（見出し無し） --- */
#emergency.redwaku &gt; .title { background-color: #B71C1C; }
#emergency.redwaku &gt; .content { border: 4px solid #B71C1C; }
#emergency.redwaku.narrow &gt; .content { padding: 8px; }
#emergency.redwaku &gt; .content p.title { color: #B71C1C; }
#emergency.redwaku &gt; .content p &gt; strong.nb { font-weight: normal; }

/* --- 青枠2（通常の見出しありの赤枠と見出し無しの青枠併記用） --- */
#emergency2 { margin-top: 20px; }

#emergency2 &gt; .content {
    width: 940px;
    margin: 0 auto;
    border: 4px solid #3b4df7;
    border-top: none;
    padding: 15px;
}
#emergency2.bluewaku &gt; .title { background-color: #3b4df7; }
#emergency2.bluewaku &gt; .content { border: 4px solid #3b4df7; }
#emergency2.bluewaku.narrow &gt; .content { padding: 8px; }
#emergency2.bluewaku &gt; .content p.title { color: #3b4df7; }
#emergency2.bluewaku &gt; .content &gt; p { line-height: 1.6; }
#emergency2.bluewaku &gt; .content p &gt; strong.nb { font-weight: normal; }


/* - 上部フリーエリア（クイックメニュー下）（#free_area）
---------------------------------------------------------------------- */
#free_area &gt; .content {
    width: 940px;
    margin: 20px auto;
    padding: 15px;
    background-color: #f5f5f5;/* --- 仮背景色 --- */
}




/* ------------------------------------------------------------
    強調
------------------------------------------------------------ */
strong.red { color: #c02; }
strong.blue { color: #3b4df7; }
strong.green { color: #098256; }





.race_info {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}

.race_info &gt; .inner {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.race_info &gt; .inner &gt; .header {
	display: table-cell;
	position: relative;
	background: #e4a346;
	background-color: #efb571;
	color: #fff;
	color: #6a0606;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 0;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	width: 180px;

}

.race_info &gt; .inner &gt; .header &gt; span {
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(228, 163, 70, 0);
    border-width: 10px;
    margin-top: -10px;
    border-color: rgba(207, 64, 20, 0);
    border-color: rgba(165, 104, 17, 0);
    border-left-color: #e4a346;
	border-left-color: #efb571;
}


.race_info &gt; .inner &gt; .txt {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	border: 1px dotted #ccc;
	border: 1px solid #ddd;
	border-left: none;
	padding: 10px;
	padding: 8px;
	padding-left: 20px;
	background-color: #f9eedf;
	box-sizing: border-box;
}

.race_info &gt; .inner &gt; .txt &gt; p {
	font-size: 1.3rem;
	line-height: 1.4;
}


.race_info &gt; .inner &gt; .num_date {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	border: 1px dotted #ccc;
	border: 1px solid #ddd;
	border-left: none;
	padding: 10px;
	padding: 8px;
	padding-left: 20px;
	background-color: #f9eedf;
	box-sizing: border-box;
}

.race_info &gt; .inner &gt; .num_date &gt; ul {

	overflow: hidden;
}

.race_info &gt; .inner &gt; .num_date &gt; ul:after {
	content: '';
	display: block;
	clear: both;
}

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li {
	float: left;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin-right: 10px;
}

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li &gt; span {
	margin-right: 10px;
	font-weight: normal;
	font-size: 1.2rem;
}


.race_info &gt; .inner &gt; .num_date &gt; p {
	font-size: 108%;
	font-size: 123.1%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}







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

	855px以下

------------------------------------------------------------ */
@media screen and ( max-width : 855px ) {

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li {
	margin-right: 20px;
}

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li &gt; span {
	display: block;
}






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

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {

/*--20200227追記　緊急エリア用--*/
#emergency &gt; .title { font-size: 1.8rem; }

.race_info &gt; .inner,
.race_info &gt; .inner &gt; .header,
.race_info &gt; .inner &gt; .num_date {
	display: block; }

.race_info &gt; .inner &gt; .header {
	width: 100%;
	padding: 8px;
}

.race_info &gt; .inner &gt; .header &gt; span {
	display: none;
}

.race_info &gt; .inner &gt; .header:after {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(228, 163, 70, 0);
	border-top-color: #e4a346;
	border-top-color: #efb571;
	border-width: 6px;
	margin-top: 0px;
	margin-left: -6px;
}

.race_info &gt; .inner &gt; .num_date{
	border: 1px solid #ddd;
	border-top: none;
	padding-left: 10px;
}

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li {
	font-size: 1.3rem;
	margin-right: 0;
	margin-top: 0.4rem;
}

.race_info &gt; .inner &gt; .num_date &gt; ul &gt; li &gt; span {
	display: inline;
}

</pre></body></html>