@charset "shift_jis";

/* ================================================

	campaign.css

	新キャンペーン用CSSファイル

	*	00. 全体
	*	01. 開催期間
	*	02. キャンペーンの説明
	*	03. エントリーボタン/メルマガ
	*	04. イチオシ商品(ランキング)
	*	05. 検索
	*	06. カテゴリから探す
	*	07. キャンペーン詳細

================================================ */

/*SP共通誘導バナー*/
.saleBanner p{
	text-align: center;
	margin-bottom: 30px;
}
.saleBanner p img{
	width: 640px;
}

/* 00.全体
------------------------------------------------ */
body.pt20{
	padding-top:0 !important;
}

#contents {
	width: 980px;
	margin: 0 auto 60px;
}
#contents #container{
	padding: 20px 20px 0 20px;
}
.round_box_orange_footer {
	margin-bottom: 20px;
}
h2 {
	margin-bottom:15px;
	border-left:10px solid #ffcc0d;
	font-size:1.4em;
	padding:7px 0 5px 8px;
	font-weight:bold;
}
h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
}

#contents .text a,
#contents .cp_detail_list a,
#contents .decimal_list a {
	color: #009ce2;
}

/* 01.開催期間
------------------------------------------------ */
.term{
	width:950px;
	margin:0 auto;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
}

/* 02.キャンペーンの説明
------------------------------------------------ */
#campaign_detail {
	width: 900px;
	padding: 10px;
	margin:0 auto;
}
#campaign_detail .title{
	font-weight: bold;
	font-size: 18px;
	color: #f60;
}
#campaign_detail .note {
	margin-bottom: 16px;
}

#campaign_detail .point_rate {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 880px;
	margin:0 auto 16px;
}
#campaign_detail .point_rate th,
#campaign_detail .point_rate td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	text-align: center;
}
#campaign_detail .point_rate th {
	background: #efefef;
}
#campaign_detail .point_rate em {
	font-weight: bold;
	font-size: 18px;
}
#campaign_detail .point_rate .pointup {
	color: #f00;
}
.point_detail .text {
	font-size: 16px;
}
.point_detail .description span{
	font-weight: bold;
	color: #f60;
}
.about_box{
	width:777px;
	margin:10px auto 20px;
}
table.about {
	border:1px solid #cccccc;
	line-height:1.2em;
	margin-bottom:10px;
}
table.about th {
	background:transparent url(/pc/img/sp/easypay/line_dot.gif) no-repeat right center;
	padding:10px 15px;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:bold;
}
table.about td {
	padding:10px 15px;
	font-size:10px;
}

/* 03.エントリーボタン/メルマガ
------------------------------------------------ */
.entry_text {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
#end_entry {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
#mag_contents{
	width:960px;
	margin:0 auto;
}
#mag_contents h1{
	font-size:20px;
	font-weight:bold;
	padding:20px 0 0 10px;
}
#mag_container{
	margin:80px 0;
	text-align:center;
}
.mag_text{
	text-align:left;
	padding-left:80px;
}
.btn_mailmag {
    height: 62px;
    margin: 10px auto 5px;
    width: 500px;
}
.btn_mailmag a:link, .btn_mailmag a:visited {
    background: url("/pc/img/common/btn_mailmag.png") no-repeat scroll 0 0 transparent;
}
.btn_mailmag a:hover{
	opacity:0.85;
}
.btn_mailmag a {
    display: block;
    height: 62px;
    overflow: hidden;
    text-indent: -9999px;
    width: 500px;
}

/* ロットナンバー入稿
------------------------------------------------ */
.favoritea {
	margin:0 auto 15px;
	width: 645px;
}

.favoritea h3{
	clear: both;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #595959;
	background-color: #767676;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	box-shadow: 0 2px 2px
}

.favoritea ul li {
	float: left;
	text-align: center;
}

