@charset "UTF-8";

/*
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	margin: 20px 0;
	font-size: 14px;
	color: #222;
}
#wrapper-plus a:link,
#wrapper-plus a:visited {
	text-decoration: none;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #3498db;
	text-decoration: underline;
}
#wrapper-plus a img {
	opacity: 1;
}
#wrapper-plus a:hover img {
	opacity: 0.7;
}

/*
--------------------------- */
#wrapper-plus .sumally {
	float: left;
	width: 224px;
}
#wrapper-plus .sumally .txt {
	padding: 10px 0 10px 0;
	margin: 20px 0 0 5px;
}
#wrapper-plus .sumally .txt h2 {
	font-size: 18px;
	font-weight: bold;
	color: #990008;/*タイトルの文字色*/
}
#wrapper-plus .sumally .txt ul {
	padding: 10px 0 20px;
	font-size: 18px;
}
#wrapper-plus .sumally .txt ul li {
	margin: 20px 0 0;
}
#wrapper-plus .sumally .txt ul li.ex {
	margin: 5px 0 0 0;
	font-size: 12px;
}
#wrapper-plus .sumally .txt ul li img {
	vertical-align: baseline;
}

#wrapper-plus .photo {
	float: right;
	width: 512px;
	margin: 10px 0 0 0;
}
#wrapper-plus .photo img {
	width: 512px;
	height: auto;
	border-radius: 10px;
}

/*
--------------------------- */
#wrapper-plus .disc {
	clear: both;
	padding: 30px 15px 0;
}

/*
--------------------------- */
/*
#header-shop #shop-presents {
	display: none;
}
*/
#wrapper-plus .present {
	position: relative;
	margin: 60px 5px 0 115px;
}
#wrapper-plus .present h1 {
	position: absolute;
	left: -115px;
	top: 0;
}
#wrapper-plus .present ul {
	padding: 20px 20px 20px 40px;
	background: url(../images/bg.png);
	box-shadow: 2px 2px 2px #aaa;
}
#wrapper-plus .present p {
	text-align: center;
	margin: 30px 0 0 -115px;
}

/*
--------------------------- */
#wrapper-plus ul.btns {
	margin: 60px 0 40px;
	text-align: center;
	letter-spacing: -0.4em;
}
#wrapper-plus ul.btns li {
	display: inline-block;
	*display: block;
	*zoom: 1;
	letter-spacing: normal;
	margin: 0 20px;
}
