@charset "UTF-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	margin: 0 0 20px;
	color: #000;
	line-height: 1.5;
}
/*
#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;
}
*/
#wrapper-plus a > img {
	opacity: 1;
}
#wrapper-plus a:hover > img {
	opacity: 0.5;
}

/* title
--------------------------- */
#wrapper-plus > h2 a {
	display: block;
	font-size: 24px;
	color: #603813;
	text-align: center;
	padding: 55px 10px 0;
	height: 45px;
	background-image: url(../images/vis.png);
}

/* page
--------------------------- */
#wrapper-plus .page-info {
	overflow: hidden;
	margin: 30px 0 0;
	padding: 20px;
	background: url(../images/lace.png) no-repeat right top #ffb5ba;
	border-radius: 10px;
}
#wrapper-plus .page-info > a {
	display: block;
	float: left;
	margin: 0 20px 5px 0;
}
#wrapper-plus .page-info h3 {
	font-size: 18px;
	color: #603813;
	margin: 0 0 15px;
}

/* sep-list
--------------------------- */
#wrapper-plus .sep-lists {
	margin: 20px 0 0;
}
#wrapper-plus .sep-lists ul {
	overflow: hidden;
	line-height: 1;
	margin: 0 0 0 -5px;
}
#wrapper-plus .sep-lists ul li {
	float: left;
	width: 250px;
	margin: 5px 0 0 5px;
}
#wrapper-plus .sep-lists ul li a {
	display: block;
	width: 220px;
	height: 30px;
	padding: 25px 15px 5px 15px;
	background: url(../images/btn_sep.png) no-repeat;
	color: #000;
	font-size: 14px;
	text-align: center;
}
#wrapper-plus .sep-lists ul li a:hover {
	text-decoration: none;
	background-position: 0 -60px;
}

/* items
--------------------------- */
#item-wrap {
	overflow: hidden;
}
/* sep */
#item-wrap .sep {
	clear: both;
	position: relative;
	margin: 50px 0 0;
}
#item-wrap .sep h4 {
	padding: 20px 120px 10px 10px;
	min-height: 20px;
	font-size: 14px;
	background: url(../images/head.png) no-repeat left top #ffc4ab;
}
#item-wrap .sep a {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -12px 0 0;
}

/* item */
#item-wrap .item {
	position: relative;
	float: left;
	width: 240px;
	height: 180px;
	margin: 25px 0;
}
#item-wrap .item p.img {
	overflow: hidden;
	height: 180px;
}
#item-wrap .item p.img img {
	width: 100%;
	height: auto;
}
#item-wrap .item h5 {
	background: #6c3c1a;
	background: rgba(255, 163, 171, 0.9);
	color: #603813;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#item-wrap .item h5 span {
	display: block;
	padding: 5px;
}

/* btn
--------------------------- */
#wrapper-plus ul#ex-btn-menu {
	clear: both;
	margin: 15px 0 25px;
	line-height: 1;
	text-align: center;
}
#wrapper-plus ul#ex-btn-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
}
#wrapper-plus ul#ex-btn-menu li a {
	display: block;
	color: #603813;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 25px 15px 60px;
	background: url(../images/arrow.png) no-repeat 20px center #ffc4ab;
	background: url(../images/arrow.png) no-repeat 20px center, -moz-linear-gradient(top, #ffc4ab 0%, #e2b19c 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc4ab), color-stop(100%,#e2b19c));
	background: url(../images/arrow.png) no-repeat 20px center, -webkit-linear-gradient(top, #ffc4ab 0%,#e2b19c 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -o-linear-gradient(top, #ffc4ab 0%,#e2b19c 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -ms-linear-gradient(top, #ffc4ab 0%,#e2b19c 100%);
	background: url(../images/arrow.png) no-repeat 20px center, linear-gradient(to bottom, #ffc4ab 0%,#e2b19c 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#wrapper-plus ul#ex-btn-menu li a:hover {
	background: url(../images/arrow.png) no-repeat 20px center #ff9673;
	background: url(../images/arrow.png) no-repeat 20px center, -moz-linear-gradient(top, #ff9673 0%, #cb7b61 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9673), color-stop(100%,#cb7b61));
	background: url(../images/arrow.png) no-repeat 20px center, -webkit-linear-gradient(top, #ff9673 0%,#cb7b61 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -o-linear-gradient(top, #ff9673 0%,#cb7b61 100%);
	background: url(../images/arrow.png) no-repeat 20px center, -ms-linear-gradient(top, #ff9673 0%,#cb7b61 100%);
	background: url(../images/arrow.png) no-repeat 20px center, linear-gradient(to bottom, #ff9673 0%,#cb7b61 100%);
}
