@charset "shift_jis";

/* ------------------------------------------------------------------------------------
2024 responsive
------------------------------------------------------------------------------------ */

.pconly{
    display: block !important;
}
.sponly{
    display: none !important;
}
.pconly_inline{
    display: inline-block !important;
}
.sponly_inline{
    display: none !important;
}

.title1 {
    display: none;
}

/* header */
#rn_header #rn_headerInner{
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 0;
  width: 100%;
}
#rn_header #rn_headerInner .rn_logo {
  display: inline-block;
  width: auto;
  height: auto;
  padding-right: 0;
}
#rn_headerInner .rn_headerInfoBlock {
  padding: 18px 0;  
}
.fixed #rn_headerInner .rn_headerInfoBlock {
  padding: 10px 0;
}

#rn_header #rn_headerInner .rn_headerInfoBlock ul{
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#rn_header #rn_headerInner .rn_headerInfoBlock ul img{
  width: 30px;
}
#rn_header #rn_headerInner .rn_headerInfoBlock li{
  padding: 0 15px;
}
#rn_headerInner .rn_headerInfoBlock li:nth-child(2){
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
}
#rn_headerInner .rn_headerInfoBlock li:nth-child(2):hover dl {
  opacity: 0.6;
  cursor: pointer;
}
#rn_headerInner .rn_headerInfoBlock li dl dt {
  padding-bottom: 8px;
}

/* no login */
#rn_header #rn_headerInner .rn_headerInfoBlock ul.nologin{
  justify-content: flex-end;
}
#rn_headerInner .rn_headerInfoBlock ul.nologin li:nth-child(1):hover dl {
  opacity: 0.6;
  cursor: pointer;
}
#rn_headerInner .rn_headerInfoBlock ul.nologin li:nth-child(1) {
  position: relative;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_memberID input, 
#rn_headerInner ul.nologin .rn_memberBox .rn_memberPW input {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: solid 1px #d0d4d8;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_memberPW {
  margin-top: 10px;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_loginCheck {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_iconLink {
  margin-top: 10px;
  text-align: right;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_iconLink > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
#rn_headerInner ul.nologin .rn_memberBox .rn_iconLink > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #f2b304;
  border-right: 1px solid #f2b304;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
#rn_header #rn_headerInner .rn_headerInfoBlock ul.nologin li {
  padding: 0;
  width: calc(100%/3);
}

#rn_headerInner .rn_headerInfoBlock li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#rn_headerInner .rn_headerInfoBlock li dd {
  line-height: 1.2;
}

/* my menu box */
#rn_headerInner .rn_memberBox {
  display: none;
  position: absolute;
  top: 65px;
  left: -65px;
  width: 240px;
  padding: 15px;
  background-color: #fff;
  border: solid 2px #d0d4d8;
  z-index: 300;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
#rn_headerInner .rn_memberBox:after, 
#rn_headerInner .rn_memberBox:before {
  bottom: 100%;
  right: 111px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#rn_headerInner .rn_memberBox:before {
  border-color: rgba(208, 212, 216, 0);
  border-bottom-color: #d0d4d8;
  border-width: 16px;
  margin-left: -15px;
  right: 109px;
}
#rn_headerInner .rn_memberBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}

#rn_headerInner .rn_memberBox .rn_memberInfo .rn_pointText01 {
  margin-top: 5px;
}
#rn_headerInner .rn_memberBox .rn_memberInfo .rn_pointText01:after {
  content: "H";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
}
#rn_headerInner .rn_memberBox .rn_memberInfo .rn_holdingPoint {
  display: table;
  width: 100%;
  margin-top: 15px;
  vertical-align: middle;
}
#rn_headerInner .rn_memberBox .rn_memberInfo .rn_pointNumber {
  display: table-cell;
  padding-right: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  vertical-align: middle;
}
#rn_headerInner .rn_memberBox .rn_memberInfo .rn_pointNumber span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
#rn_headerInner .rn_memberBox .rn_memberInfo .rn_application a {
  display: block;
  padding: 5px 10px;
  background-color: #f3f3f3;
  border-bottom: solid 1px #dadfe1;
  border-bottom: solid 2px #dadfe1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
