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

/*基本テンプレ*/
span.item_number { font-size: 130%;}

span.price_rd { color:#ff0000; font-size: 120%; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif; font-weight: bold;}

span.nouki_rd { color:#ff0000; font-size: 100%;}

span.price_1 { font-size: 35px;}

.caption {
  clear: both;
}
.ys_tyui{
	font-size: 75%;
}

.cart_blcok {
    display: flex;
	align-items: flex-end;
}
.cart_right {
    width: 550px;
    }

@media only screen and (max-width: 550px) {
	.cart_right {
		float: left;
		max-width: 100%;
		}
	span.price_2 { font-size: 80%;}
	.ys_tyui{
		font-size: 35%;
		}
	HR{
		display:none;
		}
	.cart_blcok {
		display: block;
	}
     .cart_blcok .cart_box1 {
         width: 100%;
         margin: 0 auto;
     }
     .cart_blcok .cart_box2 {
         width: 100%;
         margin: 0 auto;
     }
	.cart_suryo_table th,
	.cart_suryo_table td{
		display: block;
	}
}

/*基本テンプレ*/

html.modalset {
  overflow: hidden;
}
.cartmodal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cartmodal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.cartmodal-wrap::-webkit-scrollbar {
  display: none;
}
.cartmodal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.cartmodal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.cartmodal-box {
  width: 100%;
  max-width: 900px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cartmodal-box .inner {
  background: #fff;
  padding: 80px 20px;
  text-align: left;
}
.cartmodal-box .inner > :first-child {
  margin-top: 0;
}
.cartmodal-box　.cartmodal-close {
}
/*ここまでモータルボックス*/

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}
.cart_right {
    float: right;
    width: 550px;
    }
.cart_btn{
	margin: 2px 0;
}
.submit_btn{
    border: 0px;
    width:170px;
    height:35px;
    background: url(https://www.merry-net.com/new/cart/images/cartbutton.png) left top no-repeat;
}
.submit_btn:hover{
	cursor: pointer;
}