.stage_rcmd_button {
  display: flex;
  /*margin-left: auto;
  margin-right: 0px;
  width: 860px;
  height: 100px;
  background-color: #F2EBBA;*/
  top: 50px;
  /*left: 415px;*/
  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: 450px;
  height: 50px;
  background-color: #F6E77E;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 250px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-style: outset;
  line-height: 0.5px;
}

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

.stage_rcmd_button .stage_genre_button p.stage_genre_button_text_other {
  display: none;
  margin-top: 10.5px;
  margin-bottom: 12px;
  text-align: right;
  position: relative;
  top: -12px;
  right: 3px;
  font-size: 15px;
}

.stage_rcmd_button .stage_genre_content {
  background-color: #545454;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  height: 0;
  width: 450px;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  position: absolute;
  top: 50px;
  /*right: 440px;*/
  left: 250px;
  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: 16px;
  height: 378px;
  width: 450px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 50px;
  /*right: 440px;*/
  left: 250px;
  visibility: visible;
}

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

.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: 450px;
  height: 50px;
  background-color: #F6E77E;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 700px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-style: outset;
  line-height: 0.5px;
}

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

.stage_rcmd_button .stage_area_button p.stage_area_button_text_other {
  display: none;
  margin-top: 10.5px;
  margin-bottom: 12px;
  text-align: right;
  position: relative;
  top: -12px;
  right: 3px;
  font-size: 15px;
}

.stage_rcmd_button .stage_area_content {
  background-color: #545454;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  height: 0;
  width: 450px;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 700px;
  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: 16px;
  height: 268px;
  width: 450px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 50px;
  left: 700px;
  visibility: visible;
}

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


.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: 20px;
}

 .stage_area_hokkaido_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 35px;
   right: 450px;
   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: 16px;
  height: 40px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 35px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_tohoku_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 65px;
   right: 450px;
   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: 16px;
  height: 210px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 65px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_kanto_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 95px;
   right: 450px;
   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: 16px;
  height: 238px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 95px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_cyubu_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 122px;
   right: 450px;
   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: 16px;
  height: 295px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 122px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_kinki_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 150px;
   right: 450px;
   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: 16px;
  height: 240px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 150px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_cyugoku_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 177px;
   right: 450px;
   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: 16px;
  height: 180px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 177px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_shikoku_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 205px;
   right: 450px;
   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: 16px;
  height: 155px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 205px;
  right: 450px;
  visibility: visible;
}

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

.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: 20px;
}

 .stage_area_kyusyu_content {
   background-color: #545454;
   color: #FFFFFF;
   font-size: 16px;
   line-height: 20px;
   height: 0;
   width: 200px;
   opacity: 0;
   padding: 0 10px;
   transition: .3s;
   visibility: hidden;
   position: absolute;
   top: 233px;
   right: 450px;
   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: 16px;
  height: 265px;
  width: 200px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 233px;
  right: 450px;
  visibility: visible;
}

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

.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: 450px;
  height: 50px;
  background-color: #F6E77E;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: 250px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-style: outset;
  line-height: 0.5px;
}

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

.stage_rcmd_button .stage_price_content {
  background-color: #545454;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  height: 0;
  width: 450px;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 250px;
  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: 16px;
  height: 210px;
  width: 450px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 100px;
  left: 250px;
  visibility: visible;
}

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

.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: 450px;
  height: 50px;
  background-color: #F6E77E;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: 700px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-style: outset;
  line-height: 0.5px;
}

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

.stage_rcmd_button .stage_term_button p.stage_term_button_text_other {
  display: none;
  margin-top: 10.5px;
  margin-bottom: 12px;
  text-align: right;
  position: relative;
  top: -12px;
  right: 3px;
  font-size: 15px;
}

.stage_rcmd_button .stage_term_content {
  background-color: #545454;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  height: 0;
  width: 450px;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 700px;
  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: 16px;
  height: 97px;
  width: 450px;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 100px;
  left: 700px;
  visibility: visible;
}

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

.stage_search_button_area {
  /*margin-left: auto;
  margin-right: 0px;
  width: 860px;
  height: 50px;
  background-color: #E7C5AE;*/
  top: 150px;
  /*left: 415px;*/
  position: fixed;
  z-index: 2;
}


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

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

.stage_search_button {
  cursor: pointer;
}

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



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

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

.stage_rcmd_image_i {
  display: flex;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: auto;
  margin-left: 20px;
  margin-right: 15px;
  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: 200px;
}

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

.stage_rcmd_text_i {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  /*line-height: 15px;*/
  font-size: 13px;
  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: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.stage_rcmd_detail_i {
  display: block;
  border-radius: 5px;
  font-size: 13px;
  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: 30px;
  border: 6px 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: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 15px;
}

.stage_rcmd_detail_i div {
  display: block;
}

.stage_rcmd_tcy_i {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

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

.stage_rcmd_period_i {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left;
  overflow: hidden;
}

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

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

.stage_rcmd_genre_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.stage_rcmd_theater_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.stage_rcmd_group_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.stage_rcmd_director_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.stage_rcmd_senario_writer_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.stage_rcmd_actor_i p {
  padding: 0px;
  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: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

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

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

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

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

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