@charset "UTF-8";

* {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-decoration:none;
	font-size: 100%;
	word-break: break-all;
}
img {
	border:0;
}
ul {
	list-style-type:none;
}
input,textarea {
	padding:3px;
	}
/*---table---*/
table, td, tr, th{
	font-weight: normal;
	/*vertical-align: bottom;*/
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	
}
/*---clear---*/	
.clear {
	visibility:hidden;
	clear:both;
	height:1px;
	}
	
.clear_both {
	clear:both;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
hr.clear_both{
border:#fff solid 1px;
}

/*---common body---*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	*font-size:medium;
	*font:small;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	}

/*---Link---*/
a:link {
	color: #e62453;
	text-decoration:underline;
}
a:visited {
	color: #ef5b7f;
	text-decoration:underline;
}
a:active {
	color: #666;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}

/*---ぱんくずリスト---*/
.locatin {
	font-size:90%;
	text-align:left;
	}

/*---head---------------------------------------------*/
#head {
	font-size: 81.25%;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	padding-bottom:3px;
	text-align:left;
	}
#head #head_logo {
	float:left;
	width:230px;
	margin-top:8px;
	margin-bottom:5px;
	}
#head #head_logo img {
	vertical-align:top;
	}
#head #head_nav {
	float:right;
	width:550px;
	margin-top:8px;
	}
#head #head_nav ul {
	padding-bottom:5px;
	}
#head #head_nav ul li {
	display:block;
	float:left;
	}
#head img {
	vertical-align:bottom;
	}
	
#head #head_usrnav {
	clear:both;
	background-image:url(../img/head_login_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:left;
	padding:5px 8px;
	}
#head #head_usrnav p {
	display:inline;
	padding:5px 8px;
	}
#head #head_usrnav p.head_login {
	background-image:url(../img/arrow_5.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	font-weight:bold;
	font-size:110%;
	}


/*---head Link---*/
#head a:link {
	color: #282419;
	text-decoration:underline;
}
#head a:visited {
	color: #666;
	text-decoration:underline;
}
#head a:active {
	color: #666;
	text-decoration:underline;
}
#head a:hover {
	text-decoration:underline;
	color: #ef5b7f;
}


/*---foot---------------------------------------------*/
#foot {
	background-image:url(../img/foot_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	background-color:#282419;
	font-size: 81.25%;
	clear:both;
	}
#foot p.foot_nav {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/foot_line.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:5px;
	padding-top:20px;
	}
#foot p.foot_nav a {
	color:#fff;
	text-decoration:none;
	}
#foot p.foot_nav a:hover {
	color:#ffc9d2;
	text-decoration:none;
	}
#foot p.foot_copy {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	padding-top:10px;
	}

p.annotation {
	text-indent:-1em;
	padding-left:1em;
	}

p.attention {
	color:#FF0000;
	font-size:95%;
	text-indent:-1em;
	padding-left:1em;
	}



/*--wrap---------------------------------------------*/
#wrap {
	width:800px;
	margin: 0 auto;
	padding-bottom:15px;
	text-align:left;
	font-size: 81.25%;
	clear:both;
	}

/*--content---------------------------------------------*/
#content {
	width:574px;
	float:right;
	background-color:#FFFFFF;
	padding:6px 0;
	}

/*--sidebar area---------------------------------------------*/
#sidecolumn {
	width:190px;
	_width:218px;
	padding:6px 14px;
	float:left;
	background-color:#FFFFFF;
	}

/*side nav*/
#sidecolumn #side_nav {
	background-image:url(../img/snav_bg_1.gif);
	background-repeat:repeat-y;
	margin-bottom:8px;
	}
#sidecolumn #side_nav ul {
	background-image:url(../img/snav_bg_2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:5px 0;
	}
#sidecolumn #side_nav ul li {
	background-image:url(../img/arrow_6.gif);
	background-position:15px 7px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:5px 0;
	line-height:180%;
	}
#sidecolumn a:link {
	color: #282419;
	text-decoration:underline;
}
#sidecolumn #side_nav ul li ul {
	background-image:none;
	}
#sidecolumn #side_nav ul li ul li {
	background-image:url(../img/arrow_3.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:10px;
	line-height:180%;
	}

/*side informaton*/
#sidecolumn #side_info {
	background-image:url(../img/snav_bg_2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;
	color:#006bb5;
	padding-bottom:5px;
	width:190px;
	}
#sidecolumn #side_info img {
	vertical-align:bottom;
	}
#sidecolumn #side_info dl {
	background-image:url(../img/snav_bg_1.gif);
	background-repeat:repeat-y;
	padding:3px 0;
	}
