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

	競馬用語辞典 - 用語詳細

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


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

	メインカラム

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

/* - 用語詳細 ヘッダー
-------------------------------------------------- */
#word_detail_header { padding-bottom: 8px; }

#word_detail_header > .content {
	display: table;
	wdith: 100%;
}

#word_detail_header .content .group_title {
	padding-right: 6px;
	
	display: table-cell;
	vertical-align: middle;
}

#word_detail_header .content .group_title p {
	background-color: #188542;
	color: #fff;
	position: relative;
	
	border-radius: 2px;
	padding: 10px 12px;
	font-size: 1.2rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}

#word_detail_header .content p:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 133, 66, 0);
	border-left-color: #188542;
	border-width: 6px;
	margin-top: -6px;
}

#word_detail_header .content h3 {
	font-size: 2.2rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}


/* - 読み
-------------------------------------------------- */
.yomi {  }

.yomi > dl {
	display: table;
	width: 100%;
}

.yomi > dl > dt {
	display: table-cell;
	background-color: #e3e3e3;
	padding: 10px 14px;
	padding: 8px 14px;
	border-radius: 4px 0 0 4px;
	width: 30px;
	width: 70px;
	vertical-align: middle;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	
	font-weight: normal;
	color: #444;
}

.yomi > dl > dd {
	display: table-cell;
	padding: 10px;
	padding: 8px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 0 4px 4px 0;
	font-weight: bold;
	border: 1px solid #e3e3e3;
}



/* - テキストブロック
-------------------------------------------------- */
.left_col .imgBox { margin-top: 20px; }

.left_col .txt p {
	line-height: 1.8;
	font-size: 1.4rem;
	
	font-weight: bold;
}

.left_col .txt a:hover {
	color: #5bd469;
	text-decoration: none;
}



/* - カテゴリー表示
-------------------------------------------------- */
.left_col .category {  }

.left_col .category dl {  }

.left_col .category dl > dt {
	padding: 8px;
	background-color: #1b521f;
	color: #fff;
	font-weight: bold;
}

.left_col .category > dl > dd {
	background-color: #eaeaea;
	border: 1px solid #d0d0d0;
	border-top: none;
	padding: 9px;
}

.left_col .category > dl > dd ul > li {  }

.left_col .category > dl > dd ul {  }

.left_col .category > dl > dd ul > li { padding: 5px; }

.left_col .category > dl > dd ul > li a {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
	text-decoration: none;
	color: #188542;
	color: #444;
	font-size: 1.4rem;
	
	font-weight: bold;
	padding: 5px 0;
	padding: 8px;
	font-weight: normal;
}

.left_col .category > dl > dd ul > li a:hover { background-color: #f1f8e9; }

.left_col .category > dl > dd ul > li a i {
	margin-right: 0.5rem;
	color: #188542;
}



/* - 関連用語
-------------------------------------------------- */
.relate_unit {  }

.relate_unit > h5 {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 0.4rem;
}

.relate_unit > ul {
	border: 1px dotted #ccc;
	padding: 10px;
}

.relate_unit > dl {
	display: table;
	width: 100%;
}

.relate_unit > dl > dt {
	width: 60px;
	text-align: center;
	background-color: #ddd;
	padding: 10px;
	display: table-cell;
	font-weight: bold;
	
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
	
	width: 100px;
	
	color: #444;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.relate_unit > dl > dd {
	display: table-cell;
	padding: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 0 4px 4px 0;
	vertical-align: middle;
}

.relate_unit > dl > dd ul { overflow: hidden; }

.relate_unit > dl > dd ul:after { content: ''; display: block; clear: both; }

.relate_unit > dl > dd ul > li {
	float: left;
	margin-left: 1rem;
	margin-left: 1.5rem;
}

.relate_unit > dl > dd ul > li:first-child { margin-left: 0; }

.relate_unit > dl > dd ul > li span { margin-right: 0.5rem; }

.relate_unit > dl > dd ul > li a:hover {
	color: #5bd469;
	text-decoration: none;
}



/* - 関連リンク
-------------------------------------------------- */
.relate_link_unit {  }

.relate_link_unit > h5 {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 0.4rem;
}

.relate_link_unit > dl {
	display: table;
	width: 100%;
}

.relate_link_unit > dl > dt {
	width: 60px;
	text-align: center;
	background-color: #ddd;
	padding: 10px;
	display: table-cell;
	font-weight: bold;
	
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
	
	width: 100px;
	color: #444;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.relate_link_unit > dl > dd {
	display: table-cell;
	padding: 10px;
	border: 1px solid #e3e3e3;
	border-radius: 0 4px 4px 0;
	vertical-align: middle;
}

.relate_link_unit > dl > dd ul { overflow: hidden; }

.relate_link_unit > dl > dd ul:after { content: ''; display: block; clear: both; }

.relate_link_unit > dl > dd ul > li { line-height: 1.6; }
.relate_link_unit > dl > dd ul > li:first-child { margin-left: 0; }
.relate_link_unit > dl > dd ul > li span { margin-right: 0.5rem; }

.relate_link_unit > dl > dd ul > li a i {
	margin-right: 0.5rem;
	color: #188542;
}

.relate_link_unit > dl > dd ul > li a:hover {
	color: #5bd469;
	text-decoration: none;
}



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

	カテゴリー表示 一覧表示
	
-------------------------------------------------- */

.detail_unit { margin-top: 60px; }
.detail_unit:first-child { margin-top: 30px; }

/* - ブロックヘッダー
-------------------------------------------------- */
.detail_unit .block_header { padding-bottom: 8px; }

.detail_unit .block_header > .content {
	display: table;
	wdith: 100%;
}

.detail_unit .block_header .content .group_title {
	padding-right: 6px;
	
	display: table-cell;
	vertical-align: middle;
}

.detail_unit .block_header .content .group_title p {
	background-color: #188542;
	color: #fff;
	position: relative;
	
	border-radius: 2px;
	padding: 10px 12px;
	font-size: 1.2rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}

.detail_unit .block_header .content p:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 133, 66, 0);
	border-left-color: #188542;
	border-width: 6px;
	margin-top: -6px;
}

.detail_unit .block_header .content h3 {
	font-size: 2.2rem;
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}


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

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
	.right_col { margin-top: 50px; }
	
	
	/* - 用語詳細 ヘッダー
	-------------------------------------------------- */
	#word_detail_header {  }
	
	#word_detail_header .content { display: block; }
	
	#word_detail_header .content .group_title p {
		display: inline-block;
		padding: 6px 12px;
		font-size: 1.1rem;
	}
	
	#word_detail_header .content .group_title p:after { display: none; }
	
	#word_detail_header .content h3 {
		display: block;
		padding-left: 0;
		font-size: 2.0rem;
		margin-top: 4px;
	}
	
}

