#cartbtn_main {
    position: absolute;
    width: 280px;
    z-index: 97;
    font-size: 12px;
    text-align: left;
}
@media screen and (min-width: 35.5em){
  #cartbtn_main{
    width: 280px;
    font-family: "メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
    letter-spacing: 0.0em;
  }
}
#cartbtn_close {
    height: 50px;
}
#cartbtn_close_box {
    position: absolute;
    right: 0px;
    display: table;
    width: 50px;
    height: 50px;
    border-color: orange;
    background-color: white;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 3px 3px 0 0;
}
#cartbtn_close_box .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #ff6600;
	font-size: 2.5em;
	font-weight: 900;
}
#cartbtn_popup {
	padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background-color: #fff;
    left: 0px;
    width: 360px;
    max-width: 100%;
    border-color: orange;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 3px;
    line-height:19.6px;
}
.cartbtn_item {
    position: relative;
    box-sizing: border-box;
    padding: 10px 30px 10px 0;
    width: 100%;
    font-size: 1em;
    border-color: orange;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
.cartbtn_item_contents {
}
.cartbtn_item_remove {
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url(../../images/ico-delete.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
}
.cartbtn_info_item {
	box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    font-size: 1em;
    border-color: orange;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.cartbtn_info_item_noborder {
    width: 262px;
    padding: 4px;
    margin: 4px;
    font-size: 1em;
}

.cartbtn_info_title {
    font-weight: bold;
    float: left;
}
.cartbtn_info_value {
    float: right;
}
.cartbtn_info_text {
    padding: 4px;
}
.cartbtn_clear {
    clear: both;
}

#cartbtn_checkout {
    box-sizing: border-box;
    width: 99%;
    padding: 20px 0 0 0;
    margin: auto;
    text-align: center;
}

#cartbtn_checkout a {
    text-decoration: none;
    border-style: none;
}

#cartbtn_checkout a:hover {
    background-color: transparent;
}

#cartbtn_checkout_link span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15.625%;
  border-radius: 5px;
  background-color: #ff6600;
  background-image: url(../../images/button-cart.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.cartbtn_select {
    width: 200px;
    margin-top: 5px;
}

span.cartbtn_custom_select {
    width: 200px;
    font-size: 1em;
    background-color: #fff;
    padding: 3px;
    border:1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px;
}

span.cartbtn_custom_select.changed {
    background-color: #fcfefa;
}

.cartbtn_custom_selectInner {
    text-align: center;
    background:url(../../images/ico_arrow_down.png) no-repeat center right;
}

.cartbtn_pad_center {
    text-align: center;
}

.cartbtn_control {
    text-align: center;
}

#cartbtn_contents {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
    padding-right: 10px;
}

#cartbtn_area_select, #cartbtn_deliver_date {
    display: none!important;
}
