/* thanks_sale3.css */

html {
    scroll-behavior: smooth;
}

.thanks_sale3 .mainImgBlock{
  background: url(/upload/tenant_1/thanks_sale3_bg_top_pc.webp) top center no-repeat;
/*   height: 720px; */
  width: 1800px;
  margin: 0 auto;
  background-size: cover;
}

@media (max-width: 1800px) {
  .thanks_sale3 .mainImgBlock{
    width: 100%;
  }
}

.mainImgBlock .logo{
  bottom: 30px;
  right: calc(50% - 175px);
}
.mainImgBlock .flame{
/*     width: 900px; */
    margin: 0 auto;
    border: solid 10px #ffffff80;
}
.mainImgBlock .flame_inner{
  background-color: #5dc1cf;
  display: flex;
    justify-content: center;
    padding: 50px;
}
.mainImgBlock .mainV img{
  max-height: 429px;
}
.mainImgBlock .no1 .flame_inner{
  background-color: #2369aa;
}
.mainImgBlock .no2 .flame_inner{
  background-color: #5dc1cf;
}
.mainImgBlock .no3 .flame_inner{
  background-color: #915da3;
}
.mainImgBlock .no4 .flame_inner{
  background-color: #e89bc1;
}
.mainImgBlock .no5 .flame_inner{
  background-color: #322878;
}
.mainImgBlock .flame_inner.fdc{
  flex-direction: column;
  padding: 20px;
}