#rn_headerInner .rn_memberBox .rn_loginBtn,
#rn_headerInner .rn_memberBox .rn_newMember {
  margin-top: 10px;
}
#rn_headerInner .rn_memberBox .rn_loginBtn input {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #3d4b5f;
  border: none;
  border-bottom: solid 2px #333e4f;
  color: #fff;
  cursor: pointer;
}
#rn_headerInner .rn_memberBox .rn_newMember a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  background: #ec7d1c;
  border: none;
  border-bottom: solid 2px #d35400;
  color: #fff;
  text-align: center;
  line-height: 23px;
}

/* globalNavi */
#rn_globalNavi {
  position: relative;
  height: 40px;
  width: 100%;
}
#rn_header #rn_globalNavi #rn_globalNaviInner {
  background-color: #2e3541;
}
#rn_globalNavi #rn_globalNaviInner ul{
  display: flex;
  justify-content: space-around;
}
#rn_globalNavi #rn_globalNaviInner ul li a.twoline{
  line-height:12px;
  font-size:9px;
  padding: 8px 20px;
  text-align:center;
}

#rn_headerInner .rn_catchText01 {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    background: #eee;
    box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-radius: 21px;
    min-width: 328px;
}
#rn_headerInner .rn_catchText01 span {
    display: inline-block;
    padding: 0 2px 0 5px;
    font-size: 20px;
    font-size: 2rem;
}

/* point */
#rn_headerInner #myPoint{
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
#rn_headerInner #myPoint .rn_pointText01:after {
  content: "H";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
}
#rn_headerInner #myPoint .rn_pointText02{
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
#rn_headerInner .rn_pointText02 a {
  padding: 0 5px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#rn_headerInner .rn_bannerList01 img{
  width: 100%;
}
.clickable-dl {
  cursor: pointer;
  transition: background-color 0.3s;
}
.clickable-dl:hover {
  opacity: 0.6;
}

/* footer */
#rn_footer #rn_footerSiteMap > .rn_inner, #rn_footer #rn_footerInner > .rn_inner {
    max-width: 1090px;
    width: auto;
}

/* footer rn_historyBlock_rp */
#rn_footer #rn_historyBlock_rp {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 56px;
    z-index: 100;
}
#rn_footer #rn_historyBlock_rp > ul {
    font-size: 0;
}
#rn_footer #rn_historyBlock_rp > ul > li {
    display: table;
    float: right;
    width: 130px;
    background-color: #fff;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