#sidecolumn #side_info dl dt {
	background-image:url(../img/arrow_6.gif);
	background-position:11px 3px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:3px 0 0 0;
	line-height:150%;
	}
#sidecolumn #side_info dl dd {
	padding-left:30px;
	padding-right:10px;
	margin:0 0 3px 0;
	line-height:150%;
	}
#sidecolumn #side_info dl dd a {
	color:#006bb5;
	text-decoration:none;
}
#sidecolumn #side_info dl dd a:hover {
	text-decoration:underline;
	color: #00416e;
}
#sidecolumn #side_info .btn_info {
	text-align:right;
	padding-right:10px;
	}
	
	
/*side gift catalog*/
#sidecolumn #side_gift h2 {
	color:#3f1703;
	font-weight:bold;
	border-left:5px solid #3c3736;
	font-size:115%;
	padding:3px;
	margin-bottom:5px;
	}
#sidecolumn #side_gift ul li {
	clear:both;
	padding-bottom:10px;
	font-size:95%;
	}
#sidecolumn #side_gift ul li img {
	margin-bottom:2px;
	}
#sidecolumn #side_gift .side_gift_img {
	float:left;
	margin-right:9px;
	}
#sidecolumn #side_gift .side_gift_period {
	margin-bottom:6px;
	}
#sidecolumn .side_gift_pdf {
	display:block;
	clear:both;
	background-image:url(../img/mark_1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	}
#sidecolumn .side_gift_pdf a {
	background-image:url(../img/arrow_7.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	color:#005bad;
	}
#sidecolumn .side_gift_pdf a:hover {
	color: #00416e;
}

/*side pickup*/
#sidecolumn #side_pickup,
#sidecolumn .side_pickup{
	margin-bottom:15px;
	}
#sidecolumn #side_pickup img,
#sidecolumn .side_pickup img{
	margin-bottom:4px;
	float:left;
	}
#sidecolumn #side_pickup .btn_webcatalog img,
#sidecolumn .side_pickup .btn_webcatalog img{
	/*margin-right:2px;*/
	margin:3px 2px 0 0;
	}

/*side ranking*/
#sidecolumn #side_ranking {
	margin-bottom:20px;
	}
#sidecolumn #side_ranking h2 {
	color:#006BB5;
	border-left:5px solid #006BB5;
	font-weight:bold;
	font-size:115%;
	padding:3px;
	margin-bottom:3px;
	}
#sidecolumn #side_ranking p.date {
	margin-left:8px;
	margin-bottom:10px;
	}
#sidecolumn #side_ranking ul li {
	margin-bottom:10px;
	vertical-align:bottom;
	}
#sidecolumn #side_ranking ul li img {
	vertical-align:bottom;
	}
#sidecolumn #side_ranking ul li .ranking {
	position:absolute;
	padding-top:5px;
	}
#sidecolumn #side_ranking ul li a {
	display:block;
	text-align:center;
	vertical-align:top;
	}
#sidecolumn #side_ranking ul li img {
	vertical-align:top;
	}
#sidecolumn #side_ranking .maker {
	font-size:85%;
	}
#sidecolumn #side_ranking .small {
	font-size:70%;
	}


/*side calendar*/
#sidecolumn #side_calendar {
	background-image:url(../img/side_cal_bg.jpg);
	text-align:center;
	padding:10px;
	margin-bottom:8px;
	font-size:95%;
	}
#sidecolumn #side_calendar h2 {
	text-align:center;
	margin-bottom:5px;
	}
#sidecolumn #side_calendar #cal_tb {
	width:170px;
	margin:0 auto;
	background-color:#f8f7ef;
	background-image:url(../img/side_cal_bg_3.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	}
#sidecolumn #side_calendar #cal_tb h3 {
	background-image:url(../img/side_cal_bg_2.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#000000;
	padding:7px 15px 5px 15px;
	font-size:85%;
	text-align:left;
	}
#sidecolumn #side_calendar #cal_tb h3 .cal_month {
	font-size:140%;
	}
#sidecolumn #side_calendar #cal_tb h3 .cal_msg {
	color:#FF0000;
	font-weight:normal;
	margin-left:0.5em;
	}
#sidecolumn #side_calendar #cal_tb table {
	width:145px;
	margin:0 auto;
	border:1px solid #744024;
	text-align:center;
	}
#sidecolumn #side_calendar #cal_tb table th {
	background-color:#744024;
	color:#FFFFFF;
	}

#cal_tb table td {
	padding:2px;
	font-size:90%;
	width:14%;
	line-height:18px;
	text-align:center;
	white-space:nowrap;
	}
