
#c_2000 {
    max-width: 900px;
    background-color:#f66712;
    margin: auto;
    padding-bottom: 1rem;
  }
  #c_2000 > ul{
    width: 80%;
    margin: auto;
    padding: 1rem 0;
    display: grid;
  }
  #c_2000 .item_box {
    background-color: #fff;
    border-radius: 5px;
  }
  
  #c_2000 .item_box a{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
  #c_2000 .text_box .item_name{
    font-size: 1.3rem;
    text-align:center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #c_2000 .text_box .item_sale{
    font-size: 1.5rem;
    text-align: center;
    background-color:#fcf401;
    color:#d6131a;
    width: 90%;
    margin: 1% auto 0;
    text-align: center;
  }
  #c_2000 .text_box .item_nprice {
    text-align: center;
    font-size: 1rem;
    color: #7e7e7e;
    margin: 1% 0 0;
  }
  #c_2000 .text_box .item_nprice span{
    text-decoration: line-through;
    font-size: 1rem;
  }

  #c_2000 .text_box .item_price{
    margin:0 auto;
  }
  #c_2000 .text_box .buy_price {
    display:flex;
  }
  #c_2000 .text_box .item_price .buy_price > ul {
    margin: 0 auto;
  }
  #c_2000 .text_box .buy_price .price {
    font-size: 3rem;
    color:#d6131a!important;
  }
  #c_2000 .text_box .item_price .spesicalprice{
    display:none;
  }
  #c_2000 .text_box .item_btn{
    background-color: #463b3a;
    color: #fff;
    width: 90%;
    margin: 3% auto 0;
    text-align: center;
    border-radius: 50px;
    padding: 1% 0;
    position: relative;
  }
  #c_2000 .text_box .item_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 11%;
    transition:.3s;
  }
  #c_2000 .text_box .item_btn:hover::after {
    right: 9%;
    transition:.3s;
  }

  #c_2000 .daitokka_sokyu{
    background-color: #f66712;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
  }

  #c_2000 .col_1 a{
    display: grid;
    grid-template-columns:1fr 2fr;
    row-gap: 10px;
    margin-top:  5px;
    margin-right:  20px;
    margin-bottom:  5px;
    margin-left:  20px;  
  }
  #c_2000 .col_1 a {
    border:solid 1px #ccc;
    background-color: #fff;
    margin-top: 5px;
  }
  #c_2000 .col_1 a{
    text-align: center;
    font-size: 15px;
  }
  #c_2000 .col_1 a{
    font-size: 2.8em;
    color: #F44336;
    text-align: center;
    align-items: center;
  }
  #c_2000 .col_2{
    background-color: #fcfb3e;
    text-align: center;
    color: #F44336;
    font-size: 27px;
    font-weight: 800;
    }
    #c_2000  h2 {
      color: #473e3f;
      font-size: 27px;
      margin: 1rem 0 2rem;
      letter-spacing: .06em;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #c_2000 .price_2 {
      font-size: 50px;
      color: #F44336;
      text-align: center;
      align-items: center;
      font-weight: 800;
    }

  

  #c_2000 .shiba_c2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-top:  5px;
    margin-right:  20px;
    margin-bottom:  5px;
    margin-left:  20px;  
  }
  #c_2000 .shiba_c2 .col {
    background-color: #fff;
    margin-top: 5px;
  }
  #c_2000 .shiba_c2 .col a{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #c_2000 .shiba_c2 .col .kakaku_sokyu{
    text-align: center;
    font-size: 15px;
  }
  #c_2000 .shiba_c2 .col .sokyu {
    display:flex;
    justify-content: center;
    padding: 3px 10px;
    text-align: center;
    font-size: 15px;
    height: 37px;
    display: flex;
    align-items: center;
  }
  #c_2000 .shiba_c2 .col .sokyu li{
    padding: 2px 5px;
    border-radius: 3px;
    border:solid 1px #4d591e;
    color:#4d591e;
    text-align: center;
    margin:5px 0;
  }
  #c_2000 .shiba_c2 .col .sokyu li:last-child{
    margin-left:5px;
  }
  #c_2000 .shiba_c2 .col .kakaku_sokyubg{
    background-color: #fcfb3e;
    text-align: center;
    color: #F44336;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2 ;
    }
    #c_2000 .under_line{
      text-decoration: line-through;
    }
  #c_2000 .price {
    font-size:30px;
    color: #F44336;
    text-align: center;
    align-items: center;
    line-height: 1.2 ;
    font-weight: 800;
  }
  .category_base img, .connection img {
    width: 100%;
  }
  #c_2000  h4 {
    color: #473e3f;
    font-size: 20px;
    margin: 8px 0 3px;
    letter-spacing: .06em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
