span.choice {
	font-size:14px;
	display:block;
	width:250px;
	margin:5px 0;
	padding:5px;
	color:#fff;
	background-color:#bf0000;
}

select {
	font-size:14px;
	padding:5px;
	color:#000;
	background-color:#fff;
}

input#units {
	margin:20px 5px;
}

input#units + input {
	font-size:15px;
	font-weight:bold;
	margin:20px 5px;
	padding:15px;
	transition:all .25s ease 0s;
	color:#fff;
	border:none;
	border-radius:.25em .25em .25em .25em;
	background:-moz-linear-gradient(center top, #81bc2e, #659324);
	background:-webkit-gradient(linear, center top, center bottom, from(#81bc2e), to(#659324));
	background-color:#81bc2e;
	box-shadow:0 1px 0 0 rgba(200, 200, 200, .1);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81bc2eFF', endColorstr='#FF659324');
}

input#units + input:hover {
	color:#000;
}

.link {
	position:absolute;
	z-index:0;
	top:100px;
	visibility:visible;
	width:100px;
	height:5600px;
	min-height:100%;
}

#topic {
	position:absolute;
	top:11px;
	left:10px;
}

#topic a {
	text-decoration:none;
	color:#0063dc;
}

/* iframe用 */
#rightbnr {
	position:fixed; /* for Firefox */
	_position:absolute; /* for IE */
	top:0; right:0;
}

/* お気に入り商品登録 */
div.bookmarkArea {
	width:350px;
}

body div.bkm{
	width: 350px !important;
	height: 115px !important;
}

body div.bookmarkArea div.bkm a.addBkm span.bkmStar {
	margin: 0 !important;
	display:inline-block !important;
	width: 350px !important;
	height: 115px !important;
	background: url(../img/bnr/okiniiri-base.jpg) no-repeat !important;
}

/* お気に入り店舗登録 */
body #rakutenLimitedId_aroundCart div.shopBkm {
	margin-top:-10px !important;
	width: 350px !important;
	height: 60px !important;
}

body div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
	display:inline-block !important;
	width: 350px !important;
	height: 60px !important;
	background: url(../img/bnr/okiniiri-bump.jpg) no-repeat !important;
}
