@charset "utf-8";
:root {
--bgColor: #f1fedc;
--baseColor: #54830a;
}
body{ background: var(--bgColor); }
/*--リンク--*/
a{color: var(--baseColor); display: inline-block;}
a:link,a:visited,a:hover{ color: var(--baseColor); text-decoration:none; }

#portal_title h1{
color: var(--baseColor);
}
#portal_title h1 span:nth-child(1)::before {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: min(40px, 8vw);
width: min(40px, 8vw);
background-image: url(../img/cIcon.svg);
background-size: contain;
background-repeat: no-repeat;
}
#portal_title h1 span:nth-child(2){
border-top: dashed 1px var(--baseColor);
}
.p_link a,.p_link_right a{ color: var(--baseColor); }

/*-- メインコンテンツ / 曜日 --*/
h3{ border-bottom:solid 2px var(--baseColor); }
.day-mon_fri,.day-mon_sun,.day-other,.day-sat,.day-fri,.day-thu,.day-wed,.day-tue,.day-mon,.day-sun{ border-bottom:solid 4px var(--baseColor);
.bangumi_title{ color: var(--baseColor)!important; }
#contents a,#contents a:link,#contents a:visited,#contents a:hover{color: var(--baseColor) !important;}
#loader{background-color: var(--bgColor); }

/* SP  -------------------------------------------------- */
@media screen and (max-width:900px) {
	a{
	color: var(--baseColor);
	display: inline-block;
	}
}