@charset "UTF-8";
/* CSS Document */
.container .content .columns1 .result a{
	display: block;
}
.result{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #000;
}
/* レース名 */
.result1{
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #0064BD;
	position: relative;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0066;
}
.result1::before {
	position: absolute;
	left: -15px;
	bottom: 0;
	content: '';
	width: 15px;
	height: 50%;
	background-color: #0064BD;
}
/* リスト */
.result2{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
	background-color: #FFF;
	width: 32%;
	height: auto;
	margin: 5px 1% 10px 0em;
	padding: 10px 5px 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .20);
	border: 2px solid #CCC;
	box-sizing: border-box;
	display: inline-block;
}

@media screen and (max-width:1150px) {
.result2{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
	color: #000;
	background-color: #FFF;
	width: 48%;
	height: auto;
	margin: 5px 0.1% 8px 0em;
	padding: 10px 5px 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .20);
	border: 2px solid #CCC;
	box-sizing: border-box;
	display: inline-block;
}
}
@media screen and (max-width:700px) {
.result2{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: auto;
	margin: 5px 0px 5px 0em;
	padding: 10px 5px 10px 15px;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .0);
	border: 2px solid #CCC;
	box-sizing: border-box;
	display: inline-block;
}
}
.result2 a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
}
.result2 a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #E80000;
	border-right: solid 2px #E80000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	transform: rotate(45deg);   
}
.result2 a:visited {
	color: #000;
	text-decoration: none;
}
.result2 a:hover {
	color: #E80000;
	text-decoration: none;
}
.allsp {
	font-size: 1.2em;
	font-weight: bolder;
	background-color: #0064BD;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: auto;
	line-height: 1.3em;
}
