@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■エリア固有のスタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header h1{
	background: #e7006b;
}
section.block{
	border-top: 2px solid #e7006b;
}
#purpose .keywords li:before{
	border-color: transparent transparent transparent #ff2e81;
}
footer .copyright{
	background: #e7006b;
}
#report > .profile .box > a:before {
	border-color: transparent transparent transparent #ff1749;
}
#information .info_event .entry a:before {
	border-color: transparent transparent transparent #d00049;
}
#side #archives .casette__item a:before {
	border-color: transparent transparent transparent #e7006c;
}


@media screen and (max-width: 768px){
	header .logoArea{
		background: #e7006b;
	}
	#spMenu .hd{
		background-color: #e7006b!important;
	}
}