@charset "utf-8";

/* 全体
 * -------------------------------------------------- */


body {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-image: none !important;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.contents {
    width: 950px;
    margin: 0 auto;
}

/* キャンペーン内容
 * -------------------------------------------------- */

#header {
    background-image: none;
}

/* 売れ筋商品
 * -------------------------------------------------- */

.kokusan {
	background:url(/shopping/camp/honeyrusk_present/img/middle_kokusan.gif) repeat-y center 0;
}
.kokusan .inner {
	padding:15px 17px 17px;
	background:url(/shopping/camp/honeyrusk_present/img/footing_kokusan.gif) no-repeat 0 bottom;
}
.kaigai {
	background:url(/shopping/camp/honeyrusk_present/img/middle_kaigai.gif) repeat-y center 0;
}
.kaigai .inner {
	padding:15px 17px 17px;
	background:url(/shopping/camp/honeyrusk_present/img/footing_kaigai.gif) no-repeat 0 bottom;
}
.rare {
	background:url(/shopping/camp/honeyrusk_present/img/middle_rare.gif) repeat-y center 0;
}
.rare .inner {
	padding:15px 17px 17px;
	background:url(/shopping/camp/honeyrusk_present/img/footing_rare.gif) no-repeat 0 bottom;
}
.jam {
	background:url(/shopping/camp/honeyrusk_present/img/middle_jam.gif) repeat-y center 0;
}
.jam .inner {
	padding:15px 17px 17px;
	background:url(/shopping/camp/honeyrusk_present/img/footing_jam.gif) no-repeat 0 bottom;
}
.inner .item {
    float: left;
	padding-left: 15px;
    margin-left: 14px;
    width: 285px;
	height:180px;
	border-left:#999999 dotted 1px;
}
.inner .item:first-child {
	padding-left: 0;
    margin-left: 0;
	border-left:none;
}
.item_link {
	display:block;
    position: relative;
}
.item_link .item_ttl {
    position: absolute;
    top: 5px;
    left: 115px;
    font-weight: bold;
    color: #444;
    line-height: 1.25;
	text-decoration: underline;
}
.item_link .item_price {
    position: absolute;
    top: 80px;
    right: 0px;
    color: #444;
	font-size: 15px;
	text-align:right;
}
.item_link .item_price span {
	font-size: 18px;
    font-weight: bold;
}
a:hover .item_ttl,
a:hover .item_price {
    color: #0b307f;
    text-decoration: none;
}
.other_link {
	margin:15px 0 30px;
	text-align:right;
}
.other_link a {
	display:inline-block;
	padding-left:12px;
	background:url(/shopping/camp/honeyrusk_present/img/indent.gif) no-repeat left center;
}