.favoritea ul li a {
	display: block;
	width: 119px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.favoritea ul li a img {
	margin-bottom: 5px;
}

.favoritea ul li a strong {
	display: block;
	margin-bottom: -5px;
	text-align: left;
}

.ranking {
	border-bottom:1px solid #989898;
}
.ranking ol li {
	margin-right:24px;
	float:left;
	width:103px;
	text-align:center;
	margin-bottom:0.5em;
}
.ranking ol li.last {
	margin-right:0;
}
.ranking ol li .rank {
	margin-bottom:.5em;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.ranking ol li .img {
	margin-bottom:.5em;
	display:block;
	width:103px;
	height:103px;
}
.ranking ol li .img img {vertical-align:top;}
.ranking ol li .price,
.ranking ol li .par {margin-bottom:0;}
.ranking ol li .point{color:#F40022;}
ul.other_ranking li{
	margin-right:25px;
	float:left;
}
a.arrow,
ul.arrow li{
	padding:0 0 0 13px;
	background:url(/pc/img/common/icn_arrow_gray.gif) left center no-repeat;
	white-space:nowrap;
	margin-bottom: 0.5em;
}

/* 04. 商品を探す(ランキング)
------------------------------------------------ */
.container{
	margin:0 auto 15px;
	padding-bottom:10px;
	background:url(/pc/img/common/container_bottom.gif) no-repeat 0 bottom;
	width: 645px;
}
.container .header{
	margin-top:2px;
	margin-bottom:0;
	_margin-bottom:-2px;
	padding: 15px 17px 10px 17px;
	width:611px;
	height: 15px;
	background: url(/pc/img/mypage/mypage_subtitle.jpg) 0 0 no-repeat;
	font-weight:bold;
	font-size:14px;
}
.container .body{
	border-right:1px solid #989898;
	border-left:1px solid #989898;
	zoom:1;
}
.container .body .inner{
	padding:15px 16px 5px;
}
.innerConfirm{
	padding:15px 16px 5px;
	width:645px;
}
.ranking {
	border-bottom:1px solid #989898;
}
.ranking ol li {
	margin-right:24px;
	float:left;
	width:103px;
	text-align:center;
	margin-bottom:0.5em;
}
.ranking ol li.last {
	margin-right:0;
}
.ranking ol li .rank {
	margin-bottom:.5em;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.ranking ol li .img {
	margin-bottom:.5em;
	display:block;
	width:103px;
	height:103px;
}
.ranking ol li .img img {vertical-align:top;}
.ranking ol li .price,
.ranking ol li .par {margin-bottom:0;}
.ranking ol li .point{color:#F40022;}
ul.other_ranking li{
	margin-right:25px;
	float:left;
}
a.arrow,
ul.arrow li{
	padding:0 0 0 13px;
	background:url(/pc/img/common/icn_arrow_gray.gif) left center no-repeat;
	white-space:nowrap;
	margin-bottom: 0.5em;
}
/* 05. 検索
------------------------------------------------ */
.search {
	width:645px;
	margin:0 auto 20px;
}
.search form {
	border:2px solid #cccccc;
	background-color:#f8f8f8;
	padding:8px 12px;
	overflow:hidden;
	margin:0 auto;
}
.search form ul li {
	display:inline;
	padding-bottom:8px;
	padding-right:15px;
}
.search form ul li input{
	vertical-align:middle;
}
.search form select {
	float:left;
	margin-right:10px;
	border: 1px solid #dbdbdb;
	margin: 8px 5px 0;
}


/*
新検索窓
----------------------------------------------------------------------*/
.search form p{
	margin:5px 5px;
}

.search form p input.keyword {
	width: 315px;
	height: 26px;
	line-height:28px\9;	
	line-height: 28px	9;
	border: solid 1px #dbdbdb;
	float:left;
	padding: 0 0 0 5px;
	float:left;
}

.search form p input.submit {
	margin-right:8px;
	font-size: 16px;
	height: 28px;
	top: 0;
	background: url(/pc/img/header/bt_header_search.png) no-repeat 0 0;
	width:33px;
	text-indent:-9999px;
	border: solid 1px #dbdbdb;
	padding:0;
	margin:0;
}



/* 06. カテゴリから探す
------------------------------------------------ */
.category {
	clear:both;
	width:910px;
	margin:0 auto 30px;
}
.category .detail{
	border:1px solid #cccccc;
	padding:10px 20px;
	overflow:hidden;
	width:868px;
}
.category ul {
	width:33%;
	float:left;
}
.category ul li {
	line-height:1.4em;
}

/* 07. キャンペーン詳細
------------------------------------------------ */
/*ページ内リンク----*/
.cp_detail_link {
	width: 280px;
	margin: 0 auto 10px;
}
.cp_detail_link p {
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
/*----ページ内リンク*/

.cp_detail_list {
	margin: 0 0 18px;
}
.cp_detail_list li {
	background: url(/pc/img/common/circle_01.gif) left 2px no-repeat;
	padding-left: 14px;
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 1em;
}
.cp_detail_list li ul {
	margin-left: 14px;
	padding-left: 5px;
}
.cp_detail_list li ul li,
.decimal_list li ul li {
	background: none;
	list-style-type: disc;
	padding-left: 0;
	margin-bottom: 0;
}
.attention_list dl{
	margin-top:10px;
}

.attention_list dd{
	text-indent:1.5em;
}

.about_rank{
	margin-bottom:10px;
}