@charset "utf-8";
@import url('/is/news/umaiji/css/backnum-pc.css');

/* common
----------------------- */
.plus-wrapper {
	color: #333;
	line-height: 1.6;
}
.plus-wrapper * {
	box-sizing: border-box;
}
.plus-wrapper img {
	width: 100%;
	height: auto;
}

/* ttl
----------------------- */
.plus-wrapper .ttl {
	margin: 0 0 20px;
}
.plus-wrapper .ttl p {
	margin: 15px 0 0;
}

/* new
----------------------- */
.plus-wrapper .new {
	overflow: hidden;
	background: #F3CE0D;
	margin: 20px 0;
}
.plus-wrapper .new .img {
	float: left;
	width: 400px;
}
.plus-wrapper .new .txt {
	float: right;
	width: 360px;
	padding: 15px;
}
.plus-wrapper .new .txt h2 {
	font-size: 16px;
	font-weight: bold;
	color: #703E19;
	margin: 5px 0;
	padding-bottom: 10px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: bottom
}
.plus-wrapper .new .txt a {
	display: block;
	width: 178px;
	margin: 20px auto 0;
}
.plus-wrapper .new .txt .shop_name {
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px
}

/* list
----------------------- */
.plus-wrapper .list {
	overflow: hidden;
	margin: 30px 0 0;
}
.plus-wrapper .list h3 {
	width: 355px;
	margin: 0 auto;
	position: relative;
	bottom: -10px
}
.plus-wrapper .list .item {
	float: left;
	width: 170px;
	margin: 26px 0 0 26px;
}
.plus-wrapper .list .item:nth-of-type(4n+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 h4 {
	font-size: 10px;
	width: 100%;
	max-height: 100%;
	color: #fff;
	background: rgba(0,0,0,.3);
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.plus-wrapper .list .item .present {
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
