@charset "utf-8";

/*============================
解答速報
=============================*/
/*****
解答速報LIVE
*****/
/***LIVE配信が無い場合***/
.no_live_section .no_live_ttl{
	background-color: rgba(227,78,13,0.65);
}

/*****
WEB採点サービス
*****/
/***タイトル***/
.ttl_gradingservice{
	border: solid 6px #e34e0d;
}
.icon_kentei{
	background-color: #e34e0d;
}

/*****
解答試案プレゼント
*****/
#shian_present{
	margin-top: 4em;
}

/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px){
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
}