.mainImgBlock .mainImgBlock_inner{
      padding: 60px 0;
      margin-bottom: 30px;
}
.mainImgBlock .flame_inner .ttl{
  display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.mainImgBlock .flame_inner .ttl p:last-child{
  background-color: #FFF;
    padding: 10px 20px;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #5dc1cf;
}
.mainImgBlock .flame_inner .ttl p:last-child img{
  height: 30px;
  padding-left: 15px;
}
.mainImgBlock .no1 .flame_inner .ttl p:last-child{
  color: #2369aa;
}
.mainImgBlock .no2 .flame_inner .ttl p:last-child{
  color: #5dc1cf;
}
.mainImgBlock .no3 .flame_inner .ttl p:last-child{
  color: #915da3;
}
.mainImgBlock .no4 .flame_inner .ttl p:last-child{
  color: #e89bc1;
}
.mainImgBlock .no5 .flame_inner .ttl p:last-child{
  color: #322878;
}
/* ---------------------------------------------
mvTour
---------------------------------------- */

.flame_inner .mvTour{
  width: 80%;
  margin: 0 auto;
  display: flex;
    justify-content: space-between;
    background-color: transparent;
}
.mvTour_inner{
  width: 48%;
  position: relative;
}
.mvTour_inner.bgWhite{
  background-color: #FFF;
}
.flame_inner .mvTour .card{
/*     width: 48%; */
    border: none;
}
.flame_inner .mvTour .card .photo{
  height: 200px;
    overflow: hidden;
    position: relative;
}
.flame_inner .mvTour .card .tag_wrap{
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

.flame_inner .mvTour .tag_wrap .tag{
  position: relative;
  bottom:auto;
  left: auto;
  padding: 5px 15px;
  margin-right: 10px;
}
.flame_inner .mvTour .tag_wrap .tag.area{
  background-color: #2369aa;
  color: #FFF;
}
.flame_inner .mvTour .tag_wrap .tag.day{
  background-color: #bbe2f1;
  color: #000;
}
.flame_inner .mvTour .tag_wrap .tag.meal{
  background-color: #e6e196;
  color: #000;
  width: 100%;
  margin-top: 8px;
}
.mvTour .card .text{
  background-color: #FFF;
  padding: 15px 15px 10px 15px;
}
.mvTour .card .text .tour_ttl{
  font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.mvTour .tour_btn_warp{
      display: block;
}
.mvTour .tour_btn{
    margin-bottom: 3px;
}
.mvTour .tour_btn a{
   display: flex;
   width: 100%;
   margin-bottom: 2px;
   line-height: 1.2;
}
.mvTour .tour_btn .dep{
  background-color: #d14e97;
    border-radius: 4px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    width: 100px;
    text-align: center;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mvTour .tour_btn .info_inner{
    width: calc(100% - 100px);
}
.mvTour .tour_btn .price{
  color: #b92855;
    font-size: 20px;
    font-weight: bold;
}
.getdpprice_tour .info{
  width: 100%;
}
.pageLink{
  width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}
.pageLink .pageLink_inner{
    width: 48%;
    margin: 10px 0;
}
.pageLink .pageLink_inner a{
  display: block;
      text-align: center;
    background-color: #bbe2f1;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

/* ---------------------------------------------
leadBlock
---------------------------------------- */
.leadBlock .inner p:first-child{
  font-size: 26px;
}
.leadBlock .inner h2{
  color: #9b308c;
}
.leadBlock .inner h2 span{
  display: inline;
   position: relative;
}
.leadBlock .inner h2 span:before{
  content:"";
  display: inline-block;
  background: url(/upload/tenant_1/thanks_sale3_icon01.webp) top left no-repeat;
  background-size: contain;
  width:55px;
  height: 65px;
  position: absolute;
  left: -80px;
  top: -10px;
}
.leadBlock .inner h2 span:after{
  content:"";
  display: inline-block;
  background: url(/upload/tenant_1/thanks_sale3_icon02.webp) top left no-repeat;
  background-size: contain;
  width:70px;
  height: 61px;
  position: absolute;
  right: -80px;
  top: -10px;
}
.leadBlock .inner .body{
    color: #9b308c;
    font-size: 30px;
    background: linear-gradient(transparent 60%, #f5e6f0 60%);
    display: inline;
}

  /* ---------------------------------------------
  point
  ---------------------------------------- */
.point{
  background: none;
}
.point .inner1200{
/*   background-color: #f5e6f0;
  padding: 30px; */
}
.point .point_inner{
      display: block;
}
.point .point_inner .point_ttl{
  background-color: #992f8c;
    color: #FFF;
    padding: 15px;
    font-size: 120%;
    width: 25em;
    margin: 0 auto;
}
.point .point_inner .point_ttl i{
  margin-right: 10px;
}
.point .point_inner ul{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    background-color: rgb(245, 230, 240);
    padding: 30px;
}

.point .point_inner ul li{
background-color: #FFF;
    padding: 20px;
    width: 31%;
    border: solid 5px #bbe2f1;
    margin: 1%;
    display: flex;
    height: 100px;
}
.point .point_inner ul li .img{
  width: 30%;
}
.point ul li h6{
      width: 70%;
}
/* accordion */
.accordion {
  width: 100%;
}
.accordion-title {
  cursor: pointer;
}
.accordion-content {
  display: none;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::before {
  top: 45%;
  transform: rotate(-45deg);
}
.area_ish,.area_oka,.area_hkd{
  display: none;
}

/* ---------------------------------------------
tour
---------------------------------------- */
.tour {
    background-color: #FFF;
}
@media (min-width: 769px) {
  .tour .tab .otherTour ul {
   justify-content: flex-start;
  }
  .tour .tab .otherTour ul li{
 padding: 0;
 width: 31%;
 margin: 1%;
  }
}
.tour .tab .otherTour ul {
   background-color: #FFF;
  }
.tour .tab .otherTour ul li{
 border: 2px solid #dedede;
}
.tour .otherTour ul li a{
  border: none;
  margin: 1px;
}
.otherTour ul li .text .info{
      display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.otherTour ul li .text .info p.day{
  background-color: #d14e97;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 6px;
    margin-right: 10px;
}
.otherTour ul li .text .info p.day{
  width: 4em;
    text-align: center;
    margin-right: 0;
}
.otherTour ul li .text .info_inner{
  width: calc(100% - 4em);
  text-align: left;
  padding-left: 10px;
}
.otherTour ul li .text .info .pri{
  text-align: left;
    line-height: 1;
}
.otherTour ul li .text .info .getdpprice_info{
    line-height: 1.2;
    display: inline-block;
    font-size: 11px;
}
.otherTour ul li .photo .tag{
  left: 5px;
}
.tour .box_head{
  width: 100%;
  background-color: #2369aa;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  padding: 5px 0;
  margin: 50px 0;
}
.tour .tour_head{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
  color: #2369aa;
  font-weight: bold;
  font-size: 26px;
  border-bottom: solid 5px #bbe2f1;
  padding-bottom: 10px;
  width: 90%;
}
.tour .tour_head.no2{
  color: #5ec2e0;
  border-bottom: solid 5px #c7e5ee;
}
.tour .tour_head.no3{
  color: #915da3;
  border-bottom: solid 5px #d9b8e5;
}
.tour .tour_head.no4{
  color: #e99dc2;
  border-bottom: solid 5px #ecc3d7;
}
.tour .tour_head.no5{
  color: #2e2278;
  border-bottom: solid 5px #b3adde;
}
.tour .tour_head img{
  margin-right: 15px;
  width: 60px;
}
.ikisaki{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tour .tab_inner{
    background-color: #f5e6f0;
    padding: 20px 20px 0px 20px;
    margin-bottom: 40px;
}
.tour .tab_inner .midashi01{
  text-align: center;
  color: #FFF;
  background-color: #992f8c;
  padding: 15px 15px 5px 15px;
  margin: 0 10px;
  font-size: 20px;
}

.tour .tab .tab_inner ul{
      padding: 0 10px 10px 10px;
      background-color: #f5e6f0;
      margin-bottom: 0;
      position: relative;
}
.tour .tab .tab_inner ul:after{
  content:"\4EBA\6C17\306E\30A8\30EA\30A2\3082\304A\5F97\306B\3054\7528\610F\3057\307E\3057\305F\FF01";
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #992f8c;
}
.tour .tab .tab_inner ul li{
  padding: 20px;
  position: relative;
}

.tour .tab .tab_inner ul li input{
  font-weight: bold;
  font-size: 26px;
}
.tour .tab .tab_inner ul li:first-child,.tour .tab .tab_inner ul li:nth-child(2){
  border: solid 15px #992f8c;
  padding: 0;
}
.tour .tab .tab_inner ul li:last-child,.tour .tab .tab_inner ul li:nth-child(3){
  margin-top: 30px;
}
.tour .tab .tab_inner ul li i{
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  font-size: 26px;
  color: #992f8c;
}
.tour .tab .tab_inner ul li:last-child i,.tour .tab .tab_inner ul li:nth-child(3) i{
    right: 40px;
}
.tour .comming{
  margin-bottom: 60px;
  color: #8d8d8d;
}
.box p.more{
  margin-bottom: 60px;
}
.box p.more.no1 a{
  background-color: #2369aa;
}
.box p.more.no2 a{
  background-color: #5ec2e0;
}
.box p.more.no3 a{
  background-color: #915da3;
}
.box p.more.no4 a{
  background-color: #e99dc2;
}
.box p.more.no5 a{
  background-color: #2e2278;
}

.campaignQa .cmn-ttl > span {
    color: #2369aa;
}
.peachTravel .campaignQa .box dl dt .sub{
  background: #236eaa;
}
.peachTravel .campaignQa .box dl dt{
  background: #cee9f3;
  border-radius: 10px;
}
.peachTravel .campaignQa .box dl > *{
  border-radius: 10px;
}

.campaignQa .box dl dd a{
  color: #236eaa;
  text-decoration: underline;
}
.campaignQa .box dl dd a:hover{
  text-decoration: none;
}


.thanks_sale3 .saiyasu{
  background: none;
  padding: 60px;
}
.thanks_sale3 .saiyasu h2{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}
.kensakuLink p{
  text-align: center;
}
.kensakuLink a{
  background-color: #e89bc1;
    text-align: center;
    color: #FFF;
    padding: 10px 60px;
    font-size: 18px;
    display: inline;
}
.seachP{
  background: #e89bc1;
}
.seachP h2{
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
.seachP .left{
 padding: 0 20px; 
}
.seachP .sd__change{
    background-color: #FFF;
    color: #000;
}
.seachP .sd__change label{
  color: #333;
}
.seachP .sd__change label::before{
  background-color: #e6edf3;
}
.peachTravel .searchBox_wbf{
    background: #ffffff96;
    border-radius: 10px;
}















@media (max-width: 768px) {
  .thanks_sale3 .mainImgBlock{
    background: url(/upload/tenant_1/thanks_sale3_bg_top_sp.webp) top center no-repeat;
    width: 100%;
    background-size: cover;
    margin: 0 auto;
  }
  .mainImgBlock .mainImgBlock_inner{
    padding: 60px 0 40px 0;
  }
  .mainImgBlock .flame{
    border: solid 5px #ffffff80;
  }
  .mainImgBlock .flame_inner{
    padding: 20px 15px;
  }
  .mainImgBlock .mainV{
    align-items: center;
  }
  .mainImgBlock .mainV img{
    height: 190px;
  }
  .mainImgBlock .logo{
    width: 200px;
    right: calc(50% - 100px);
  }
  .mvTour_inner {
      width: 49%;
  }
  .mainImgBlock .flame_inner.fdc{
    padding: 15px 10px;
  }
  .mainImgBlock .flame_inner .ttl p:first-child{
    width: 30%;
  }
  .mainImgBlock .flame_inner .ttl p:last-child{
    font-size: 12px;
    max-width: 68%;
    padding: 5px;
  }
  .mainImgBlock .flame_inner .ttl p:last-child img{
    height: 20px;
    padding-left: 6px;
  }
  .mainImgBlock .no2 .flame_inner .ttl p:last-child img{
    height: 15px;
  }
  .mainImgBlock .no5 .flame_inner .ttl p:last-child img{
    height: 25px;
  }
  
  /* ---------------------------------------------
  mvTour
  ---------------------------------------- */
  .flame_inner .mvTour{
    width: 100%;
  }
  .flame_inner .mvTour .card .photo{
    height: 80px;
  }
  .flame_inner .mvTour .card .photo img{
    object-fit: cover;
  }
  .mvTour .card .text{
    padding: 6px;
  }
  .flame_inner .mvTour .card .tag_wrap{
    top: 0px;
    left: 2px;
    margin-top: -3px;
  }
  .flame_inner .mvTour .tag_wrap .tag{
    font-size: 10px;
        padding: 2px;
        margin-right: 2px;
  }
  .flame_inner .mvTour .tag_wrap .tag.meal{
    margin-top: 0;
  }
  .mvTour .card .text .tour_ttl{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .mvTour .tour_btn a{
    align-items: center;
  }
  .mvTour .getdpprice_tour .info{
    align-items: center;
  }
  .mvTour .tour_btn .dep{
    width: 40px;
    font-size: 11px;
    padding: 3px;
    margin-right: 5px;
  }
  .mvTour .tour_btn .info_inner{
    width: calc(100% - 40px);
  }
  .mvTour .tour_btn .getdpprice_info{
    font-size: 9px;
    display: inline-block;
  }
  .mvTour .tour_btn .price{
    font-size: 12px;
  }
  .pageLink{
    width: 100%;
  }
  .pageLink .pageLink_inner a{
    font-size: 12px;
  }
  
  /* ---------------------------------------------
leadBlock
---------------------------------------- */

  .leadBlock .inner p:first-child{
    font-size: 20px;
  }
  .leadBlock .inner h2 span:before{
        width: 20px;
        left: -20px;
      top: 0px;
  }
  .leadBlock .inner h2 span:after{
    width: 20px;
    right: -20px;
    top: 0px;
  }
  .leadBlock .inner .body{
    font-size: 16px;
  }
    /* ---------------------------------------------
  point
  ---------------------------------------- */
  .point .inner1200{
    padding: 15px;
  }
  .point .point_inner ul{
    display: block;
    display: block;
    margin-top: 10px;
    padding: 10px;
  }
  .point .point_inner ul li{
    width: 100%;
    height: 80px;
    padding: 10px;
  }
  .point .point_inner ul li .img{
        width: 20%;
  }
  .point ul li h6{
    width: 80%;
  }
  .point .point_inner .point_ttl{
    font-size: 14px;
    width: 100%;
  }
  /* ---------------------------------------------
  tour
  ---------------------------------------- */
  .tour .tab ul{
        border: none;
    padding: 0;
    margin: 0;
  }
  .tour .tab ul li{

    border: none;
    padding: 0;
    margin: 0;
  }
  .otherTour ul li .text .body{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .otherTour ul li .photo .tag{
    font-size: 12px;
  }
  .otherTour ul li .text .body .ttl{
    padding: 5px;
  }
  .tour .box_head{
    font-size: 20px;
  }
  .tour .tour_head{
    font-size: 18px;
    width: 100%;
  }
  .tour .tour_head img{
    width: 30px;
    margin-right: 10px;
    padding: 0;
  }
  .tour .tab_inner{
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px;
  }
  .tour .tab_inner .midashi01{
    margin: 0;
    font-size: 12px;
  }
  .tour .tab .tab_inner ul{
    padding: 0;
  }
  .tour .tab .tab_inner ul li{
    padding: 10px;
  }
  .tour .tab .tab_inner ul li input{
    font-size: 18px;
  }
  .tour .tab .tab_inner ul li i{
    font-size: 18px;
    right: 10px;
    top: calc(50% - 10px);
  }
  .tour .tab .tab_inner ul li:last-child i, .tour .tab .tab_inner ul li:nth-child(3) i{
    right: 20px;
  }
  .tour .tab .tab_inner ul:after{
     font-size: 12px;
     top: 50%;
  }
  .tour .comming{
    margin-bottom: 30px;
  }
  .box p.more{
    margin-bottom: 30px;
  }
  .box p.more.no1{
    background-color: #2369aa;
  }
  .box p.more.no2{
    background-color: #5ec2e0;
  }
  .box p.more.no3{
    background-color: #915da3;
  }
  .box p.more.no4{
    background-color: #e99dc2;
  }
  .box p.more.no5{
    background-color: #2e2278;
  }
  .thanks_sale3 .saiyasu{
    background: none;
    padding: 30px 0;
  }
  .thanks_sale3 .saiyasu h2{
      font-size: 18px;
  }
  .kensakuLink a{
    font-size: 13px;
  }
  .seachP h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .seachP .left{
    padding: 0;
  }
}




 /* ---------------------------------------------
  出発地選択
  ---------------------------------------- */

.depNav_wrap{
  position: absolute;
  top: 3px;
  left: 0;
  background: none;
}
.modal-open .w1000{
  width: 100%;
  background-color: #2369aa;
    position: relative;
    padding: 3px;
}
.modal-open .w1000 h2{
  font-size: 13px;
}
.modal-open select.depNav__dep--sel{
  top: 0;
  background-color: #2369aa;
  border: none;
  color: #FFF;
  height: 50px;
}

/* モーダル */
/*モーダルを開くボタン*/
.modal-open{
/*   position: fixed; */
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	width: 300px;
	width: auto;
	 background-color: #2369aa;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: none;
	margin: auto;
	cursor: pointer;
/*   transform: translate(-50%,-50%); */
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 1000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	color: #fff;
	cursor: pointer;
	position: relative;
	display: block;
  width: 60%;
  background-color: #999;
  font-size: 18px;
  line-height: 1;
  height: auto;
  padding: 15px;
  margin: 15px auto 0 auto;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background-color: #5ec2e0;
	text-align: left;
	padding: 30px;
}


.modal_ttl{
  background: none;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}
.modal_ttl img{
  display: inline-block;
  width: 80%;
  max-width: 400px;
}
.modal_body{
  font-size: 14px;
    margin: 15px;
    text-align: center;
}
.modal_body_ttl{
    font-weight: bold;
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.modal-open i{
  margin-right: 10px;
}
.modal-container select.depNav__dep--sel{
  width: 100%;
    border: none;
/*     border: solid 1px #86aed3; */
    padding: 0;
    
    /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.modal-container select.depNav__dep--sel::-webkit-scrollbar{
  display:none;
}

@media (max-width: 768px) {
  .depNav_wrap{
    width: 100%;
    top: 0;
  }
  .modal-content{
    padding: 15px;
  }
  .modal-open{
    width: 100%;
    height: 30px;
  }
  .modal-open .w1000{
    padding: 0 10px;
  }
  .add02 .box_area{
    padding: 15px;
  }
  .modal-open select.depNav__dep--sel{
    height: 30px;
    padding: 0 20px;
  }
  .modal-close{
    font-size: 16px;
    padding: 10px;
  }
  .depNav__dep--ttl::before {
    margin-left: .5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f072";
  }
}

 /* ---------------------------------------------
 石垣commingsonn対応
  ---------------------------------------- */

.flame_inner .mvTour .card.comming{
  width: 100%;
    position: absolute;
    top: 40%;
}
.mvTour .card.comming .text .tour_ttl{
  font-size: 30px;
  color: #8d8d8d;
}

@media (max-width: 768px) {
  .mvTour .card.comming .text .tour_ttl{
    font-size: 18px;
  }
  .flame_inner .mvTour .card.comming{
    top: 30%;
  }
  .mvTour .card.comming .text .tour_ttl{
    font-size: 14px;
  }
  .tour .tab .tab_inner ul li.comming input{
    font-size: 10px;
  }
}


