﻿@charset "UTF-8";

.pp,.pp a {
	display: inline;
	background:linear-gradient(transparent 30%, #eae7df 50%);
}
.day {
	top: 80px;
	right: 0;
	font-size: 14px;
}
.item__ul {
	margin: -30px 0 0;
}
.item__li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/*――――――――
tb（768px～999px）
―――――――――*/
@media (min-width: 768px) {
.day {
	top: 47px;
	right: 10px;
	font-size: 15px;
}
}
/*――――――――
pc（1000px～）
―――――――――*/
@media (min-width: 1000px) {
}
/*――――――――
se
―――――――――*/
@media (max-width: 320px) {
}
