/*============================================================================

	Hit (All)

==============================================================================*/

.lp_Displaynone001{
	display: none;
}

.lect_hit .std20{
	color: #fff;
	margin-right: 10px;
	font-family: Dela Gothic none;
}

.lect_teki .black{
	color: #fff;	
}

.lect_teki .black .red{
	color: #fff600;
}


/*============================================================================

	Hit (Smart)

==============================================================================*/


@media (max-width: 640px){

.lect_txt{
    padding: 30px 20px 30px 20px;
}

.lect_teki{
padding: 15px;
border: solid 1px #fff600;
border-radius: 10px;
}

.lect_race{
text-align: center;
color: #fff;
border-bottom: solid 2px #fff;
font-size:20px;
font-weight: bold;
}

.lect_horse{
background-color: #090645;
padding: 15px 10px 15px 20px;
margin: 0 auto;
text-align: left;
border-radius: 15px;
font-size: 16px;
}

.lect_hit .red{
	color: #fff600;	
	font-size: 1.25rem;
	font-weight: bold;
}

.lect_teki .black{
	padding: 0px 10px;
}

}



/*============================================================================

	Hit　(PC)

==============================================================================*/
@media (min-width: 640px){

.lect_txt{
    padding: 40px 60px;
}

.lect_teki{
padding: 40px;
border: solid 2px #fff600;
border-radius: 10px;
}

.lect_race{
text-align: center;
color: #fff;
border-bottom: solid 2px #fff;
font-size:45px;
font-weight: bold;
font-family: Dela Gothic none;
}

.lect_horse{
background-color: #090645;
padding: 30px 30px 30px 60px;
margin: 0 auto;
text-align: left;
border-radius: 15px;
}

.lect_hit .red{
	color: #fff600;	
	font-size: 1.5rem;
	font-weight: bold;
	font-family: Dela Gothic none;
}


}