/*------------------------------------------------------------
  Top page
------------------------------------------------------------*/
.scroll-to-fixed-fixed .header-box {
  margin-top: 0;
}

.p-top10 {
  margin-top: 10px;
}
.p-left05 {
  padding-left: 5px;
}
.txt-red {
  color: #ff0000;
}

.txt-orange {
  color: #FF9600;
}

.txt-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.font-z {
  font-size: 1.5rem !important;
}
/*===========*/
.news_ct span {
  background: #00be04;
  border-radius: 15px;
  padding: 2px 15px;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #fff;
}
.sp_news article .news_ct a{
  display: block;
  margin-top: 5px;
}
/*=========*/
.section-top01 {
  padding: 0 5px;
  margin-top: 10px;
}

.section-top01 .bnt {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#d0d0d0));
  background: -webkit-linear-gradient(#fbfbfb, #d0d0d0);
  background: -o-linear-gradient(#fbfbfb, #d0d0d0);
  background: linear-gradient(#fbfbfb, #d0d0d0);
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 10px;
  height: 39px;
}

.section-top01 .bnt a {
  background: url(../mimg/icon1.png) no-repeat right 10px center;
  display: block;
  padding: 0 10px;
  height: 39px;
  line-height: 20px;
  font-size: 1.8rem;
  color: #03342C;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .section-top01 .bnt a {
    background: url(../mimg/icon1.png) no-repeat right 5px center;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }
}
.section-top01 .bnt a span {
  font-size: 1.1rem;
  margin-left: 10px;
}

.section-top01 dl {
  margin-top: 10px;
  margin-bottom: 0;
}

.section-top01 dl dt {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#d0d0d0));
  background: -webkit-linear-gradient(#fbfbfb, #d0d0d0);
  background: -o-linear-gradient(#fbfbfb, #d0d0d0);
  background: linear-gradient(#fbfbfb, #d0d0d0);
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 0 10px;
  height: 39px;
  line-height: 20px;
  font-size: 1.8rem;
  color: #03342C;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.section-top01 dl dt:before {
  content: "";
  background: url(../mimg/up.png) no-repeat center center;
  width: 20px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 320px) {
  .section-top01 dl dt:before {
    content: "";
    background: url(../mimg/up.png) no-repeat center center;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
    right: 0;
  }
  
}
.section-top01 dl dt.opened:before {
  content: "";
  background: url(../mimg/dow.png) no-repeat center center;
  width: 20px;
  height: 13px;
}
@media screen and (max-width: 320px) {
  .section-top01 dl dt.opened:before {
    content: "";
    background: url(../mimg/dow.png) no-repeat center center;
    -webkit-background-size: 11px auto;
    background-size: 11px auto;
  }
}
.section-top01 dl dd {
  display: none;
  padding: 10px 0;
  font-size: 1.2rem;
}

.about-product {
  margin: 20px 5px 0;
  border: 1px solid #d1d1d1;
}

.about-product .title {
  font-size: 1.8rem;
  padding: 10px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-product ul {
  padding: 0 5px;
}

.about-product li {
  list-style: square;
  margin-left: 25px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

/*.sp_btn_simple {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  margin-top: 25px;
  padding: 5px 0;
  position: relative;
  margin-left: 5px;
}
*/

.sp_btn_simple{
  position: relative;
}
/*.sp_btn_simple a {
  font-size: 1.6rem;
  font-weight: bold;
}*/

.sp_btn_simple a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.form-login {
  padding: 0 5px;
}

.form-login .tt-login {
  border-left: 3px solid #ff9933;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

.form-login .err {
  color: red;
}

.form-login label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-login input {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-login .form-group {
  margin-bottom: 10px;
}

.form-login .checkbox-inline {
  text-align: left;
}

.form-login .checkbox-inline input {
  width: auto;
}

.form-login .sp_btn_green {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 15px;
  border: 1px solid #83c41a;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-login .sp_btn_green a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  padding: 8px;
}

.bnt-login div {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #000000;
  padding: 10px 20px 10px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  text-align: center;
  margin-top: 15px;
}

.bnt-login div a {
  color: #03342C;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  padding: 3px;
}

.price {
  font-size: 1rem;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
}

.price span {
  font-size: 1.2rem;
  font-weight: bold;
}

.select-box {
  padding: 0 5px;
  margin-top: 15px;
}

.select-box h2 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff9700', endColorstr = '#ff6800');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff9700', endColorstr = '#ff6800')";
  background-image: -moz-linear-gradient(top, #ff9700, #ff6800);
  background-image: -ms-linear-gradient(top, #ff9700, #ff6800);
  background-image: -o-linear-gradient(top, #ff9700, #ff6800);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ff9700), to(#ff6800));
  background-image: -webkit-linear-gradient(top, #ff9700, #ff6800);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9700), to(#ff6800));
  background-image: -webkit-linear-gradient(bottom, #ff9700, #ff6800);
  background-image: -o-linear-gradient(bottom, #ff9700, #ff6800);
  background-image: linear-gradient(to top, #ff9700, #ff6800);
  -moz-text-shadow: 5px 3px 16px rgba(230, 80, 0, 0.8);
  -webkit-text-shadow: 5px 3px 16px rgba(230, 80, 0, 0.8);
  -ms-text-shadow: 5px 3px 16px rgba(230, 80, 0, 0.8);
  text-shadow: 5px 3px 16px rgba(230, 80, 0, 0.8);
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 60px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}

.select-box h2:after {
  content: "";
  background: url(../mimg/icon_deli.png) no-repeat left 10px center;
  background-size: 40px;
  width: 50px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.select-box .in-select-box {
  border: solid 1px #ff9900;
  background: #ffffd8;
}

.select-box .in-select-box dl {
  border-bottom: solid 1px #ff9900;
  padding: 10px;
}

.select-box .in-select-box dl:last-child {
  border-bottom: none;
}

.select-box .in-select-box dt {
  font-weight: bold;
  font-size: 1.6rem;
  background: url(../mimg/up.png) no-repeat right 10px center;
}

.select-box .in-select-box dt.opened {
  background: url(../mimg/dow.png) no-repeat right 10px center;
}

.select-box .in-select-box dd {
  display: none;
}

.select-box .in-select-box .souryou_free {
  background-color: #F3F3F3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  color: #FF0000;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  width: 200px;
  margin: 15px 0;
}

.select-box .in-select-box table {
  margin-top: 15px;
  background: #575757;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  width: 100%;
  position: relative;
}

.select-box .in-select-box table a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.select-box .in-select-box table.yellow {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
  background: #ff9900;
  background-image: -webkit-linear-gradient(top, #ffd630, #ff9900);
  background-image: -moz-linear-gradient(top, #ffd630, #ff9900);
  background-image: -ms-linear-gradient(top, #ffd630, #ff9900);
  background-image: -o-linear-gradient(top, #ffd630, #ff9900);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd630), to(#ff9900));
  background-image: linear-gradient(to bottom, #ffd630, #ff9900);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  margin: 0px auto;
  color: #696969;
  display: block;
  padding: 0px;
  text-decoration: none;
}

.select-box .in-select-box table th {
  width: 15%;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}

.select-box .in-select-box table th img {
  width: 100%;
}

.select-box .in-select-box table td {
  text-align: center;
  vertical-align: middle;
}

.select-box .note-select {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-box .note-select i {
  margin-right: 2px;
}

.select-box .note-select i img {
  width: 20px;
}

.select-box .sp_yoyaku_title {
  background: #22790e;
  background: -moz-linear-gradient(top, #22790e 0%, #229f0e 100%);
  background: -webkit-linear-gradient(top, #22790e 0%, #229f0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#22790e), to(#229f0e));
  background: -o-linear-gradient(top, #22790e 0%, #229f0e 100%);
  background: linear-gradient(to bottom, #22790e 0%, #229f0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22790e', endColorstr='#229f0e',GradientType=0 );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  color: #FFFFFF;
  margin: 20px 0;
}

.select-box .redtxt_info_box {
  border: 1px solid #ff0000;
}

.select-box .redtxt_info_box .redtxt_info_title {
  background: #ff0000;
  color: #fff;
  padding: 10px;
}

.select-box .redtxt_info_box .inbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 0px auto;
  width: 98%;
  font-size: 1em;
}
/*
.deli_acmenu2 {
  padding: 0 5px;
}*/

.deli_acmenu2 dl {
  margin-bottom: 15px;
}

.deli_acmenu2 dt {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#d0d0d0));
  background: -webkit-linear-gradient(#fbfbfb, #d0d0d0);
  background: -o-linear-gradient(#fbfbfb, #d0d0d0);
  background: linear-gradient(#fbfbfb, #d0d0d0);
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 8px;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.deli_acmenu2 dt:before {
  content: "";
  background: url(../mimg/up.png) no-repeat center center;
  width: 20px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.deli_acmenu2 dt.opened:before {
  content: "";
  background: url(../mimg/dow.png) no-repeat center center;
  width: 20px;
  height: 13px;
}

.deli_acmenu2 dd {
  padding: 10px 0;
  display: none;
}

.breacrumb {
  border-bottom: 1px solid #C8C8C8;
  font-size: 1.1rem;
  padding: 5px 0;
}

.breacrumb li {
  float: left;
  margin-right: 5px;
  padding-left: 10px;
  position: relative;
}

.breacrumb li:first-child {
  padding-left: 5px;
}

.breacrumb li:first-child:before {
  content: none;
}

.breacrumb li:before {
  content: ">";
  color: #03342C;
  position: absolute;
  left: 0;
  top: 0px;
}

.breacrumb li a {
  text-decoration: none;
  color: #333;
}

.section-item {
  padding: 0 5px;
  font-size: 1.1rem;
}

.section-item .text {
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-item .text .left {
  float: left;
}

.section-item .text .right {
  float: right;
  text-align: right;
}

.section-item .number .pagination li {
  float: left;
  border: 1px solid #B4B4B4;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  margin: 0 2px;
}

.section-item .number .pagination li.active {
  background: #d2d2d2;
}

.section-item .number .pagination li a {
  text-decoration: none;
  font-size: 1.3rem;
}

.section-item .number select {
  float: right;
  height: 30px;
  border-radius: 5px;
}

.section-item .list-item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

.section-item .list-item li {
  width: calc(100%/3);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 2px;
}

.section-item .list-item li:nth-child(3n) {
  border-right: 1px solid #ccc;
}

.section-item .list-item li:last-child {
  border-right: 1px solid #ccc;
}

.section-item .list-item .photo {
  width: 100%;
  height: 100px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.section-item .list-item .photo img {
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.section-item .list-item h3 {
  height: 75px;
}

.section-item .list-item .price-item {
  font-size: 1.4em;
  font-weight: 700;
  color: #FF0004;
  text-align: center;
}

.section-item .list-item .pricep-tax {
  font-size: 1.1rem;
  text-align: right;
}

.section-item .list-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.section-item .list-item dl dt {
  margin-right: 5px;
}

.section-item .list-item dl dd {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  width: 100%;
  text-align: center;
}

.section-item .list-item dl dd a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.section-item .end-item {
  margin-top: 10px;
  text-align: center;
}

.section-item .end-item .txt1 {
  font-size: 1.1rem;
  text-align: left;
}

.section-item .end-item .number {
  margin: 5px auto 0;
  display: inline-block;
}

.order {
  padding: 0 5px;
}

.order h2 {
  border-left: 3px solid #ff9933;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

.order .sp_orderinbox li {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 15px;
}

/*.sp_order .order_name {
  font-size: 1.6rem;
  font-weight: bold;
}*/

.order .sp_orderinbox li .select {
  float: right;
  width: 60px;
  height: 30px;
  border-radius: 5px;
}

.order .sp_orderinbox li .order_tax {
  font-size: 1rem;
}

.order .sp_orderinbox li .order_price_s {
  float: left;
  font-size: 1.3rem;
}

.order .sp_orderinbox li .order_price {
  float: right;
  font-size: 1.4rem;
  font-weight: bold;
}

.order .sp_orderinbox li .star {
  float: left;
}

.order .sp_orderinbox li .delete {
  float: right;
  margin-top: 5px;
}

.order .sp_orderinbox li .delete span {
  margin-right: 5px;
}

.order .sp_orderinbox li .end {
  margin-top: 10px;
}

.order .sp_order_bg {
  margin-top: 15px;
  background: #fff8cc;
  padding: 10px;
}

.order .sp_order_bg table {
  width: 100%;
  background: #efefef;
  border: 1px solid #d2d2d2;
  font-size: 1.3rem;
}

.order .sp_order_bg th {
  padding: 5px;
  border: 1px solid #d2d2d2;
}

.order .sp_order_bg th span {
  font-size: 1rem;
  display: block;
}

.order .sp_order_bg .none {
  background: #fff;
}

.order .sp_order_bg td {
  width: 60px;
  text-align: right;
  border: 1px solid #d2d2d2;
  padding: 5px;
}

.order .sp_order_bg .total {
  margin: 10px 0;
  background: #ffffee;
  font-size: 1.4rem;
}

.order .sp_order_bg .total td {
  font-weight: bold;
}

.order .sp_order_bg p {
  font-size: 1.1rem;
}

.order .panel {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}

.order .panel dt {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  background: #f5f5f5;
  font-size: 1.3rem;
}

.order .panel dd {
  padding: 10px;
}

.order .panel-default dt p {
  float: right;
  background: url(../mimg/icon1.png) no-repeat left center;
  background-size: 8px auto;
  padding-left: 10px;
}

.order .panel-default dt .title {
  float: left;
  background: none;
  padding-left: 0;
  font-weight: bold;
}

.order .panel-default dd li {
  background: #fdfae7;
  border: 1px solid #DDDDDD;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.order .panel-default .bnt {
  width: 200px;
  margin: 15px auto 0;
  -moz-box-shadow: 0px 0px 0px 2px #ffb940;
  -webkit-box-shadow: 0px 0px 0px 2px #ffb940;
  box-shadow: 0px 0px 0px 2px #ffb940;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffd630), color-stop(1, #ff930f));
  background: -moz-linear-gradient(top, #ffd630 5%, #ff930f 100%);
  background: -webkit-linear-gradient(top, #ffd630 5%, #ff930f 100%);
  background: -o-linear-gradient(top, #ffd630 5%, #ff930f 100%);
  background: -ms-linear-gradient(top, #ffd630 5%, #ff930f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffd630), to(#ff930f));
  background: linear-gradient(to bottom, #ffd630 5%, #ff930f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd630', endColorstr='#ff930f',GradientType=0);
  background-color: #ffd630;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: block;
  cursor: pointer;
  color: #4d4d4d;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fffabd;
  text-align: center;
  font-size: 1.2em;
  position: relative;
}

.order .panel-default .bnt a {
  color: #fff;
  text-decoration: none;
  background: url(../mimg/item/icon.png) no-repeat left center;
  padding-left: 20px;
}

.order .panel-default .bnt a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.order .panel-default .sp_btn_green {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.order .panel-default .sp_btn_green a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 8px 24px;
  text-decoration: none;
}

.order .panel-default .in-defaut {
  border: solid 1px #ff9900;
  padding: 5px;
  margin-bottom: 15px;
}

.order .panel-default .in-defaut:last-child {
  margin-bottom: 0;
}

.order .panel-default .in-defaut dt {
  background: #fff;
  padding: 5px;
  font-size: 1.4rem;
  border-bottom: none;
  font-weight: bold;
  background: url(../mimg/up.png) no-repeat right 5px center;
}

.order .panel-default .in-defaut dt.opened {
  background: url(../mimg/dow.png) no-repeat right 5px center;
}

.order .panel-default .in-defaut dt span {
  font-size: 1.2rem;
}

.order .panel-default .in-defaut dd {
  padding: 5px;
  display: none;
}

.order .panel-default .in-defaut .sp-order-point {
  background: #ffff99;
  text-align: center;
  padding: 5px;
  margin: 0;
}

.order .panel-default .in-defaut .point {
  text-align: center;
}

.order .panel-default .in-defaut .point input {
  width: 55px;
  margin-right: 5px;
  height: 30px;
}

.order .panel-default .in-defaut .txt {
  background: url(../mimg/icon1.png) no-repeat left center;
  background-size: 8px auto;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 1.2rem;
}

.order .panel-default .in-defaut .txt1 {
  font-size: 1rem;
  margin-top: 5px;
}

.order .panel-default .in-defaut .l-CouponAdd {
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

.order .panel-default .in-defaut .l-CouponAdd .txt2 {
  text-align: left;
  margin-bottom: 5px;
}

.order .panel-default .in-defaut .l-CouponAdd input {
  width: 80px;
  height: 30px;
}

.order .panel-default .in-defaut .form-group {
  border-top: 1px solid #cccccc;
  padding: 10px 0 0;
  margin-top: 10px;
}

.order .panel-default .in-defaut .form-group p {
  font-weight: bold;
  margin-bottom: 5px;
}

.order .panel-default .in-defaut .form-group p span {
  font-size: 1rem;
  display: block;
}

.order .panel-default .in-defaut .form-group textarea {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
}

.order .sp-order-deldate {
  border: 1px solid #ff9900;
  background: #ffffee;
  padding: 10px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.order .s-order-mess1 {
  margin: 15px auto;
  -webkit-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
  border: 1px solid #89a9b1;
  background-color: #ecf3f7;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order .s-order-mess1 .txt1 {
  padding-left: 10px;
  font-size: 1.3rem;
  text-align: left;
  font-weight: normal;
}

.order .s-order-mess1 .txt1 span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}

.order .bnt-order {
  margin-top: 15px;
}

.order .bnt-order li {
  width: 48%;
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
  float: left;
}

.order .bnt-order li.next {
  float: right;
}

.order .bnt-order li.next i {
  margin-right: 0;
  margin-left: 5px;
}

.order .bnt-order li a {
  padding: 8px;
  display: block;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order .bnt-order li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.order .sp-order-deldate {
  margin-top: 25px;
  border: 1px solid #ff9900;
  background: #ffffee;
  padding: 10px;
}

.order .sp-order-deldate .s-order-mess1 {
  margin-bottom: 0;
}

.order .sp-btn-white {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #000000;
  padding: 10px 20px 10px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
}

.order .sp-btn-white a {
  color: #005600;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order .sp-btn-white a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.favorite {
  padding: 0 5px;
}

.favorite h2 {
  border-left: 3px solid #ff9933;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

.bnt-favorite li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}

.bnt-favorite li:last-child {
  margin-right: 0;
}

.bnt-favorite li .bnt-pupo {
  display: block;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #009900;
  border-radius: 5px;
  text-align: center;
}
.inner-popup {
  position: fixed ;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0,0,0,0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.inner-popup.bg-none {
  background: none;
}

.favorite .sp_favorite {
  margin-top: 15px;
}

.favorite .sp_favorite #fvFld {
  float: left;
  width: 55%;
  height: 35px;
  border-radius: 5px;
}

.favorite .sp_favorite .bnt {
  width: 95px;
  float: right;
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 0px;
  border: 1px solid #83c41a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
}

.favorite .sp_favorite .bnt a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.sp_favorite .txt {
  font-size: 0.6em;
  margin-top: 5px;
  text-align: center;
}

.favorite .list-favorite {
  margin-top: 15px;
}

.favorite .list-favorite > li {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 15px;
}

.favorite .list-favorite .left {
  width: 40%;
  float: left;
  margin-right: 10px;
}

.favorite .list-favorite .left .img img {
  max-width: 100%;
}

.favorite .list-favorite .left li {
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
  margin: 10px 0;
  position: relative;
}

.favorite .list-favorite .left li a {
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #000000;
  padding: 10px 0;
  border: solid #d1d1d1 1px;
  display: block;
}

.favorite .list-favorite .left li .prof_form_btn {
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.favorite .list-favorite .left #inner {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.favorite .list-favorite .left #inner.is-visible {
  display: block;
}

.favorite .list-favorite .left #inner li {
  background: none;
  width: auto;
  border: none;
  padding: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.favorite .list-favorite .left #inner select {
  width: 100%;
  height: 30px;
  margin: 5px 0 0;
}

.favorite .list-favorite .right .bmk_price {
  color: #FF0004;
  text-align: right;
  font-size: 1.4em;
  font-weight: 700;
  margin: 15px 0;
}

.favorite .list-favorite .right .bmk_price .bmk_tax {
  font-size: 1.2rem;
}

.favorite .list-favorite .right .txt1 {
  font-size: 1.1rem;
  margin-top: 5px;
}

.favorite .txt_info_box {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 10px 5px;
}

.favorite .txt_info_box .txt_error {
  background: #ff0000;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.disclist li {
  margin-left: 25px;
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup, .cd-popup-in {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cd-popup.is-visible, .cd-popup-in.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  /*max-width: 700px;*/
  height: auto;
  margin: auto;
  /*background: #FFF;*/
  /*border-radius: .25em .25em .4em .4em;*/
  text-align: center;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*padding: 10px;*/

  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  padding: 20px;
  width: 320px;
}

.cd-popup-container .title {
  font-size: 1.68rem;
  text-align: left;
  font-weight: bold;
  margin: 10px 0 !important;
}

.cd-popup-container fieldset {
  position: relative;
  text-align: left;
  padding: 4px;
}

.cd-popup-container select {
  /*margin-bottom: 10px;*/
  background: #e9e9e9;
}
.cd-popup-container .sp-btn {
  text-decoration: none;
}
.custom-select {
  width: 100%;
}
/*.cd-popup-container input, .cd-popup-container select {
  width: 100%;
  height: 42px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}*/
.cd-popup-container input, .cd-popup-container select {
    width: 100%;
    font-size: 100%;
    padding: 4px;
}
.cd-popup-container input {
  padding-right: 25px !important;
}

.cd-popup-container .delete {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  z-index: 99;
}

.cd-popup-container .cd-buttons {
  margin-top: 15px;
  text-align: center;
}

.cd-popup-container .cd-buttons li {
  width: 48%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.cd-popup-container .cd-buttons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cd-popup-container .cd-buttons li a i {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cd-popup-container .cd-buttons .sp-btn-green {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
}

.cd-popup-container .cd-buttons .sp-btn-white {
  background: #ccc;
  border-radius: 4px;
  color: #000000;
  padding: 10px 20px 10px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
}

.cd-popup-container .chargeCapturetable {
  max-height: 250px;
  overflow-y: auto;
}

.cd-popup-container .chargeCapturetable li {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 10px;
}

.cd-popup-container .chargeCapturetable li:first-child .upbutton {
  background: #fff;
}

.cd-popup-container .chargeCapturetable li:last-child .downbutton {
  background: #fff;
}

.cd-popup-container .chargeCapturetable li button {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cd-popup-container .chargeCapturetable li .upbutton {
  background: #FF9933;
}

.cd-popup-container .chargeCapturetable li .downbutton {
  background: #A7DB37;
}

.cd-popup-container .chargeCapturetable li p {
  text-align: left;
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  font-size: 1.4rem;
  background: #EEEEEE;
  width: 100%;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.star_inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0,0,0,0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /*overflow: hidden;*/
}
.star_inner .inner{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: block;
  width: 80%;
  height: 100px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.star_inner .inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.star-alertBtn {
  font-size: 35px;
  color: #177901;
}
.star-alertBtn_off {
  font-size: 35px;
  color: #ccc;
  cursor: pointer;
}

/* ------------ */

.sp_order .star-alertBtn {
  font-size: 16px;
}
.sp_order .star {
  margin-bottom: 0;
}
.sp_order .order_price {
  margin-bottom: 5px;
}
.sp_order .delete {
  display: block;
  margin-top: 5px;
}

#order02 .deli_acmenu input[type="text"],
.cd-popup-container input[type="text"],
#credit_area_input_card input[type="text"] {
  padding: 6px;
  font-size: 1.6rem;
}
.cd-popup-container select, 
.cd-popup-container input[type="text"] {
  padding: 8px;
}
.cd-popup-container select {
  padding: 5px;
}
.cd-popup-container select.padding-s {
    padding: 8px 8px 12px 8px;
    font-size: 1.6rem;
}
.text-center {
  text-align: center !important;
}
.bnt-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bnt-item .sp-btn-green {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #acde38), color-stop(1, #72b545));
  background: -moz-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -o-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -ms-linear-gradient(top, #acde38 5%, #72b545 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #acde38), to(#72b545));
  background: linear-gradient(to bottom, #acde38 5%, #72b545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acde38', endColorstr='#72b545',GradientType=0);
  background-color: #acde38;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #83c41a;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
}
.bnt-item .sp-btn-white{
  background: #ccc;
  border-radius: 4px;
  color: #000000;
  padding: 12px 20px 12px 20px;
  border: solid #d1d1d1 1px;
  text-decoration: none;
  text-align: center;
  width: 95%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 1px 0px #6b9429;
  text-align: center;
  float: right;
}

/* ---------- */
.cd-popup-container input.sp-btn-add {
  padding-right: 0 !important;
}
.sp-btn-add {
  line-height: 20px !important;
}
.sp_btn_green-all {
  font-size: 1.4rem !important;
  line-height: 20px !important;
}