#rn_footer #rn_historyBlock_rp > ul > li > a {
    display: table-cell;
    width: 100%;
    height: 56px;
    padding: 30px 0 4px;
    background-color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
}
#rn_footer #rn_historyBlock_rp ul li.rn_search > a {
    background: url(../../s/renew/img/com_ic16.png) no-repeat 50% 6px;
    background-size: 21px auto;
}
#rn_footer #rn_historyBlock_rp ul li.rn_history > a {
    background: url(../../s/renew/img/com_ic15.png) no-repeat 50% 6px;
    background-size: 21px auto;
}
#rn_footer #rn_historyBlock_rp ul li.rn_addBookmarkBtn, #rn_footer #rn_historyBlock_rp ul li.rn_bookmark {
    width: auto;
}
#rn_footer #rn_historyBlock_rp ul li.rn_addBookmarkBtn a {
    padding: 30px 5px 4px;
    background: #fff url(../../s/renew/img/com_ic17.png) no-repeat 50% 3px;
    background-size: 30px auto;
}
#rn_footer #rn_historyBlock_rp ul li.rn_addBookmarkBtn.off a {
    background-image: url(../../s/renew/img/com_ic17off.png);
    color: #999;
}
#rn_footer #rn_historyBlock_rp ul li.rn_bookmark a {
    padding: 30px 5px 4px;
    background: #fff url(../../s/renew/img/com_ic18.png) no-repeat 50% 3px;
    background-size: 30px auto;
}
#rn_footer #rn_historyBlock_rp ul li.rn_bookmark.off a {
    background-image: url(../../s/renew/img/com_ic18off.png);
    color: #999;
}
#rn_footer #rn_historyBlock_rp ul li.open > a {
    background: #ffd907 url(../../s/renew/img/header_ic05.png) no-repeat 50% 6px;
    background-size: 25px 23px;
}
#rn_footer #rn_historyBlock_rp .rn_historyList {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 260px;
    padding: 0 10px 10px;
    background-color: #ffd907;
}
#rn_footer #rn_historyBlock_rp .rn_historyList .rn_close a {
    display: block;
    padding: 8px 30px;
    background: url(../../s/renew/img/header_ic05.png) no-repeat 100% 50%;
    background-size: 25px 23px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    line-height: normal;
}
#rn_footer #rn_historyBlock_rp .rn_historyList .rn_inner {
    padding: 15px;
    background-color: #fff;
}
#rn_footer #rn_historyBlock_rp .rn_historyList li {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
}
#rn_footer #rn_historyBlock_rp .rn_historyList li > label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    padding-left: 25px;
    text-align: left;
}
#rn_footer #rn_historyBlock_rp .rn_historyList li:first-child {
    margin-top: 0;
}
#rn_footer #rn_historyBlock_rp .rn_historyList li {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn {
    margin-top: 15px;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_compare {
    float: left;
    width: 100%;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_bookmark {
    float: right;
    width: 49%;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_compare, #rn_footer #rn_historyBlock_sr .rn_historyBtn .rn_bookmark {
    margin-top: 0;
    border: solid 1px #dadfe1;
    border-bottom: solid 2px #dadfe1;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_compare a, #rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_bookmark a {
    display: block;
    padding: 45px 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_compare a {
    background: url(../../s/renew/img/com_ic04.png) no-repeat 50% 8px;
    background-size: 36px auto;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_compare.disabled a {
    background: #ddd url(../../s/renew/img/com_ic04off.png) no-repeat 50% 8px;
    background-size: 36px auto;
    color: #999;
}
#rn_footer #rn_historyBlock_rp .rn_historyBtn .rn_bookmark a {
    background: url(../../s/renew/img/com_ic05.png) no-repeat 50% 8px;
    background-size: 36px auto;
}
#rn_footer #rn_historyBlock_rp .rn_historyInput {
    display: none;
    position: fixed;
    right: 0;
    bottom: 55px;
    width: 400px;
    padding: 10px;
    background-color: #ffd907;
}
#rn_footer #rn_historyBlock_rp .rn_historyInput .rn_inner {
    padding: 5px;
    background-color: #fff;
    border: solid 1px #cccccc;
    border-radius: 3px;
    font-size: 1.6rem;
}
#rn_footer #rn_historyBlock_rp .rn_historyInput .rn_typeText {
    float: left;
    width: calc(100% - 40px);
    height: 24px;
    background: none;
    border: none;
}
#rn_footer #rn_historyBlock_rp .rn_historyInput .rn_typeButton {
    float: right;
    width: 30px;
    height: 24px;
    background: url(../../s/renew/img/com_bg05.png) no-repeat 50% 50%;
    background-size: 21px 21px;
    border: none;
    font-size: 0;
    outline: none;
    cursor: pointer;
}
#rn_footer #rn_copy {
    padding: 8px;
    background-color: #404c5c;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
#rn_footer #rn_addArea {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border-top: solid 1px #ddd;
    z-index: 100;
    line-height: 0;
}
#rn_footer #rn_addArea img {
    width: 100%;
    height: auto;
}

/* clearfix
-------------------------------- */
#rn_footer #rn_historyBlock_rp > ul:after, 
#rn_footer #rn_historyBlock_rp .rn_historyInput:after, 
#rn_footer #rn_historyBlock_rp .rn_historyInput .rn_inner:after, 
#rn_footer #rn_historyBlock_rp .rn_historyBtn:after{
    content : "";
    display : block;
    clear : both;
}

