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

	主要国 WEBサイトの歩き方　香港

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

.body_wrapper { overflow: visible; }


strong { font-weight: bold; }
strong.red { color: #c00; }


.body_wrapper .tab &gt; ul &gt; li {
	width: 50%;
}


/* - ヘッダータイトルブロック
------------------------------------------------------------ */
div.header_block {
	display: table;
	width: 100%;
	table-layout: fixed;
}

div.header_block &gt; div {
	display: table-cell;
	vertical-align: middle;
}

div.header_block &gt; div.img {
	width: 402px;
	padding-right: 30px;
	width: 432px;
}

div.header_block &gt; div.img &gt; p { display: block; }
/*div.header_block &gt; div.img &gt; p &gt; img { border: 1px solid #ddd; vertical-align: top; }*/
div.header_block &gt; div.img &gt; p &gt; img { vertical-align: top; }

div.header_block &gt; div.txt { padding-left: 10px; }

/*
div.header_block &gt; div.txt &gt; p.cap {
	background-color: #4e4e4e;
	color: #fff;
	padding: 4px 15px 4px 10px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 4px;
	font-size: 1.2rem;
	border-radius: 0 2em 2em 0;
}
*/

div.header_block &gt; div.txt &gt; div.cap {
	display: table;
}

div.header_block &gt; div.txt &gt; div.cap &gt; span {
	display: table-cell;
	vertical-align: middle;
}

div.header_block &gt; div.txt &gt; div.cap &gt; span.txt {
	
}

div.header_block &gt; div.txt &gt; div.cap &gt; span.txt &gt; span.cap {
	background-color: #4e4e4e;
	color: #fff;
	padding: 4px 15px 4px 10px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 4px;
	font-size: 1.2rem;
	border-radius: 0 2em 2em 0;
}

div.header_block &gt; div.txt &gt; div.cap &gt; span.flag {
	padding: 10px;
	vertical-align: middle;
}

div.header_block &gt; div.txt &gt; div.cap &gt; span.flag &gt; img {
	border: 1px solid #ddd;
	max-width: 40px;
}





div.header_block &gt; div.txt &gt; h2 {
	font-size: 2.4rem;
	font-weight: bold;
}

div.header_block &gt; div.txt &gt; h2 &gt; span {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	margin-top: 4px;
}

div.header_block &gt; div.txt p.url {
	background-color: #ebebeb;
	padding: 8px;
	margin-top: 20px;
	border-radius: 3px;
}

div.header_block &gt; div.txt p.url &gt; a {
	background-color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 3px;
	display: block;
	
	color: #333;
	font-size: 1.3rem;
}

div.header_block &gt; div.txt p.url &gt; a:hover { background-color: #fff8e1; }


div.header_block &gt; div.txt p.url &gt; a i {
	margin-right: 8px;
	color: #0069a7;
}



/* --- サイトリンク --- */
div.header_block &gt; div.txt div.link {
	background-color: #ebebeb;
	padding: 8px;
	margin-top: 20px;
	border-radius: 3px;
}

div.header_block &gt; div.txt div.link &gt; a {
	background-color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 3px;
	display: block;
	
	color: #333;
	font-size: 1.3rem;
}

.no-touch div.header_block &gt; div.txt div.link &gt; a:hover,
div.header_block &gt; div.txt div.link &gt; a:focus {
	background-color: #fff8e1;
}

div.header_block &gt; div.txt div.link &gt; a &gt; span.inner {
	display: table;
}

div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span {
	display: table-cell;
	vertical-align: middle;
}

div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span.icon {
	padding-right: 5px;
}

div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span.icon i {
	color: #0069a7;
}


div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span.txt {
	word-break: break-all;
}








/* - レース結果の調べ方
------------------------------------------------------------ */
ul.step_list {  }
ul.step_list:after { content: ''; display: block; clear: both; }

ul.step_list &gt; li {
	width: 50%;
	font-size: 1.3rem;
	vertical-align: top;
	padding: 10px 0;
	box-sizing: border-box;
	float: left;
}

ul.step_list &gt; li:nth-child(odd){ padding-right: 10px; }
ul.step_list &gt; li:nth-child(even){ padding-left: 10px; }

ul.step_list &gt; li .step_unit { position: relative; }

ul.step_list &gt; li .step_unit &gt; p.step {
	display: inline-block;
	background-color: #4e4e4e;
	color: #fff;
	padding: 4px 12px 4px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(78,78,78,0.9);
	background-color: rgba(51,51,51,0.9);
}

ul.step_list &gt; li .step_unit &gt; p &gt; span {
	font-size: 1rem;
	margin-right: 0.4em;
}


ul.step_list &gt; li .step_unit &gt; div.inner { margin-top: 10px; }

ul.step_list &gt; li .step_unit &gt; div.inner &gt; div {  }

ul.step_list &gt; li .step_unit &gt; div.inner &gt; div.img &gt; p {
	border: 1px solid #ddd;
	padding: 10px;
}

ul.step_list &gt; li .step_unit &gt; div.inner &gt; div.txt { margin-top: 5px; }

ul.step_list &gt; li .step_unit &gt; div.inner &gt; div.txt span.step {
	background-color: #4e4e4e;
	color: #fff;
	padding: 4px 12px 4px 8px;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 0 2em 2em 0;
	margin-right: 0.8em;
}

ul.step_list &gt; li .step_unit &gt; div.inner &gt; div.txt span.step &gt; span {
	font-size: 1rem;
	margin-right: 0.4em;
	font-weight: normal;
}



/* - 【レース結果 解説】ブロック
------------------------------------------------------------ */
div.detail_block {  }

div.detail_block &gt; h4 {
	color: #fff;
	background-color: #555;
}

div.detail_block &gt; h4 &gt; span.inner { display: table; }

div.detail_block &gt; h4 &gt; span.inner &gt; span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

div.detail_block &gt; h4 &gt; span.inner &gt; span.cap {
	font-weight: bold;
	font-size: 1.3rem;
}

div.detail_block &gt; h4 &gt; span.inner &gt; span.txt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
}

div.detail_block &gt; h4 &gt; span.inner &gt; span.txt &gt; span.date { font-size: 1.2rem; }

div.detail_block &gt; .content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px;
}


