@charset "utf-8";
/*===========================================
netkeiba オーナーズ
info/
info_nk02
---------------------------------------------
目次
■利用規約
============================================*/

/*---------------------------------
kiyaku.html 利用規約
---------------------------------*/
.Contents.Info_Box {
	max-width: 800px;
	margin: auto;
}
.Info_Box .Inner_Box{
	background: #fff;
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 18px;
	border-radius: 10px;
}
.Info_Box .Inner_Box p.Inner_Txt{
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}
.Link_List {
	max-width: 800px;
	margin-bottom: 40px;
	border-top: 1px solid #e0e0e0;
}
.Link_List li {
	border-bottom: 1px solid #e0e0e0;
}
.Link_List li a {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	min-height: 61px;
	padding: 8px 42px 8px 12px;
	color: #444;
	background: #fff;
	font-size: 1rem;
	line-height: 1.46;
}
.Link_List a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 1px;
	background: none;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 13px;
	top: 50%;
}
@media only screen and (min-width: 834px){
	.Link_List {
		margin: 0 auto 30px;
		border: 1px solid #ddd;
		border-radius: 10px;
		overflow: hidden;
	}
	.Link_List li {
		border-bottom: none;
	}
	.Link_List li + li {
		border-top: 1px solid #ddd;
	}
	.Link_List li a {
		position: relative;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		min-height: 54px;
		padding: 14px 42px 14px 12px;
		color: #444;
		background: #fff;
		font-size: 88.89%;
		line-height: 1.437;
	}
	.Link_List a::after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 1px;
		background: none;
		border-top: 2px solid #888;
		border-right: 2px solid #888;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		right: 13px;
		top: 50%;
	}
	.Link_List li a:hover {
		background: #f9f9f9;
		color: #c53131;
		text-decoration: underline;
	}
	.Link_List li a:hover > span {
	}
}