@media screen and (max-width: 768px) {

    body{
       padding-top: 120px; 
    }

    .pconly{
        display: none !important;
    }
    .sponly{
        display: block !important;
    }

    .pconly_inline{
        display: none !important;    
    }
    .sponly_inline{
        display: inline !important;    
    }

    #rn_pageTop {
        margin-top: 30px;
        height: 30px;
        border-top: solid 1px #dddddd;
    }
    #rn_pageTop a {
        display: block;
        width: auto;
        height: 30px;
    }

    #rn_header + table {
        margin-top: 70px;
    }

    .title1 {
        display: block;
        background: #5c5f63;
        background: -moz-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5f63), color-stop(100%, #000000));
        background: -webkit-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -o-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: -ms-linear-gradient(top, #5c5f63 0%, #000000 100%);
        background: linear-gradient(top, #5c5f63 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5f63', endColorstr='#000000',GradientType=0 );
        color: #FFFFFF;
        padding: 8px 0px 8px 10px !important;
        font-weight: bold;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #ffd907;
    }

    /* header */
    #rn_headerInner .rn_logo img{
        width: 80%;
        max-width: 214px;
        height: auto;
        position: relative;
    }
    #rn_header #rn_headerInner {
        padding: 10px 0;
    }
    #rn_headerInner .rn_headerInfoBlock {
        padding: 0;
    }
    #rn_headerInner .rn_headerInfoBlock li{
        padding: 0 13px;
    }
    #rn_headerInner .rn_logo{
        flex: 1;
        text-align: center;
    }
    #rn_headerInner .rn_bannerList01 {
        flex: none;
    }
    #rn_header #rn_headerInner .rn_headerInfoBlock li {
        padding: 0 15px;
        width: calc(100% / 3);
        flex: 1;
        text-align: center;
        white-space: nowrap;
    }
    
    /* globalNavi */
    #rn_globalNavi {
        height: auto;
    }
    #rn_globalNavi #rn_globalNaviInner{
        width: 100% !important;
    }
    #rn_globalNavi #rn_globalNaviInner > p > a{
        position: relative;
        display: block;
        padding: 10px;
        font-weight: bold;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        line-height: 1;
    }
    #rn_globalNavi #rn_globalNaviInner > p > a:after {
        content: "{";
        position: absolute;
        top: 50%;
        right: 5px;
        display: inline-block;
        margin-top: -0.5em;
        font-size: 24px;
        color: #ffd907;
        font-weight: bold;
        line-height: 1;
    }
    #rn_globalNavi #rn_globalNaviInner > p > a.open:after {
        content: "|";
    }
    #rn_globalNavi #rn_globalNaviInner > ul {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        padding: 0 10px 10px;
        background-color: #2e3541;
    }
    #rn_globalNavi #rn_globalNaviInner > ul > li {
        float: left;
        width: 50%;
        border: solid 1px #dddddd;
        border-top: none;
        display: block;
        height: auto;
    }
    #rn_globalNavi #rn_globalNaviInner > ul > li:nth-child(2n+1) {
        border-right: none;
    }
    #rn_globalNavi #rn_globalNaviInner > ul > li > a {
        display: block;
        padding: 10px;
        background-color: #fff;
        color: #333;
        opacity: 1 !important;
        font-weight: normal;
        text-align: left;
        line-height: normal;
    }
    #rn_globalNavi #rn_globalNaviInner ul li a.twoline{
        line-height: normal;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px;
        text-align: initial;
    }
    #rn_globalNavi #rn_globalNaviInner > ul > li > a.event_accent{
        background-color: #FFFFDA;
    }
      
    #rn_headerInner .rn_catchText01 {
        font-size: 11px;
        font-size: 1.1rem;
        min-width: auto;
        margin-bottom: 5px;
    }
    #rn_headerInner .rn_catchText01 span {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    /* login popup */
    #rn_headerInner #login_pop .rn_memberBox .rn_memberInfo .rn_pointText01,
    #rn_headerInner #login_pop .rn_memberBox .rn_memberInfo .rn_holdingPoint{
        display: none;
    }
    
    /* popup common */
    #rn_headerInner .rn_memberBox:after, 
    #rn_headerInner .rn_memberBox:before {
        right: 82px;
    }
    #rn_headerInner .rn_memberBox:before {
        border-bottom-color: #d0d4d8;
        border-width: 22px;
        margin-left: -15px;
        right: 80px;
        top: -47px;
    }
    #rn_headerInner .rn_memberBox:after {
        border-bottom-color: #fff;
        border-width: 20px;
    }
    #rn_headerInner .rn_headerInfoBlock li:nth-child(2){
        position: static;
    }
    #rn_headerInner .rn_memberBox {
        position: absolute;
        top: 149px;
        left: 2.5%;
        width: 95%;
        border: solid 4px #d0d4d8;
    }
    
    /* no login */
    #rn_headerInner .rn_headerInfoBlock ul.nologin li:nth-child(1) {
        position: static;
    }
    #rn_headerInner ul.nologin .rn_memberBox:after, 
    #rn_headerInner ul.nologin .rn_memberBox:before {
        right: 158px;
    }
    #rn_headerInner ul.nologin .rn_memberBox:before {
        right: 156px;
    }
    
    /* point */
    #rn_headerInner .rn_headerInfoBlock li:nth-child(1):hover dl {
        opacity: 0.6;
        cursor: pointer;
    }
    #rn_headerInner #point_pop .rn_memberBox .rn_memberInfo .rn_holdingPoint {
        margin-top: 0;
    }
    #rn_headerInner #point_pop .rn_memberBox .rn_memberInfo .rn_application {
        margin-top: 10px;
    }
    #rn_headerInner #point_pop .rn_memberBox .rn_memberInfo .rn_application a {
        display: block;
        padding: 10px;
        background-color: #f3f3f3;
        border-bottom: solid 1px #dadfe1;
        border-bottom: solid 2px #dadfe1;
        color: #333;
        text-align: center;
        font-size: 1.4rem;
        font-size:14px;
    }
    #rn_headerInner #point_pop .rn_memberBox .rn_memberInfo .rn_pointText01 {
        display: inline-block;
        margin-right: 10px;
    }
    #rn_headerInner #point_pop .rn_memberBox .rn_memberInfo .rn_pointNumber {
        display: inline-block;
        font-weight: bold;
        text-align: right;
        vertical-align: middle;
    }
    #rn_headerInner #point_pop .rn_memberBox:after, 
    #rn_headerInner #point_pop .rn_memberBox:before {
        right: 156px;
    }
    #rn_headerInner #point_pop .rn_memberBox:before {
        right: 154px;
    }
    
    /* footer */
    #rn_footer a {
        line-height: 14px;
    }    

    /* right */
    #rightNavi, .myspace {
        display: none;
    }

    /* footer kihon */
    #rn_footer #rn_footerInner .rn_pmarkBlock .rn_icon {
        display: none;
    }
    #rn_footer #rn_footerInner .rn_poweredText {
        padding: 10px 0;
        text-align: center;
    }
    #rn_footer #rn_footerInner .rn_pmarkBlock .rn_text {
        padding-left: 0;
        font-size: 10px;
        font-size: 1rem;
    }
    #rn_footer #rn_footerInner .rn_pmarkBlock {
        float: none;
    }
    #rn_footer #rn_copy {
        padding: 8px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.2;
    }
    #rn_footer #rn_footerSiteMap {
        padding: 0;
        border-top: none;
    }
    #rn_footer #rn_footerSiteMap .column {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
    #rn_footer #rn_footerSiteMap .column dl dt + dd {
        margin-top: 0;
    }

    #rn_footer #rn_footerInner {
        border-top: none;
    }

    /* footer design*/
    #rn_footer .column dl{
        border-bottom: 1px solid #ccc;
    }
    #rn_footer .column dl dt,
    #rn_footer .column dl dd{
        padding: 12px;
        cursor: pointer;	
    }
    #rn_footer .column dl dt{
        font-weight: bold;
    }
    #rn_footer .column dl dd{
        padding-left: 20px;
        display: none;
    }
    #rn_footer .column dl dd:last-child{
        padding-bottom: 20px;
    }

    #rn_footer .column dl dt{
        position: relative;
    }
    #rn_footer .column dl dt:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 38%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #rn_footer .column dl dt.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    #rn_footer #rn_historyBlock_rp .rn_historyList {
        left: 0;
        bottom: 100px;
        width: 100%;
    }
    #rn_footer #rn_historyBlock_rp .rn_historyInput {
        left: 0;
        bottom: 106px;
        width: 100%;
    }

}