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

	競馬用語辞典共通

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

/* - base layout
-------------------------------------------------- */
.body_wrapper {
	max-width: 940px;
	width: 940px;
	margin: 0 auto;
	/*padding-bottom: 40px;*/
}


/* - コンテンツヘッダー（大見出し）
-------------------------------------------------- */
.contents_header {
	border-top: 4px solid #1fac37;
	border-bottom: 1px solid #e2e2e2;
	
	position: relative;
}

.contents_header h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	padding: 12px 8px;
}

.contents_header &gt; div.turfy {
	position: absolute;
	right: 25px;
	bottom: -11px;
	
	right: 15px;
	bottom: 0;
}


.contents_header &gt; div.turfy img {
	width: 103px;
	height: auto;
	vertical-align: top;
}


/* - ブロックヘッダー
-------------------------------------------------- */
.block_header {
	padding-bottom: 4px;
	border-bottom: 2px solid #e2e2e2;
	position: relative;
}

.block_header:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 120px;
	border-bottom: 2px solid #0cae2f;
}

.block_header .content { display: block; }

.block_header h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
}




/* - main layout
------------------------------------------------------------ */
.words_body {
	overflow: hidden;
	/zoom : 1;
}

.words_body:after {
	content: '';
	display: block;
	clear: both;
}

.words_body .left_col {
	float: left;
	width: 640px;
}

.words_body .right_col {
	float: right;
	width: 260px;
}






/* - link list
------------------------------------------------------------ */
ul.link_list {
	overflow: hidden;
	/zoom : 1;
	
	padding: 0;
}

ul.link_list:after {
	content: '';
	display: block;
	clear: both;
}

ul.link_list &gt; li {
	width: 166px;
	width: 50%;
	float: left;
	
	box-sizing: border-box;
	padding: 5px;
}

ul.link_list &gt; li &gt; a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	color: #188542;
	color: #444;
	color: #0069a8;
	font-size: 1.3rem;
	font-weight: bold;
}


ul.link_list &gt; li &gt; a:hover {
	background-color: #fff8e1;
}


ul.link_list &gt; li &gt; a &gt; i {
	margin-right: 0.4rem;
	color: #188542;
}





/* - アンカーリンク
------------------------------------------------------------ */
.anchor_block {
	background-color: #eaeaea;
	padding: 5px;
	margin-top: 15px;
	display: none;
}


.anchor_block ul.link_list &gt; li { width: 33.33%; }

.anchor_block ul.link_list &gt; li &gt; a {
	text-align: center;
	font-size: 1.4rem;
	padding: 15px 10px;
}


b { font-weight: bold; }


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

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	/* - base layout
	-------------------------------------------------- */
	
	#contentsBody {
		width: 100%;
		max-width: 100%;
		/*box-sizing: border-box;
		padding: 10px 10px 40px 10px;*/
	}
	
	#contentsBody &gt; .body_wrapper {
		margin-top: 0;
	}
	
	.body_wrapper {
		max-width: 768px;
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	
	/* - main layout
	------------------------------------------------------------ */
	.words_body .left_col {
		width: 448px;
		width: 458px;
		margin-top: 0;
	}
	
}


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

	959px以下

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

	#contentsBody {
		box-sizing: border-box;
		padding: 5px 0 40px 0;
	}

}


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

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
	/* - base layout
	-------------------------------------------------- */
	.body_wrapper { max-width: 100%; }
	
	/*#contentsBody &gt; .body_wrapper {
		margin-top: 0;
	}*/
	
	
	/* - main layout
	------------------------------------------------------------ */
	.words_body .left_col {
		float: none;
		width: auto;
	}
	
	.words_body .right_col {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-top: 40px;
	}
	
}


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

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	/* - アンカーリンク
	------------------------------------------------------------ */
	.anchor_block ul.link_list &gt; li { width: 100%; }
	.anchor_block ul.link_list &gt; li &gt; a { text-align: left; }
}



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