@charset 'UTF-8';
@import url('/is/news/oisyu/css/pc.css');

/* common
--------------------------- */
#plus-wrapper {
	color: #000;
	line-height: 1.75;
}
#plus-wrapper a {
	color: #cc3366;
	text-decoration: none;
}
#plus-wrapper a:hover {
	text-decoration: underline;
}

/* ttl
--------------------------- */
#plus-wrapper h2 {
	margin: 0 0 30px;
}
#plus-wrapper h2 img {
	width: 100%;
	height: auto;
}

/* today
--------------------------- */
#plus-wrapper .today {
	overflow: hidden;
	margin: 30px 0;
}
#plus-wrapper .today .img {
	float: left;
	width: 350px;
}
#plus-wrapper .today .img img {
	width: 100%;
	height: auto;
}
#plus-wrapper .today .txt {
	float: right;
	width: 380px;
}
#plus-wrapper .today .txt h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 5px 0 15px;
	border-bottom: 1px solid #000;
}
#plus-wrapper .today .txt strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#plus-wrapper .today .txt p:last-of-type {
	text-align: center;
	margin-top: 15px;
}

/* list
--------------------------- */
#plus-wrapper .list {
	margin: 30px 0 0;
}
#plus-wrapper .list h4 {
	text-align: center;
}

/* week */
#plus-wrapper .list .week {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 20px 0 0;
}
#plus-wrapper .list .week li {
	display: table-cell;
	text-align: center;
}
#plus-wrapper .list .week img {
	width: auto;
	height: 17px;
}

/* items */
#plus-wrapper .list .items {
	overflow: hidden;
	margin: 0 0 0 -20px;
}
#plus-wrapper .list .items li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 136px;
	height: 136px;
	background: url(../images/dot.png) repeat center center / 10px;
	border-radius: 5px;
	margin: 20px 0 0 20px;
}
#plus-wrapper .list .items li.lm {
	background: #ebebeb;
}
#plus-wrapper .list .items li.w0,
#plus-wrapper .list .items li.w6 {
	display: none;
}
#plus-wrapper .list .items a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
#plus-wrapper .list .items a:hover {
	opacity: .75;
}
#plus-wrapper .list .items span {
	display: block;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}
#plus-wrapper .list .items strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
#plus-wrapper .list .items li.w0 span,
#plus-wrapper .list .items li.w-ho span {
	color: #ff746d;
}
#plus-wrapper .list .items img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#plus-wrapper .list .items p {
	position: relative;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 0 0 5px 5px;
	width: 100%;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#plus-wrapper .list .items .present {
	width: 22px;
	height: auto;
	position: absolute;
	right: 5px;
	top: 5px;
}
#plus-wrapper .list .items a span {
	transform: none;
	position: absolute;
	right: auto;
	bottom: auto;
	left: 5px;
	top: 5px;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background: #fff;
}
#plus-wrapper .list .items a strong {
	margin-top: 6px;
}

/* backnumber
--------------------------- */
#plus-wrapper .backnumber {
	margin: 40px 0 20px;
}
#plus-wrapper .backnumber h4 {
	text-align: center;
}