#cal_tb table td a {
	color:#333;
	text-decoration:none;
	}
#cal_tb table td.sunday ,#cal_tb table td.holiday {
	background-color:#ffdddd;
	color:#cd0000;
	}
#cal_tb table td.saturday {
	background-color:#ffdddd;
	color:#512811;
	}
#cal_tb table td.nextmonth {
	background-color:#d8d8d8;
	}
#cal_tb table td.today {
	background-color:#f8f087;
	}
#cal_tb table td span.my_giftday{
	background-image:url(../img/cal_my_giftday.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:100%;
	line-height:16px;
	color:#fff;
	text-align:center;
	}
#cal_tb table td span.event {
	background-image:url(../img/cal_event.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:100%;
	line-height:16px;
	color:#fff;
	text-align:center;
	}
#cal_tb table td span.coop {
	background-image:url(../img/cal_coop.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	width:100%;
	line-height:16px;
	color:#cd0000;
	text-align:center;
	}





/*banner nav*/
#sidecolumn .side_column {
	margin-bottom:8px;
	}
#sidecolumn #side_bnr ul li {
	margin-bottom:5px;
	}


/*リンク*/
.mod_link {
	margin-left:20px;
	}
.mod_link a {
	background-image:url(../img/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:1em;
	}
	
/*ポップアップ*/
.mod_pop {
	margin-left:20px;
	}
.mod_pop a {
	background-image:url(../img/link_popup.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:1em;
	}

/*ページの先頭へ*/
.mod_top {
	text-align:right;
	margin:12px 0;
	}
.mod_top a {
	background-image:url(../img/arrow_top.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding:1em;
	}

/*追加*/

.float_r{
float:right;
}
.float_l{
float:left;
}
.width520{
width:500px;
_width:520px;
}

.border_hidden{
padding:5px 0 10px 0;
clear:both;
color:#C61A22;
line-height:150%;
margin-bottom:10px;
text-align:right;
_width:520px;
}

.border_hidden a{
background-image:url(../img/arrow_8.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:25px;
}

p.region{
padding:5px 0 10px 0;
clear:both;
color:#C61A22;
line-height:150%;
margin-bottom:10px;
_margin-bottom:0;
text-align:right;
_width:200px;
_float:right;
_padding-bottom:0;
}

p.region a{
background-image:url(../img/arrow_8.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:25px;
float:right;
_margin-bottom:0;
_padding-bottom:0;
}

p.regionkore a,
p.regionkore_compact a{
background-image:url(../img/arrow_8.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:25px;
float:right;
_margin-bottom:0;
_padding-bottom:0;
}

p.no_bottom{
padding:5px 0 0 0;
clear:both;
color:#C61A22;
line-height:150%;
padding-bottom:0;
margin-bottom:0;
_width:500px;
}

/*-----------バイヤーと旨いもの　ページトップのオススメ-----------*/
#pagetop_recommend{
margin:5px 0 10px 22px;
}
#pagetop_recommend p#pagetop_recommend_title{
border-left:#FCBF0E solid 5px;
text-indent:7px;
font-weight:bold;
font-size:115%;
color:#333;
margin:5px 0 10px 0;
}
#pagetop_recommend ul li{
float:left;
width:255px;
_width:245px;
margin:0 20px 5px 0;
}
#pagetop_recommend ul li a img{
text-decoration:none;
*float:left;
}
#pagetop_recommend ul li a.top_reco_text{
width:200px;
*width:195px;
_width:185px;
float:right;
color:#E62453;
line-height:140%;
}
#pagetop_recommend ul li a.top_reco_text:hover{
color:#EF5B7F;
}
/*注意書き*/
.disclaimer{
margin:5px 0 10px 0;
_width:520px;
clear:both;
text-align:right;
}

/*-----------お知らせ-----------*/
.information{
color:#C00;
font-size:110%;
line-height:140%!important;
font-weight:bold;
padding:10px;
text-align:center!important;
background-color:#fffeee;
border:#cc0000 solid 1px;
}

/*-----------商品受付終了-----------*/
.acceptance_end{
color:#C00;
font-size:100%;
line-height:130%!important;
font-weight:bold;
padding:5px;
background-color:#fffeee;
border:#cc0000 solid 1px;
display:block;
margin-top:5px;
}
.acceptance_end2{
color:#C00;
font-size:100%;
line-height:130%!important;
font-weight:bold;
padding:5px;
background-color:#fffeee;
border:#cc0000 solid 1px;
display:block;
width:250px;
margin-top:10px;
float:right;
}
.acceptance_end3{
color:#C00;
font-size:100%;
line-height:130%!important;
font-weight:bold;
padding:5px;
background-color:#fffeee;
border:#cc0000 solid 1px;
display:block;
width:250px;
*width:230px;
margin-top:10px;
float:right;
}
.acceptance_end4{
color:#C00;
font-size:100%;
line-height:130%!important;
font-weight:bold;
padding:5px;
background-color:#fffeee;
border:#cc0000 solid 1px;
display:block;
margin-bottom:5px;
}

