7
@charset "UTF-8";
.arrow_box {
  background: #ff7bac;
}
.arrow_box:after {
  border-left-color: #ff7bac;
}
.arrow_box > a {color:#fff;}
.arrow_box > a:link {color:#fff;}
.arrow_box > a:visited {color:#fff;}
.arrow_box > a:hover {color:#fff;}
.txt_date {
  color: #fff;
}
.btn_order a:link {
  color:#fc4a75;
}
.btn_order a:visited {
  color:#fc4a75;
}
.btn_order {
  font-size: 18px;
}
li.cont_box:last-child {
  border-bottom: none;
}
nav .btn_prev .i_img {
  background-image: url(/textlive/css/rmnsq/images/btn_prev.png);
}
nav .btn_next .i_img {
  background-image: url(/textlive/css/rmnsq/images/btn_next.png);
}
nav .i_img {
  background-size: 110px 47px;
  width: 110px;
  height: 47px;
}

a:link{ color: #ff7bac;}

a:hover{ color: #fc4a75;}

a:visited{ color:#ff7bac;}


.forPc{display:block;}

.forSp{display:none;}

/*----------------------original----------------------*/

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:url(/textlive/css/rmnsq/images/bg.jpg)center fixed;
  background-color:transparent;
}


.wrapper{
  width: 830px;
  background-color:transparent;
}

header{
  position: relative;
}

header .hobo{
    position: absolute;
    z-index: 99;
    top: 32px;
    left: 579px;
}

header .day{
  position: absolute;
  top: 570px;
  left: 78px;
    z-index: 99;
}

.yodogawa{
  width: 81%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2.3em;
  letter-spacing: 0.05em;
  padding-top: 71px;
   padding-bottom: 70px;
   margin-bottom: 20px;
  margin-top: 26px;
  background:url(/textlive/css/rmnsq/images/border_pink.png) bottom repeat-x;
 }

.bg_top{
  margin: 0 auto;
  text-align: center;
}
.bg_btm{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

#contents{
  width: 680px;
}

nav {
    padding: 20px 65px 51px;
}


.arrow_box {
    display: inline-block;
    position: relative;
    background: #ff7bac;
    min-width:82%;
    font-size: 140%;
    line-height: 1.4;
    text-align: left;
    padding: 20px;
    border-radius: 15px;
}

.cont_box {
  border-bottom: none;
    background:url(/textlive/css/rmnsq/images/border.jpg) bottom repeat-x;
}

.cont_txt {
    width: 360px;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 26px;
}

.txt_title {
    font-size: 17px;
    text-align: center;
margin-bottom: 26px;
}


.txt_date {
    font-size: 60%;
    letter-spacing: 0.15em;
  }

  .main_contents{
    margin: 0 auto;
    background: url(/textlive/css/rmnsq/images/bg1_body.png)center repeat-y;
  }


.main_contents:before{
    content: url(/textlive/css/rmnsq/images/bg1_top.png);
    position: absolute;
    z-index: 0;
    margin-left: 3px;
    margin-top: -38px;
}

.main_contents:after{
      content:  url(/textlive/css/rmnsq/images/bg1_btm.png);
      position: absolute;
      padding-left: 3px;
}



#column:before{
    content: url(/textlive/css/rmnsq/images/bg2_top.png);
    position: absolute;
    padding-left: 3px;
    margin-top: -38px;
}

#column:after{
      content:  url(/textlive/css/rmnsq/images/bg2_btm.png);
      position: absolute;
      margin-top: 28px;
      padding-left: 3px;
}


#column{
  margin: 0 auto;
  margin-top: 160px;
  padding-bottom: 28px;
  background: url(/textlive/css/rmnsq/images/bg2_body.png)center repeat-y;
}


#column h2{
  margin-bottom: 20px;
  padding-top: 64px;
  text-align: center;
}

#column .poster{
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

#column p{
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1em;
  letter-spacing: 0.06em;
  margin-left: 170px;
  margin-bottom: 30px;
}

#column ul li{
  list-style: none;
  margin-left: 170px;
}

#column ul{
  margin: 20px 0;
}

#column li{
  list-style: none;
  margin-bottom: 19px;
}


#footer {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
#footer ul li{
  display: inline-block;
   *vertical-align: auto;
   *zoom: 1;
   *display: inline;
}

#footer ul {
  margin-bottom: 40px;
}

.footer_m2{
  margin-left:50px;
}


.footer_m{
  margin: 0 70px;
}

#footer　.copy{
  margin: 0 auto;
  text-align: center;
}


/*----------------------original----------------------*/


@media only screen and (max-width: 479px) {

  .forPc{display:none;}

  .forSp{display:block;}

  .wrapper {
      width: 95%;
  }

  header .hobo{
display: none;
  }


  header .day{
display: none;
  }
  header　h1 img{
    width: 100%;
  }

  .yodogawa {
      width: 98%;
      margin: 0 auto;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      line-height: 2.2em;
      letter-spacing: 0.04em;
      padding-top: 30px;
      padding-bottom: 70px;
      margin-bottom: 20px;
      margin-top: 0;
      background: url(/textlive/css/rmnsq/images/border_pink.png) bottom repeat-x;
      background-size: 12%;
  }


  #contents{
    width: 98%;
  }

  .cont_box {
      background-size: 4%;
      margin: 0 auto 26px auto;
}


  .cont_txt {
    width: 96%;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    }


  .main_contents:before{
    display: none;
  }

  .main_contents:after{
    display: none;
  }

  #column:before{
    display: none;
  }

  #column:after{
    display: none;
  }

  nav {
      padding: 10px;
  }
  .arrow_box {
      min-width: 67%;
      font-size: 110%;
      font-weight: 600;
      padding: 10px;
      border-radius: 10px;
  }
  .txt_title {
      font-size: 15px;
      font-weight: bold;
  }
  .txt_date {
    font-weight: normal;
    }
  .btn_order {
    font-size: 14px;
  }


  #column{
    margin: 0 auto;
      margin-top: 60px;
      padding-bottom: 15px;
      background:none;
    background-color: #FFF;
  }

  #column h2{
    margin-bottom: 10px;
    padding-top: 30px;
    text-align: center;
  }

  #column h2 img{
    width: 95%;
  }

  #column .poster{
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  #column .poster img{
    width: 90%;
    margin-left: 8px;
  }


  #column p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.0em;
    letter-spacing: 0.05em;
    margin-left: 0px;
    margin: 0 auto;
    width: 91%;
    margin-bottom: 20px;
  }

  #column ul li{
    list-style: none;
    margin-left: 10px;
  }

  #column ul{
    margin: 20px 0;
  }

  #column li{
    list-style: none;
    margin-bottom:10px;
  }
  #column li img{
    width: auto;
    height: 15px;
  }

  nav .i_img {
    background-size: contain;
    display: table;
    width: 100%;
    height: 40px;
  }
  nav .btn_prev, nav .btn_next {
    width: 25%;
}
nav .btn {
    font-size: 12px;
}
  /* [sp] footer */

#footer .copy{
  width: 80%;
  margin: 0 auto;
}

#footer {
  margin: 0 auto;
  text-align: center;
  margin-top:40px;
}
#footer ul li{
  display: inline-block;
   *vertical-align: auto;
   *zoom: 1;
   *display: inline;
}

#footer ul {
  margin-bottom: 40px;
}


.footer_m{
  margin: 0px ;
}
.footer_m2{
  margin: 0px;
}
}
