@charset "UTF-8";


/* 基本設定
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	line-height: 1.6;
	margin: 20px 0;
	padding: 0 30px 30px;
	color: #7c6c63;
	background: url(../images/dot.png);
}
#wrapper-plus a,
#wrapper-plus a:link,
#wrapper-plus a:visited {
	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;
	margin: 0 -30px;
}
#wrapper-plus .ttl p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	width: 460px;
	position: absolute;
	right: 30px;
	top: 35px;
}


/* page info
---------------------------*/
#wrapper-plus #page-info {
	overflow: hidden;
	background: #e7e3e0;
	border-radius: 6px;
	margin: 30px 0 0;
}
#wrapper-plus #page-info div {
	float: right;
	width: 512px;
}
#wrapper-plus #page-info div img {
	width: 512px;
	height: auto;
}
#wrapper-plus #page-info h3,
#wrapper-plus #page-info p {
	float: left;
	width: 168px;
	margin: 10px 10px 0;
}
#wrapper-plus #page-info h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00a5dd;
}


/* item
---------------------------*/
#wrapper-plus .item {
	overflow: hidden;
	margin: 60px 0 0;
}

#wrapper-plus .item .img {
	float: left;
	width: 350px;
	border-radius: 6px;
	overflow: hidden;
}
#wrapper-plus .item .txt {
	float: right;
	width: 340px;
}
#wrapper-plus .item .txt h4 {
	font-weight: bold;
	margin: 0 0 5px;
}


/* ボタン
---------------------------*/
#wrapper-plus ul#ex-btn-menu {
	text-align: center;
	margin: 60px -30px 0;
	padding: 0 0 10px;
}
#wrapper-plus ul#ex-btn-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
}
