@charset "UTF-8";

#pointPresent {
	margin-bottom: 30px;
	padding-bottom: 93px;
	background: url(../img/bg.gif) left top repeat;
}

#pointPresent .btnShop {
	margin-bottom: 42px;
	text-align: center;
}

#pointPresent .notes {
	width: 860px;
	margin: 0 auto;
	padding: 10px 25px 15px;
	border: 1px solid #ff6600;
	background: #fff;
}
#pointPresent .notes .notesTtl {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
#pointPresent .notes .notesTxt {
	margin-bottom: 8px;
	font-size: 11px;
}
#pointPresent .notes dt {
	float: left;
	margin-right: 5px;
}
#pointPresent .notes dd {
	overflow: hidden;
	margin-bottom: 6px;
}
#pointPresent .notes dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pointPresent .notes dl {
	display: inline-block;
	font-size: 11px;
}

#fNavPagetop {
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}
#fNavPagetop li a {
	position: relative;
	padding-right: 20px;
	color: #333;
}
#fNavPagetop li a::after {
	background: url("../img/pagetop.gif") no-repeat center center;
	content: "";
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