.specialwrap{
_margin-top:-10px;
*margin-top:-10px;
}

.gift_none_h2{
border-left:#3F1702 solid 5px;
margin:10px 0 10px 27px;
font-weight:bold;
font-size:130%;
text-indent:5px;
position:relative;
}

/*-----------メロン日記のフキダシ-----------*/
.gift_none_h2 img.melon_new_bnr{
position:absolute;
top:-10px;
right:26px;
}

/*-----------------------------------------------
 __値段まわり
-----------------------------------------------*/
div.icon ul.negumi_icon{
margin:0;
}
div.icon ul.negumi_icon li{
float:left;
line-height:100%;
}
ul.pricebox{
margin:5px 0;
}
ul.pricebox li.pricebox_text01{
font-size:85%;
}
ul.pricebox li.pricebox_text01 span.pricebox_num{
font-size:115%;
padding:0 5px;
margin-right:5px;
border:#000000 solid 1px;
}
ul.pricebox li.pricebox_text02{
font-size:130%;
font-weight:bold;
}
ul.pricebox li.pricebox_text02 img{
margin-right:5px;
vertical-align:middle;
}
ul.pricebox li.pricebox_text02 span.pricebox_textsmall{
font-size:80%;
}
ul.pricebox li.pricebox_text03{
float:right;
}
ul.pricebox li.pricebox_text03 ul li{
float:left;
}
ul.pricebox li.pricebox_text03 ul li.price_standard{
font-size:145%;
font-weight:bold;
}
ul.pricebox li.pricebox_text03 ul li.price_hayawari{
font-size:145%;
font-weight:bold;
color:#C00;
}
ul.pricebox li.pricebox_text03 ul li.price_standard span.pricebox_textsmall,
ul.pricebox li.pricebox_text03 ul li.price_hayawari span.pricebox_textsmall{
font-size:70%;
margin-left:5px;
}
span.pricebox_textsmall_yen{
font-size:70%;
}
p.pricebox_text04{
float:left;
font-size:85%;
width:140px;
line-height:120%;
}
div.small_icon{
float:right;
width:100px;
}
div.small_icon ul{
text-align:right;
}
div.small_icon ul li{
display:inline;
}
/*-----------------------------------------------
 __ページング
-----------------------------------------------*/
div.pickup_gift_paging{
margin-bottom:15px;
}
div.pickup_gift_paging ul{
margin:0 0 0 85px;
}
div.pickup_gift_paging ul li{
background:url(../img/pickup_paging.jpg) repeat-x 0 bottom;
border:#300600 solid 2px;
display:inline;
padding:3px 3px;
margin-right:15px;
float:left;
width:200px;
font-size:85%;
text-align:center;
}


div.pickup_gift_paging ul li.pickup_gift_paging_alone{
margin-left:105px;
}


div.pickup_gift_paging ul li a,
div.pickup_gift_paging ul li a:visited{
color:#300600;
text-decoration:none;
}
div.pickup_gift_paging ul li a:hover{
color:#300600;
text-decoration:underline;
}

/*-----------------------------------------------
 __通年ギフトトップのFlashの上にheadをのせる
-----------------------------------------------*/
#unmai_head_box{
position:relative;
width:800px;
margin-top:10px;
}
.unmai_head{
position:absolute;
top:-4px;
right:7px;
font-size:115%!important;
width:560px!important;
}
.unmai_head_fix{
margin-right:0!important;
font-size:115%!important;
width:560px!important;
_margin-left:220px!important;
}
.unmai_head_fix p{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
}




.pickup_gift_btn_unmai a img{
margin-top:5px;
}
/*-----------------------------------------------
 __汎用性のある指示
-----------------------------------------------*/
.text_color_red{
color:#cc0000;
}
.text_align_right{
text-align:right;
}
.margin-top10{
margin-top:10px!important;
}
.koukai_yokoku{
font-weight:bold;
font-size:88%;
color:#c00;
}
.title_ex01{
font-size:120%;
padding:3px 10px 2px 10px;
background-color:#333;
color:#fff;
margin-left:280px;
}
.title_ex02{
background-color:#cae4c3;
font-size:120%;
padding:3px 10px 2px 10px;
}
