@media screen and (max-width:700px) {
  .stage_rcmd_button {
    margin-left: 0px;
    margin-right: auto;
    left: 10px;
    width: 360px;
    height: auto;
    background-color: #F2EBBA;
    top: 60px;
    position: fixed;
    z-index: 3;
  }

  .stage_rcmd_button label:hover {
    background-color:  #EBD32B;
  }

  .stage_rcmd_button label.stage_genre_button {
    cursor: pointer;
  }

  .stage_rcmd_button input.stage_genre_check {
      display: none;
  }

  .stage_rcmd_button .stage_genre_button {
    display: block;
    width: 180px;
    height: 30px;
    background-color: #F6E77E;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border-style: outset;
    line-height: 1px;
  }

  .stage_rcmd_button .stage_genre_button p.stage_genre_button_text {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_button .stage_genre_button p.stage_genre_button_text_other {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    top: -5px;
    right: 1px;
    font-size: 8px;
  }

  .stage_rcmd_button .stage_genre_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 3px;
    height: 0;
    width: 180px;
    opacity: 0;
    padding: 0 3px;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 10000;
    /*border-top: solid 5px #DF507E;
    border-bottom: solid 2px #DF507E;
    border-left: double 5px #D5839E;
    border-right: double 5px #D5839E;*/
    border-top: solid 2px #3E3A39;
    border-bottom: solid 2px #3E3A39;
    border-left: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;
  }

  #stage_genre_check1:checked ~ .stage_genre_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 180px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 30px;
    left: 0px;
    visibility: visible;
  }

  #stage_genre_check1:checked ~ .stage_genre_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_rcmd_button label.stage_area_button {
    cursor: pointer;
  }

  .stage_rcmd_button input.stage_area_check {
      display: none;
  }

  .stage_rcmd_button .stage_area_button {
    display: block;
    width: 180px;
    height: 30px;
    background-color: #F6E77E;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 180px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border-style: outset;
    line-height: 1px;
  }

  .stage_rcmd_button .stage_area_button p.stage_area_button_text {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_button .stage_area_button p.stage_area_button_text_other {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    top: -5px;
    right: 1px;
    font-size: 8px;
  }

  .stage_rcmd_button .stage_area_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 8px;
    line-height: 15px;
    height: 0;
    width: 180px;
    opacity: 0;
    padding: 0 3px;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 180px;
    z-index: 10000;
    /*border-top: solid 5px #DF507E;
    border-bottom: solid 2px #DF507E;
    border-left: double 5px #D5839E;
    border-right: double 5px #D5839E;*/
    border-top: solid 2px #3E3A39;
    border-bottom: solid 2px #3E3A39;
    border-left: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;
  }

  #stage_area_check2:checked ~ .stage_area_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 8px;
    height: auto;
    width: 180px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 30px;
    left: 180px;
    visibility: visible;
  }

  #stage_area_check2:checked ~ .stage_area_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_hokkaido_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_hokkaido_check {
      display: none;
  }

  .stage_area_content .stage_hokkaido_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_hokkaido_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 30px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }


  #stage_hokkaido_check1:checked ~ .stage_area_hokkaido_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 30px;
    left: -120px;
    visibility: visible;
  }

  #stage_hokkaido_check1:checked ~ .stage_area_hokkaido_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_tohoku_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_tohoku_check {
      display: none;
  }

  .stage_area_content .stage_tohoku_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_tohoku_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 48px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }


  #stage_tohoku_check1:checked ~ .stage_area_tohoku_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 48px;
    left: -120px;
    visibility: visible;
  }

  #stage_tohoku_check1:checked ~ .stage_area_tohoku_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_kanto_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_kanto_check {
      display: none;
  }

  .stage_area_content .stage_kanto_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_kanto_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 65px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }


  #stage_kanto_check1:checked ~ .stage_area_kanto_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 65px;
    left: -120px;
    visibility: visible;
  }

  #stage_kanto_check1:checked ~ .stage_area_kanto_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_cyubu_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_cyubu_check {
      display: none;
  }

  .stage_area_content .stage_cyubu_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_cyubu_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 82px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }

  #stage_cyubu_check1:checked ~ .stage_area_cyubu_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 82px;
    left: -120px;
    visibility: visible;
  }

  #stage_cyubu_check1:checked ~ .stage_area_cyubu_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_kinki_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_kinki_check {
      display: none;
  }

  .stage_area_content .stage_kinki_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_kinki_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 95px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }


  #stage_kinki_check1:checked ~ .stage_area_kinki_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 95px;
    left: -120px;
    visibility: visible;
  }

  #stage_kinki_check1:checked ~ .stage_area_kinki_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_cyugoku_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_cyugoku_check {
      display: none;
  }

  .stage_area_content .stage_cyugoku_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_cyugoku_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 115px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }


  #stage_cyugoku_check1:checked ~ .stage_area_cyugoku_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 115px;
    left: -120px;
    visibility: visible;
  }

  #stage_cyugoku_check1:checked ~ .stage_area_cyugoku_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_shikoku_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_shikoku_check {
      display: none;
  }

  .stage_area_content .stage_shikoku_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_shikoku_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 132px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }

  #stage_shikoku_check1:checked ~ .stage_area_shikoku_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 132px;
    left: -120px;
    visibility: visible;
  }

  #stage_shikoku_check1:checked ~ .stage_area_shikoku_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_area_content label.stage_kyusyu_button {
    cursor: pointer;
  }

  .stage_area_content input.stage_kyusyu_check {
      display: none;
  }

  .stage_area_content .stage_kyusyu_button {
    display: inline-block;
    line-height: 3px;
  }

   .stage_area_kyusyu_content {
     background-color: #545454;
     color: #FFFFFF;
     font-size: 9px;
     line-height: 3px;
     height: 0;
     width: 120px;
     opacity: 0;
     padding: 0 3px;
     transition: .3s;
     visibility: hidden;
     position: absolute;
     top: 148px;
     left: -120px;
     z-index: 10000;
     /*border-top: solid 5px #DF507E;
     border-bottom: solid 2px #DF507E;
     border-left: double 5px #D5839E;
     border-right: double 5px #D5839E;*/
     border-top: solid 2px #3E3A39;
     border-bottom: solid 2px #3E3A39;
     border-left: solid 2px #3E3A39;
     border-right: solid 2px #3E3A39;
  }

  #stage_kyusyu_check1:checked ~ .stage_area_kyusyu_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 120px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 148px;
    left: -120px;
    visibility: visible;
  }

  #stage_kyusyu_check1:checked ~ .stage_area_kyusyu_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }


  .stage_rcmd_button label.stage_price_button {
    cursor: pointer;
  }

  .stage_rcmd_button input.stage_price_check {
      display: none;
  }

  .stage_rcmd_button .stage_price_button {
    display: block;
    width: 180px;
    height: 30px;
    background-color: #F6E77E;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    left: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border-style: outset;
    line-height: 1px;
  }

  .stage_rcmd_button .stage_price_button p.stage_price_button_text {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_button .stage_price_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 3px;
    height: 0;
    width: 180px;
    opacity: 0;
    padding: 0 3px;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 10000;
    /*border-top: solid 5px #DF507E;
    border-bottom: solid 2px #DF507E;
    border-left: double 5px #D5839E;
    border-right: double 5px #D5839E;*/
    border-top: solid 2px #3E3A39;
    border-bottom: solid 2px #3E3A39;
    border-left: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;
  }


  #stage_price_check3:checked ~ .stage_price_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 180px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 60px;
    left: 0px;
    visibility: visible;
  }

  #stage_price_check3:checked ~ .stage_price_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_rcmd_button label.stage_term_button {
    cursor: pointer;
  }

  .stage_rcmd_button input.stage_term_check {
      display: none;
  }

  .stage_rcmd_button .stage_term_button {
    display: block;
    width: 180px;
    height: 30px;
    background-color: #F6E77E;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    left: 180px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border-style: outset;
    line-height: 1px;
  }

  .stage_rcmd_button .stage_term_button p.stage_term_button_text {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_button .stage_term_button p.stage_term_button_text_other {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    top: -5px;
    right: 1px;
    font-size: 8px;
  }

  .stage_rcmd_button .stage_term_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 3px;
    height: 0;
    width: 180px;
    opacity: 0;
    padding: 0 3px;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 180px;
    z-index: 10000;
    /*border-top: solid 5px #DF507E;
    border-bottom: solid 2px #DF507E;
    border-left: double 5px #D5839E;
    border-right: double 5px #D5839E;*/
    border-top: solid 2px #3E3A39;
    border-bottom: solid 2px #3E3A39;
    border-left: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;
  }


  #stage_term_check4:checked ~ .stage_term_content {
    background-color: #545454;
    color: #FFFFFF;
    font-size: 9px;
    height: auto;
    width: 180px;
    padding: 3px;
    border-radius: 2px;
    opacity: 1;
    position: absolute;
    top: 60px;
    left: 180px;
    visibility: visible;
  }

  #stage_term_check4:checked ~ .stage_term_content label:hover {
      background-color: #EBD32B;
      height: auto;
      width: auto;
      border-radius: 2px;
  }

  .stage_search_button_area {
    margin-left: 0px;
    margin-right: auto;
    width: 360px;
    height: 30px;
    background-color: #E7C5AE;
    top: 120px;
    left: 10px;
    position: fixed;
    z-index: 2;
  }

  .stage_search_button_area .stage_search_button {
    display: block;
    width: 360px;
    height: 30px;
    left: 0px;
    background-color: #E2803D;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-style: outset;
    line-height: 5px;
  }

  .stage_search_button:hover {
   background-color:  #EB6100;
  }

  .stage_search_button {
    cursor: pointer;
  }

  .stage_rcmd_result_area {
    margin-left: 0px;
    margin-right: auto;
    width: 360px;
    height: 800px;
    top: 100px;
    left: 0px;
    background-color: #F2EBBA;
    position: absolute;
    z-index: 1;
  }

  .stage_rcmd_result {
    background-color: #545454;
    border-style: outset;
    border-radius: 2px;
    font-size: 10px;
  }

  .stage_rcmd_result_i {
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
  }

  .stage_rcmd_image_i {
    display: flex;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: auto;
    margin-left: 2px;
    margin-right: 2px;
    width: 25%;
    height: auto;
    vertical-align: top;
    color: white;
    position: relative;
    z-index: 1;
  }

  .stage_rcmd_image_i a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }

  .stage_rcmd_image_i img {
    width: auto;
    height: 100px;
  }

  .stage_rcmd_image_i p {
    font-size: 8px;
    text-align: right;
    position: relative;
    z-index: 2;
  }

  .stage_rcmd_text_i {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 1px;
    /*line-height: 15px;*/
    font-size: 1px;
    color: white;
    position: relative;
    z-index: 1;
  }

  .stage_rcmd_text_i a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }

  .stage_rcmd_title_i {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    position: relative;
    z-index: 2;
  }

  .stage_rcmd_detail_i {
    display: block;
    border-radius: 2px;
    font-size: 10px;
    background-color: #757575;
    width: 100%;
    /*border-top: solid 2px #3E3A39;
    border-bottom: solid 2px #3E3A39;
    border-left: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;*/
    line-height: 20px;
    border: 2px ridge #7F7E7E;
    color: white;
    position: relative;
    z-index: 2;
  }

  .stage_rcmd_detail_i a {
    display: block;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }

  .stage_rcmd_detail_i p {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
    line-height: 10px;
  }

  .stage_rcmd_detail_i div {
    display: block;
  }

  .stage_rcmd_tcy_i {
    margin-left: 1px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_tcy_i p {
    float: left;
    padding: 2px;
  }

  .stage_rcmd_period_i {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: left;
    overflow: hidden;
  }

  .stage_rcmd_period_i p {
    float: left;
    padding: 2px;
  }

  .stage_rcmd_genre_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: left;
    overflow: hidden;
  }

  .stage_rcmd_genre_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_genre_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_theater_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_theater_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_theater_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_group_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_group_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_group_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_director_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_director_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_director_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_senario_writer_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_senario_writer_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_senario_writer_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_actor_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_actor_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #stage_rcmd_actor_i_el {
    background-color: #545454;
    border-radius: 3px;
    float: left;
  }

  .stage_rcmd_description_i {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .stage_rcmd_description_i p {
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stage_rcmd_error {
    margin-left: 0px;
    margin-right: auto;
    border-style: outset;
    position: fixed;
    width: 360px;
  }

  .stage_rcmd_error img {
    width: 100%;
    height: auto;
  }

  .stage_rcmd_not_found {
    margin-left: 0px;
    margin-right: auto;
    border-style: outset;
    position: fixed;
    width: 360px;
  }

  .stage_rcmd_not_found img {
    width: 100%;
    height: auto;
  }
}
