@charset "utf-8";
/* CSS Document */


* body {
margin:0; padding:0;
}






/*-----------------
トップページに戻るボタン
-----------------*/

.chousei_b {
text-align:center;
position:absolute;
top:0;
left:390px;
background-color:#CC0000;
padding:15px 20px;
font-size:24px;
font-weight:bold;
}

.chousei_b a { color:#FFFF33; text-decoration: none ; }


/*-----------------
鍋ページ同梱追加材料
-----------------*/
.tsuika {
width:380px;
text-align:center;
}
.ichi {
margin-bottom:10px;
}
.tsuika_left {
    position: relative;
padding:0 25px 0 0;
width:110px;
float:left;
}
.tsuika_right {
    position: relative;
width:110px;
float:left;
}


/*--- 品切れ中 --*/

.tsuika_left2 {
    position: relative;
    margin:  0 25px 0 0;
width:110px;
float:left;
}
.tsuika_right2 {
    position: relative;
width:110px;
float:left;
}

.tsuika_left2_urikire:before ,
.tsuika_right2_urikire:before {
content: '';
    position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000000;
    opacity: 0.5;
}
.tsuika_left2_urikire .urikire ,
.tsuika_right2_urikire .urikire {
  position: absolute;
  top: 7.3em;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:sans-serif;
  font-size:1em;
  font-weight:bold;
  letter-spacing:5px;
  color:#fff;
}

/*--- 品切れ中ここまで --*/




.tsuika_shouhinmei {
width:104px;
height:60px;
background-color:#CC6600;
border-width:3px 3px 0 3px;
border-style:solid;
border-color:#CC3300;
display:inline-table;
vertical-align:middle;
}
.tsuika_shouhinmei > .h4_title {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    line-height:1.5em;
}
.h4_title {
font-size:12px;
font-weight:normal;
line-height:120%;
color:#FFFFFF;
}
.tsuika p {
margin:15px 0 0;
line-height:110%;
font-size:14px;
font-weight:bold;
color:#990000;
}
.tsuika table {
width:110px;
font-size:12px;
margin:10px 0 ;
}

.tsuika input{
width:100px;
height:18px;
text-align: center;
vertical-align: bottom;
font-size:12px;
}
.tsuika .sen_3 {
border-bottom:1px solid #D7CDBF;
width:100%;
height:1px;
margin:15px 0;
}



/*-----------------
      共通
-----------------*/
#page_top {
margin:0 50px 0 0;
text-align:right
}
.page_top2 {
margin:30px 21px 20px 0;
text-align:right
}
.sen {
border-top:1px solid #D7CDBF;
width:100%;
height:1px;
margin:40px 0;
}
.sen_2 {
border-bottom:1px solid #D7CDBF;
width:100%;
height:1px;
}
.floatclear {
clear:both;
}