@charset "utf-8";
@import url('color.css');
@import url('/is/news/yakioshi/css/backnum-pc.css');

/* common
----------------------- */
.plus-wrapper {
	overflow: hidden;
}
.plus-wrapper * {
	box-sizing: border-box;
}
.plus-wrapper img {
	max-width: 100%;
	height: auto;
}

/* header
----------------------- */
.plus-wrapper .header {
	overflow: hidden;
	padding: 30px 20px;
	background: #ccc;
}
.plus-wrapper .header .copy {
	width: 524px;
	margin: 0 auto 25px;
}
.plus-wrapper .header .txt {
	float: left;
	width: 340px;
}
.plus-wrapper .header .txt h2 {
	margin: 0 0 20px;
}
.plus-wrapper .header .txt h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.plus-wrapper .header .txt p.last-of-type {
	font-size: 14px;
}
.plus-wrapper .header .img {
	float: right;
	width: 360px;
}
.plus-wrapper .header .btn {
	clear: both;
	text-align: center;
	padding: 20px 0 0;
}
.plus-wrapper .header .btn a {
	display: inline-block;
	min-width: 340px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background: #fff;
	padding: 15px 15px 12px;
	border-radius: 20px;
}
.plus-wrapper .header .btn a:hover {
	background: #e6e6e6;
}

/* list
----------------------- */
.plus-wrapper .list {
	overflow: hidden;
	padding: 15px 0 0;
}
.plus-wrapper .list .item {
	float: left;
	width: 244px;
	margin: 14px 0 0 14px;
}
.plus-wrapper .list .item:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.plus-wrapper .list .item a {
	position: relative;
	display: block;
	color: #000;
}
.plus-wrapper .list .item a:hover {
	text-decoration: none;
}
.plus-wrapper .list .item .title {
	display: table;
	margin: 10px 0 15px;
}
.plus-wrapper .list .item .title p,
.plus-wrapper .list .item .title h4 {
	display: table-cell;
	vertical-align: top;
}
.plus-wrapper .list .item .title p {
	text-align: center;
	padding: 0 10px 0 0;
}
.plus-wrapper .list .item .title p span {
	display: block;
}
.plus-wrapper .list .item .title h4 {
	color: #567C20;
	padding: 0 0 0 10px;
	border-left: 1px solid #000000;
}
.plus-wrapper .list .item ul {
}
.plus-wrapper .list .item li:first-of-type {
	font-size: 11px;
}
.plus-wrapper .list .item li:last-of-type {
	font-size: 10px;
}
.plus-wrapper .list .item .present {
	position: absolute;
	left: 0;
	top: 0;
}
