@charset "utf-8";

/************************************************
 import css
************************************************ */
/* delete 「カゴの中を見る」 button */
.cartchange_btn{
  display:none;
}

/*希望納品日の文字サイズを大きくする*/
.pay_area02 {
font-size: 18px;
font-weight: bold;
}



/* DISABLE LIST PHOTO IMAGE 
div.listphoto {
  display:none;
}
*/

/* DISABLEPHOTO IMAGE 
#detailleftbloc{
  display:none;
}

#main_column.colnum2 #detailrightbloc{
   width: 80%;
   padding: 3%;
   float: center;
}
*/

/* <span class="include">送料無料</span>　を表示しない*/
span.include{
  display:none;
}


/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}

/*ＭＹページ出荷済みを表示しない */
.order_history_list .order_detail_info .order_status p.deliv_status_close {
display: none;
}

/*ＭＹページ出荷予定日を表示しない */
.raku2_mypage_order_list_hasso_date {
display: none;
}

/*site_description＝DENGYOマーケット　左上の*/
p#site_description{
 color:#000000;
 font-size:14px;
 font-weight:bold;
}



/*送料メッセージを表示しない */
.deliv_free_msg {
display: none;
}

/*202406期間限定SALE */
.btn-square-pop{
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

