@charset "utf-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#plus-wrapper {
	position: relative;
	line-height: 1.6;
	margin: 0 0 20px;
}
#plus-wrapper * {
	box-sizing: border-box;
}

/* ttl
--------------------------- */
#plus-wrapper h2 {
	margin: 0 0 30px;
}

/* item-odd
--------------------------- */
#plus-wrapper .item-odd {
	overflow: hidden;
}
#plus-wrapper .item-odd h3 {
	font-size: 18px;
	line-height: 1;
	padding: 20px 45px;
	background: url(../images/h01.png) no-repeat center center;
}
#plus-wrapper .item-odd .inner {
	display: table;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 5px;
}
#plus-wrapper .item-odd .img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 500px;
}
#plus-wrapper .item-odd .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 30px;
}
#plus-wrapper .item-odd .txt .brand {
	font-size: 16px;
	padding: 0 0 30px;
	margin: 0 0 10px;
	background: url(../images/deco01.png) no-repeat center bottom;
	text-align: left;
}
#plus-wrapper .item-odd .txt p {
	text-align: right;
}

/* item02
--------------------------- */
#plus-wrapper .item-even {
	margin: 20px 0 30px;
}
#plus-wrapper .item-even h3 {
	font-size: 16px;
	text-align: center;
	min-height: 103px;
	padding: 53px 0 0;
	background: url(../images/h02.png) no-repeat center center;
}
#plus-wrapper .item-even p {
	font-size: 13px;
	background: url(../images/deco02.png) no-repeat center bottom;
	padding: 15px 30px 30px;
}

/* btns
--------------------------- */
#plus-wrapper .btns {
	margin: 75px 0 60px;
}
#plus-wrapper .btns ul {
	font-size: 0;
	text-align: center;
}
#plus-wrapper .btns li {
	display: inline-block;
	margin: 0 10px;
}
#plus-wrapper .btns a {
	display: block;
	font-size: 17px;
	line-height: 1;
	background: #dbdcdc;
	color: #000;
	padding: 15px 20px;
}
#plus-wrapper .btns a:hover {
	text-decoration: none;
	background: #ebebeb;
}

