@charset "UTF-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	color: #4c4948;
	font-size: 14px;
	line-height: 1.6;
}
/*
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #444;
	text-decoration: underline;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #444;
	text-decoration: none;
}
*/

/* title
--------------------------- */
#wrapper-plus .ttl {
	overflow: hidden;
	text-indent: -9999em;
	width: 760px;
	height: 100px;
	background: url(../images/ttl.png);
	margin: 0 0 20px;
}

/* search
--------------------------- */
#wrapper-plus .search-box {
	margin: 20px 0;
}
#wrapper-plus .search-box table {
	width: 100%;
}
#wrapper-plus .search-box table th,
#wrapper-plus .search-box table td {
	padding: 10px 10px 10px 0;
}
#wrapper-plus .search-box table th {
	white-space: nowrap;
}

/* pager
---------------------------
#wrapper-plus .plus-pager {
	margin: 20px 0;
	text-align: right;
}
#wrapper-plus .plus-pager > p,
#wrapper-plus .plus-pager > div {
	display: inline-block;
}

/* items
--------------------------- */
#item-wrap {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 0;
}
#item-wrap .item {
	position: relative;
	-moz-flex: 0 1 360px;
	-webkit-flex: 0 1 360px;
	flex: 0 1 360px;
	max-width: 360px;
	margin: 0 0 30px;
}
#item-wrap .item a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}
#item-wrap .item a:hover {
	opacity: .75;
}
#item-wrap .item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
#item-wrap .item ul {
	border-left: 6px solid #4c4948;
	padding: 0 0 0 10px;
}
#item-wrap .item li:first-of-type {
	font-size: 16px;
	color: #ad181f;
}
#item-wrap .item .txt {
	margin: 15px 0 0;
	padding: 10px 0;
	border-top: 1px dashed #d2d1d1;
	border-bottom: 1px dashed #d2d1d1;
}
#item-wrap .item .coupon {
	position: absolute;
	left: 0;
	top: 0;
}