div.detail_block .unit &gt; h5 {
	/*
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	
	border-bottom: 1px solid #ddd;
	font-size: 1.5rem;
	*/
	
	/*
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 6px 12px;
	line-height: 1.5;
	*/
	
	
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
	background: linear-gradient(transparent 60%, #FAE438 40%);
	background: linear-gradient(transparent 60%, #F0F4C3 40%);
	background: linear-gradient(transparent 60%, #FFECB3 40%);
	
	/*border-radius: 0 0 4px 0;*/
	font-size: 1.8rem;
	color: #555;
	
}


div.detail_block .unit &gt; p.img {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

div.detail_block .unit div.ex {  }

div.detail_block .unit div.ex &gt; h6 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	font-weight: bold;
	color: #555;
}

span.nearlyEq { margin: 0 0.2em; }/* ----- nearly equal ----- */



/* --- 画像＋テキスト レイアウト --- */
div.detail_block .img_line {
	display: table;
	width: 100%;
	margin-top: 20px;
}

div.detail_block .img_line &gt; div {
	display: table-cell;
	vertical-align: top;
}

div.detail_block .img_line.result &gt; div.img { width: 540px; }
div.detail_block .img_line.movie &gt; div.img { width: 540px; }
div.detail_block .img_line.dividend &gt; div.img { width: 440px; }


div.detail_block .img_line &gt; div.img &gt; p.img {
	padding: 9px;
	border: 1px solid #ddd;
	text-align: center;
}

div.detail_block .img_line &gt; div.txt { padding-left: 20px; }

div.detail_block .img_line &gt; div.txt table { width: 100%; }

div.detail_block .img_line &gt; div.txt table caption {
	background-color: #0069a7;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3rem;
	
}

div.detail_block .img_line &gt; div.txt table th,
div.detail_block .img_line &gt; div.txt table td {
	border: 1px solid #ddd;
	font-size: 1.3rem;
	padding: 5px 10px;
	vertical-align: middle;
}

div.detail_block .img_line &gt; div.txt table thead th {
	background-color: #f3f3f3;
	font-weight: bold;
}

div.detail_block .img_line &gt; div.txt table thead th { font-size: 1.2rem; }

div.detail_block .img_line.dividend &gt; div.txt table thead th:nth-child(1){
	white-space: nowrap;
}

div.detail_block .img_line &gt; div.txt table tbody th {
	vertical-align: middle;
}


/* --- レイアウト --- */
div.detail_block div.grid {
	display: table;
	width: 100%;
}

div.detail_block div.grid &gt; div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

div.detail_block div.grid &gt; div.left {
	padding-right: 10px;
	width: 55%;
}

div.detail_block div.grid &gt; div.right {
	padding-left: 10px;
	width: 45%;
}


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


/* --- レース映像 --- */
.img_line &gt; div.txt ul.num_list {
	padding: 5px;
	background-color: #ebebeb;
}

.img_line &gt; div.txt ul.num_list &gt; li {
	padding: 5px;
	font-size: 1.5rem;
}

.img_line &gt; div.txt ul.num_list &gt; li &gt; a {
	display: block;
	text-decoration: none;
	color: #444;
	
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.img_line &gt; div.txt ul.num_list &gt; li &gt; a &gt; span.num {
	background-color: #c50813;
	color: #fff;
	font-weight: bold;
	padding: 4px 0.5em;
	font-size: 1.2rem;
	margin-right: 0.8em;
}



ul.mov_list {
	font-size: 0;
}

ul.mov_list &gt; li {
	/*margin-top: 30px;*/
	font-size: 1.3rem;
	display: inline-block;
	width: 50%;
	
	vertical-align: top;
	padding: 15px 0 10px 0;
}

ul.mov_list &gt; li:nth-child(even) {
	padding-left: 10px;
}

ul.mov_list &gt; li:nth-child(odd) {
	padding-right: 10px;
}


ul.mov_list &gt; li:last-child {
	width: 100%;
	padding: 15px 0;
}



ul.mov_list &gt; li &gt; h6 {
	font-weight: bold;
	font-size: 1.6rem;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #ccc;
}

ul.mov_list &gt; li &gt; h6 &gt; span {
	background-color: #c50813;
	color: #fff;
	font-weight: bold;
	padding: 4px 0.5em;
	font-size: 1.2rem;
	margin-right: 0.8em;
}


ul.mov_list &gt; li div.unit {
	margin-top: 10px;
}

ul.mov_list &gt; li div.unit .txt {
	margin-top: 10px;
}


ul.replay_list {
	
}

ul.replay_list &gt; li {
	padding: 4px 0;
}

ul.replay_list &gt; li &gt; span.cap {
	padding: 5px 6px;
	margin-right: 0.8em;
	font-weight: bold;
}

ul.replay_list &gt; li &gt; span.cap.race {
	background-color: #D32F2F;
	color: #fff;
	
	background-color: #FFCDD2;
	color: #444;
}

ul.replay_list &gt; li &gt; span.cap.patrol {
	background-color: #f8c890;
	color: #444;
}

ul.replay_list &gt; li &gt; span.cap.leading {
	background-color: #ccd9fb;
	color: #444;
}









/* --- 払戻金 --- */
.img_line.dividend &gt; div.img &gt; div.caps {
	background-color: #eee;
	padding: 15px;
	margin-top: 0;
	
	position: relative;
	/*background: #eee;*/
	
	/*border-radius: 4px;*/
	margin-top: 15px;
	
	background-color: #f3f3f3;
}

/*
.img_line.dividend &gt; div.img &gt; div.caps:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 20px;
	margin-left: -90px;
}
*/


.img_line.dividend &gt; div.img &gt; div.caps p.ex {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	margin-top: 10px;
}

.img_line.dividend &gt; div.img &gt; div.caps p.ex &gt; span {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 5px;
}





/*
ul.marks_list {
	width: 100%;
	display: table;
}

ul.marks_list &gt; li {
	display: table-cell;
	width: 50%;
}

ul.marks_list &gt; li:nth-child(odd){
	padding-right: 10px;
}

ul.marks_list &gt; li:nth-child(even){
	padding-left: 10px;
}
*/






table.marks {
	width: 100%;
}

table.marks &gt; caption {
	background-color: #eee;
	padding: 10px;
	font-size: 1.3rem;
	text-align: left;
	
	background-color: #0069a7;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3rem;
}


table.marks thead tr th {
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 6px 10px;
	border: 1px solid #ddd;
	/*width: 25%;*/
	text-align: center;
	
	/*background-color: #fcdfb9;*/
}

table.marks thead tr th:nth-child(odd){
	width: 35%;
}

table.marks tbody tr td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
}

table.marks tbody tr td:nth-child(even) {
	text-align: left;
}


table.marks tbody tr td span {
	/*display: block;*/
	font-size: 1.1rem;
}




/* ----- プロフィール｜過去成績のテーブル ----- */
table.items {
	width: 100%;
	table-layout: fixed;
}

table.items &gt; caption {
	background-color: #eee;
	padding: 10px;
	font-size: 1.3rem;
	text-align: left;
	
	background-color: #0069a7;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3rem;
}


table.items thead tr th {
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 6px 10px;
	border: 1px solid #ddd;
	/*width: 25%;*/
	text-align: center;
	
	/*background-color: #fcdfb9;*/
	
	background-color: #fcdfb9;
	/*background-color: #FFECB3;*/
	
	
	background-color: #F9FBE7;
	background-color: #f4f6e3;
	
	vertical-align: middle;
}

/*
table.items thead tr th:nth-child(odd){
	width: 35%;
}
*/

table.items thead tr th {
	/*width: 42%;*/
}

table.items thead tr th:first-child{
	/*width: 16%;
	width: 12%;*/
	
	width: 16%;
}

table.items tbody tr th {
	border: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #555;
	
}

table.items tbody tr th span {
	background-color: #c50813;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
	
	min-width: 30px;
	text-align: center;
}


table.items tbody tr td {
	border: 1px solid #ddd;
	padding: 6px 10px;
	font-size: 1.3rem;
	/*text-align: center;*/
	vertical-align: middle;
	
	font-size: 1.4rem;
}

table.items tbody tr td:last-child {
	
}


table.items tbody tr:nth-child(even) &gt; th,
table.items tbody tr:nth-child(even) &gt; td {
	background-color: #f3f3f3;
}

table.items tbody tr td span {
	/*display: block;*/
	font-size: 1.1rem;
}







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

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	/* --- 共通レイアウト --- */
	.body_wrapper { padding: 0 10px; }
	
	
	/* - ヘッダーブロック
	---------------------------------------------------------------------- */
	div.header_block &gt; div {  }
	
	div.header_block &gt; div.img {
		width: auto;
		/*width: 320px;*/
		padding-right: 10px;
	}
	
	div.header_block &gt; div.txt &gt; h2 {
		font-size: 2rem;
	}
	
	div.header_block &gt; div.txt p.url &gt; a {
		font-size: 1.2rem;
	}
	
	/* --- サイトリンク --- */
	div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span.txt {
		font-size: 1.2rem;
	}
	
	
	/* --- レース結果 --- */
	div.detail_block .img_line.result { display: block; }
	div.detail_block .img_line.result &gt; div { display: block; }
	div.detail_block .img_line.result &gt; div.img { width: auto; }
	
	div.detail_block .img_line.result &gt; div.txt {
		margin-top: 20px;
		padding: 0;
	}
	
	
	
	/* ----- 払戻金 ----- */
	div.detail_block .img_line.dividend { display: block; }
	div.detail_block .img_line.dividend &gt; div { display: block; }
	div.detail_block .img_line.dividend &gt; div.img { width: auto; }
	
	div.detail_block .img_line.dividend &gt; div.txt {
		margin-top: 20px;
		padding: 0;
	}
}



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

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
	/* - ヘッダーブロック
	---------------------------------------------------------------------- */
	div.header_block {
		display: block;
	}
	
	div.header_block &gt; div { display: block; }
	
	div.header_block &gt; div.img {
		text-align: center;
		width: auto;
		padding: 0;
	}
	
	div.header_block &gt; div.txt {
		padding: 0;
		margin: 0 auto;
		/*max-width: 402px;*/
		
		margin-top: 20px;
		/*margin-top: 30px;*/
	}
	
	div.header_block &gt; div.txt &gt; p.cap {  }
	div.header_block &gt; div.txt &gt; h2 { font-size: 2.2rem; }
	
	div.header_block &gt; div.txt p.url {  }
	div.header_block &gt; div.txt p.url &gt; a { word-break: break-all; }
	
	
	/* ----- レース結果の調べ方 ----- */
	ul.step_list &gt; li {
		float: none;
		width: auto;
	}
	
	ul.step_list &gt; li:nth-child(odd){ padding-right: 0px; }
	ul.step_list &gt; li:nth-child(even){ padding-left: 0px; }
	
	ul.step_list &gt; li .step_unit &gt; div.inner &gt; div.img &gt; p { text-align: center; }
	
	
	/* ----- レース結果 解説 ブロック ----- */
	#result div.detail_block &gt; h4 &gt; span.inner {
		display: block;
		padding: 10px;
	}
	
	#result div.detail_block &gt; h4 &gt; span.inner &gt; span {
		display: block;
		padding: 0;
		text-align: left;
	}
	
	#result div.detail_block &gt; h4 &gt; span.inner &gt; span.cap {
		padding: 0;
	}
	
	#result div.detail_block &gt; h4 &gt; span.inner &gt; span.txt {
		padding: 0;
		margin-top: 2px;
	}
	
	
	div.detail_block .img_line { display: block; }
	div.detail_block .img_line &gt; div { display: block; }
	
	div.detail_block .img_line &gt; div.txt {
		padding-left: 0;
		margin-top: 20px;
	}
	
	div.detail_block .img_line.result &gt; div.img,
	div.detail_block .img_line.dividend &gt; div.img {
		width: auto;
	}
	
	/* --- レイアウト --- */
	div.detail_block div.grid { display: block; }
	
	div.detail_block div.grid &gt; div {
		display: block;
		width: auto;
	}
	
	div.detail_block div.grid &gt; div.left {
		width: auto;
		padding: 0;
	}
	
	div.detail_block div.grid &gt; div.right {
		width: auto;
		padding: 0;
		margin-top: 30px;
	}
	
	
	/* ----- レース映像 ----- */
	ul.mov_list &gt; li {
		display: block;
		width: auto;
		padding: 15px 0 10px 0;
	}
	
	ul.mov_list &gt; li:nth-child(odd) { padding-right: 0; }
	ul.mov_list &gt; li:nth-child(even) { padding-left: 0; }
	
}


@media screen and ( max-width : 479px ) {
	
	div.header_block &gt; div.txt div.link &gt; a &gt; span.inner &gt; span.icon {
		padding-right: 10px;
	}
	
}

@media screen and ( max-width : 360px ) {
	
	div.detail_block &gt; h4 &gt; span.inner {
		display: block;
		padding: 10px;
	}
	
	div.detail_block &gt; h4 &gt; span.inner &gt; span {
		display: block;
		padding: 0;
		text-align: left;
	}
	
	div.detail_block &gt; h4 &gt; span.inner &gt; span.cap {
		padding: 0;
	}
	
	div.detail_block &gt; h4 &gt; span.inner &gt; span.txt {
		padding: 0;
		margin-top: 2px;
	}
	
}


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