@charset "UTF-8";

/* 基本設定
---------------------------*/
#wrapper-plus {
	margin: 20px 0;
	padding: 0 0 30px;
	color: #333;
	background: url(../images/dot.png);
}
#wrapper-plus a,
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #333;
	text-decoration: none;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	text-decoration: none;
}
#wrapper-plus a:hover > img {
	opacity: 0.75;
}

/* タイトル
---------------------------*/
#wrapper-plus .ttl {
	position: relative;
}
#wrapper-plus .ttl p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	width: 460px;
	position: absolute;
	right: 30px;
	top: 35px;
}

/* リスト
---------------------------*/
#wrapper-plus #section-items {
}
#wrapper-plus #section-items .block {
	position: relative;
	overflow: hidden;
	float: left;
	width: 335px;
	height: 250px;
	background: #fff;
	border-radius: 6px;
	margin: 30px 0 0 30px;
}
#wrapper-plus #section-items .block a {
	display: block;
}
#wrapper-plus #section-items .block a > img {
	width: 335px;
	height: auto;
}
#wrapper-plus #section-items .block .txt {
	width: 100%;
	background: url(../images/bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
#wrapper-plus #section-items .block .txt > .inner {
	padding: 10px;
	color: #fff;
}
#wrapper-plus #section-items .block .txt h3 {
	font-size: 14px;
	font-weight: bold;
}
#wrapper-plus #section-items .block .txt p {
	font-size: 10px;
	margin: 2px 0 0;
}

/* ボタン
---------------------------*/
#wrapper-plus ul.btns {
	text-align: center;
}
#wrapper-plus ul.btns li {
	margin: 30px 0 0;
	text-align: center;
}
