/* * * * * * * * * * * * * * * * * * * *
 * turn custom.css
 * * * * * * * * * * * * * * * * * * * */

/* ■■■■ body設定 ■■■■ */
body {
color : /*#cccc99*/#dbdbb6;
background-color : #1d383b;
}



/* ■■■■ リンク周り ■■■■ */
a:link{color : #b0e0e6;}
a:visited{color : #99cccc;}-



/* ■■■■ サイトのフォントカラー設定 ■■■■ */
/* 強調するとき用　赤 */
.st_1 {color : #ff0000;}

/* 強調するとき用　白 */
.st_2 {color : #ffffff;}

/* 強調するとき用　黒 */
.st_3 {color : #000000;}

/* 強調するとき用　暗めの桃色 */
.st_4 {color : #CC9999;}

/* 強調するとき用　薄い紫 */
.st_5 {color : #DBB6FF;}

/* 強調するとき用　水色 */
.st_6 {color : #b0e0e6;}

/* 強調するとき用　暗いこげ茶色 */
.st_7 {color : #4f392f;}

/* 強調するとき用　深緑 */
.st_8 {color : #1d383b;}

/* 強調するとき用　暗い肌色 */
.st_9 {color : #cccc99;}

/* 強調するとき用　明るい紫 */
.st_10 {color : #dab6ff;}

/* 強調するとき用　明るい紫 */
.st_11 {color : #cdb6ff;}

/* 強調するとき用　薄い青紫 */
.st_12 {color : #b7b6ff;}

/* 強調するとき用　エメラルドグリーン */
.st_13 {color : #99cccc;}

/* 強調するとき用　明るい水色 */
.st_14 {color : #66ffff;}

/* 強調するとき用　明るい水色 */
.st_15 {color : #92ffff;}


/* ■■■■ Inc用hr設定 ■■■■ */
.hr {
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #454d5a;
background : -webkit-gradient(linear, left top, left bottom, from(#454d5a), to(#454d5a));
font-size : 0;
line-height : 0;
width : 100%;
height : 1px;
margin : 10px auto;
}



/* ■■■■ マーキー設定 ■■■■ */
#marquee {
border : none;
width : 100%;
overflow : hidden;
overflow : -webkit-marquee;
display : -wap-marquee;
-wap-marquee-loop : infinite;
white-space : nowrap;
}



/* ■■■■ TOPに戻る ■■■■ */
#box_top {
border : solid 1px #8c3310;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #ffb501;
background : -webkit-gradient(linear, left top, left bottom, from(#d8be9a), to(#ba9866));

font-size : 100%;
line-height : 30px;
width : 95%;
height : 30px;
margin-left : 1px;
margin-right : 1px;
text-align : left;
text-shadow : -1px -1px 0 #969696;
box-shadow : 0px 0px 10px #000000;
-webkit-box-shadow : 0px 0px 5px #000000;
}

#box_top a{
display : block;
width : auto;
text-decoration : none;
color : #572d00;
}



/* ■■■■ 登録する ■■■■ */
.box_reg {
border : solid 1px #8c3310;
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #f30101;
background : -webkit-gradient(linear, left top, left bottom, from(#fff6dd), to(#f30101));

font-size : 150%;
line-height : 30px;
width : 60%;
height : 30px;
margin-left : auto;
margin-right : auto;
text-align : center;
text-shadow : -1px -1px 0 #969696;
box-shadow : 0px 0px 10px #000000;
-webkit-box-shadow : 0px 0px 5px #000000;
}

.box_reg a{
display : block;
width : auto;
text-decoration : none;
color : #572d00;
}



/* ■■■■ 角丸ボックス　影つき ■■■■ */
.box_tokubetu {
padding : 5px;
box-shadow : 0px 0px 10px #000000;
-webkit-box-shadow : 0px 0px 10px #000000;
border : solid 3px #f76700;
border-radius : 10px;
-webkit-border-radius : 10px;
}



/* ■■■■ 枠（白　角丸） ■■■■ */
.waku {
border : solid 1px #ffffff; /*枠の色*/
border-radius : 8px;
-webkit-border-radius : 8px;
background-color : #ffffff; /*背景色*/
background : -webkit-gradient(linear, left top, left bottom,);
width : 90%; /*横幅*/
height : auto; /*高さ　自動*/
margin-left : auto;
margin-right : auto;
padding : 10px 10px 10px 10px; /*枠と文字の隙間　上右下左*/
box-shadow : 0px 0px 5px #000000; /*枠全体の影*/
-webkit-box-shadow : 0px 0px 5px #000000; /*枠全体の影*/
}



/* ■■■■ 汎用リスト01 ■■■■ */
.list_01 {
border-radius : 10px;
-webkit-border-radius : 10px;
border : solid 1px #cccccc; /*一番外の枠色*/
margin-left : auto;
margin-right : auto;
width : 95%;
list-style : none;
}

.list_01 li {
position : relative;
border-bottom : solid 1px #dddddd; /*リスト内の区切り線の色*/
height : 30px;
overflow : hidden;
}

.list_01 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
color : #000000; /*リスト内の文字色*/
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_01 li:last-child {
border-bottom : none;
}

.list_01 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 2px #979797; /*右端　>　の色*/
border-right : solid 2px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}



/* ■■■■ 汎用リスト02 背景とかの装飾設定なしバージョン ■■■■ */
.list_02 {
border-bottom : solid 1px #cccccc; /*一番外の枠色*/
width : 100%;
list-style : none;
}

.list_02 li {
position : relative;
border-bottom : solid 1px #dddddd; /*リスト内の区切り線の色*/
height : auto;
}

.list_02 li a:not(.noListLink) {
position : relative;
display : block;
width : 100%;
height : 100%;
padding : 10px;
text-decoration : none;
-webkit-box-sizing : border-box;
}

.list_02 li:last-child {
border-bottom : none;
}

.list_02 li a:not(.noListLink):after {
content : "";
position : absolute;
right : 10px;
top : 50%;
display : block;
width : 6px;
height : 6px;
margin-top : -4px;
border-top : solid 2px #979797; /*右端　>　の色*/
border-right : solid 2px #979797; /*右端　>　の色*/
-webkit-transform : rotate(45deg);
}







/* ■■■■　会員登録　■■■■ */
.reg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
height : auto;
width : 100px;
height : auto;
text-align : center;
font-size : 14px;
font-weight : bold;
border : solid 1px #575307;
border-radius : 8px;
-webkit-border-radius : border-radius : 8px;
background: -moz-linear-gradient(top,#cfc163 0%,#b8953b);
background: -webkit-gradient(linear, left top, left bottom, from(#cfc163),to(#b8953b));
-moz-box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
-webkit-box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
}

.reg a {
padding : 5px;
color : #fafafa;
text-decoration : none;
display : block;
text-shadow:0px -1px 1px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.3);
}

/* ■■■■　会員削除　■■■■ */
.unreg {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
height : auto;
width : 100px;
height : auto;
text-align : center;
font-size : 14px;
font-weight : bold;
border : solid 1px #2369d9;
border-radius : 8px;
-webkit-border-radius : border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#3d84ff),color-stop(0.40,#3d84ff),color-stop(0.60,#2773f5),color-stop(1,#2773f5));
background-image : linear-gradient(-90deg,#3d84ff) 0%,#3d84ff 40%,#2773f5 60%,#2773f5 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.unreg a {
color : #ffffff;
padding : 5px;
text-decoration : none;
display : block;
}



/* ■■■■　ログイン　■■■■ */
.login {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 5px;
height : auto;
width : 100px;
height : auto;
text-align : center;
font-size : 14px;
font-weight : bold;
border : solid 1px #61ad23;
border-radius : 8px;
-webkit-border-radius : 8px;
background-image : -webkit-gradient(linear,left top,left bottom,color-stop(0,#78d42d),color-stop(0.40,#78d42d),color-stop(0.60,#69ba27),color-stop(1,#69ba27));
background-image : linear-gradient(-90deg,#78d42d) 0%,#78d42d 40%,#69ba27 60%,#69ba27 100%);
box-shadow : 1px 1px 2px 1px #cccccc;
-webkit-box-shadow : 1px 1px 2px 1px #cccccc;
}

.login a {
color : #ffffff;
padding : 5px;
text-decoration : none;
display : block;
}

/* ■■■■　スペーサー　■■■■ */
.li_space {
margin-right : auto;
margin-left : auto;
width : 10px;
display : block;
}



/* ■■■■　リストでブロック要素を横並び　■■■■ */
.li_yoko {
margin-right : auto;
margin-left : auto;
text-align : center;
width : 215px;
}

.li_yoko ul {
margin-right : 0 auto;
margin-left : 0 auto;
}

.li_yoko li {
margin-right : 0 auto;
margin-left : 0 auto;
float : left;
list-style : none;
}

/* ■■■■ 登録ボタン２ ■■■■ */
.reg_button {
margin-right : auto;
margin-left : auto;
margin-top : 5px;
margin-bottom : 10px;
height : auto;
width : 200px;
height : auto;
text-align : center;
border: 1px solid #575307;
border-radius : 8px;
-webkit-border-radius : 8px;
background: -moz-linear-gradient(top,#cfc163 0%,#b8953b);
background: -webkit-gradient(linear, left top, left bottom, from(#cfc163),to(#b8953b));
-moz-box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
-webkit-box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
box-shadow:0px 0px 3px rgba(000,000,000,1),inset 0px 0px 9px rgba(71,61,12,1);
}
.reg_button a {
padding : 5px 5px 8px 5px;
font-size : 22px;
font-weight : bold;
letter-spacing : 2px;
color : #fafafa;
text-decoration : none;
display : block;
text-shadow:0px -1px 1px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.3);
}

.reg_button span{
padding : 5px 5px 5px 5px;
line-height : 14px;
font-size : 15px;
font-weight : bold;
letter-spacing : 1px;
text-shadow:0px -1px 1px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.3);
}

/* ■■■■ 告知用INC装飾 ■■■■ */

.emg {
    border-radius: 4px;      
    background: rgb(242, 120, 120);   
    border: 1px solid rgb(226, 15, 15);   
    margin: 8px;   
    padding: 4px;
    font-size: 14px;
}

.emg a{
    color:#fff;
    text-decoration:none;
    display:block;
    width:100%;
}


/* ■■■■ 2016年追記 ■■■■ */
.fs130 {
    font-size : 1.3em;
}

.cap-txt{
    line-height : 1.7;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration : none;
}

.clearfix:after {
    clear: both;
}

select{
    /*display: block;*/
    width: 80%;
    height: 38px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 24px;
}
input[type="submit"]{
    padding: 12px;
    width: 60%;
    font-size: 1em;
    border: none;
    color: #fff;
    display: block;
    text-align: center;
    margin: 12px auto 24px auto;
    background-image: url("/image/rn/btn_bg05.sp.480.png");
    background-size: cover;
    background-repeat: no-repeat;
}
input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: block;
    width: 70%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px 6px;
}

.col-xs-6 {
    width: 50%;
    float : left;
}

/*margin & padding*/
.pdt-16{
    padding-top: 16px;
}
.pdt-8{
    padding-top: 8px;
}
.pdb-16{
    padding-bottom: 16px;
}
.pdb-8{
    padding-bottom: 8px;
}

.mgt-16{
    margin-top: 16px;
}
.mgt-8{
    margin-top: 8px ;
}
.mgb-16{
    margin-bottom: 16px;
}
.mgb-8{
    margin-bottom: 8px;
}

/*カード型リスト*/
.list-card{
    width: 90%;
    margin: 15px auto;
}
.list-card .list-card-item {
    padding: 4px;
    color: #dbdbb6;
    line-height: 1.3;
    margin-bottom: 8px;
}
.list-card-item {
    position: relative;
    display: block;
    border: 1px solid #A5A98A;
}
.list-card-item .menu-name {
    display: block;
    clear: both;
}
.list-card .list-card-item.list-card-item-noimage {
    padding: 8px;
}

a.triangle:after {
    content: " ";
    display: block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px #6E7150 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*カード用のタブ*/
.info-tab {
    padding: 5px;
    width: 30%;
    margin-left: 5%;
    background-color: #FFF;
    margin-bottom: -15px;
    margin-top: 20px;
    box-shadow: 0px -4px 4px -3px rgba(0,0,0,0.2) inset;
}

/*日付tip*/
.sec-update .tip-new-update.date, .sec-tokushu .tip-new-update.date,
.sec-column .tip-new-update.date{
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0.5em;
    color: /*#FFF*/#1D383B;
    background: #6E7150;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    font-weight: bold;
}
.tip-new-update.date.plan {
    background: #777;
}

/*ボタン*/
.btn-list {
    padding: 0 5%;
}

.btn{
    padding: 12px;
    width: 60%;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
}
.btn.btn-info{
    border: solid 1px #A5A98A;
    color: #dbdbb6;
  /*
    background: #7B5328;
    -webkit-box-shadow: 0 0 0 2px #7B5328, 0 0 0 2px #7B5328;
    box-shadow: 0 0 0 2px #7B5328, 0 0 0 2px #7B5328;
  */
}
a.btn-info::after{
    content: " ";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px #6E7150  solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.btn-default{   
    background-image: url("/image/rn/btn_bg04.sp.480.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
a.btn.btn-default::after {
    content: " ";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px #356569 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.btn-primary{
    background-image: url("/image/rn/btn_bg03.sp.480.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
a.btn.btn-primary::after {
    content: " ";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px rgba(150, 150, 103, 0.65) solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-info span{
    /*color: #fff;*/
}
.btn-list .item:nth-child(odd) {
    padding-right: 8px;
}
.btn-list .item {
    padding-bottom: 16px;
}
.btn-list .btn{
    width: 100%;
}

a.btn-cate{
    color: #461f0a;
    border: 1px solid #A0522D;
    box-shadow: 0 0 0 2px #fff, 0 0 0 2px #fff;
}

a.btn-cate.triangle::after{
    content: " ";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px #A0522D solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ボタン・透過・背景*/
.btn-cate02{
    border: none;
    background: rgba(28, 82, 88, 0.8);
}
a.btn-cate02 {
    color: #fff;
}
a.btn-cate02.triangle::after{
    content: " ";
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border: 7px transparent solid;
    border-left: 7px #356569 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.triangle.green::after {
    border: 7px transparent solid;
    border-left: 7px rgba(0, 255, 9, 0.3) solid;
}
a.triangle.pink::after {
    border: 7px transparent solid;
    border-left: 7px rgba(255,0,255,0.3) solid;
}
a.triangle.blue::after {
    border: 7px transparent solid;
    border-left: 7px rgba(0,0,255,0.3) solid;
}
a.triangle.red::after {
    border: 7px transparent solid;
    border-left: 7px rgba(255,0,0,0.3) solid;
}
a.triangle.yellow::after {
    border: 7px transparent solid;
    border-left: 7px rgba(255,255,0,0.3) solid;
}

a.triangle.green02::after {
    border: 7px transparent solid;
    border-left: 7px /*#4D7D4F*/rgba(77, 125, 79, 0.75) solid;
}
a.triangle.pink02::after {
    border: 7px transparent solid;
    border-left: 7px /*#865686*/rgba(134, 86, 134, 0.75) solid;
}
a.triangle.blue02::after {
    border: 7px transparent solid;
    border-left: 7px /*#4F4FA0 #586984*/rgba(88, 105, 132, 0.75) solid;
}
a.triangle.red02::after {
    border: 7px transparent solid;
    border-left: 7px /*#845656*/rgba(255, 0, 0, 0.2) solid;
}
a.triangle.yellow02::after {
    border: 7px transparent solid;
    border-left: 7px /*#969667*/rgba(150, 150, 103, 0.65) solid;
}


.btn-img01 {
    background-image: url("/image/rn/btn_bg01.sp.480.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-img02 {
    background-image: url("/image/rn/btn_bg02.sp.480.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/*マーカーライン*/
.line-marker,
.line-marker01{
    background: -webkit-linear-gradient(transparent 50%, rgba(0, 255, 9, 0.3) 50%);
    background: linear-gradient(transparent 50%, rgba(0, 255, 9, 0.3) 50%);
}
.line-marker-pink,
.line-marker02 {
    background: -webkit-linear-gradient(transparent 50%, rgba(255,0,255,0.3) 50%);
    background: linear-gradient(transparent 50%, rgba(255,0,255,0.3) 50%);
}
.line-marker-blue,
.line-marker03 {
    background: -webkit-linear-gradient(transparent 50%, rgba(0,0,255,0.3) 50%);
    background: linear-gradient(transparent 50%, rgba(0,0,255,0.3) 50%);
}
.line-marker-red,
.line-marker04 {
    background: -webkit-linear-gradient(transparent 50%, rgba(255,0,0,0.3) 50%);
    background: linear-gradient(transparent 50%, rgba(255,0,0,0.3) 50%);
}
.line-marker-yellow,
.line-marker05 {
    background: -webkit-linear-gradient(transparent 50%, rgba(255,255,0,0.3) 50%);
    background: linear-gradient(transparent 50%, rgba(255,255,0,0.3) 50%);
}

.line-marker02 {
    background: -webkit-linear-gradient(transparent 50%, rgba(0, 255, 9, 0.1) 50%);
    background: linear-gradient(transparent 50%, rgba(0, 255, 9, 0.1) 50%);
}
.line-marker-pink02 {
    background: -webkit-linear-gradient(transparent 50%, rgba(255,0,255,0.1) 50%);
    background: linear-gradient(transparent 50%, rgba(255,0,255,0.1) 50%);
}
.line-marker-blue02 {
    background: -webkit-linear-gradient(transparent 50%, rgba(0,0,255,0.2) 50%);
    background: linear-gradient(transparent 50%, rgba(0,0,255,0.2) 50%);
}
.line-marker-red02 {
    background: -webkit-linear-gradient(transparent 50%, rgba(255,0,0,0.1) 50%);
    background: linear-gradient(transparent 50%, rgba(255,0,0,0.1) 50%);
}

/*list*/
.list-auto{
    width: 90%;
    margin: auto;
}

ul.list01 {
    margin-top: 4px;
}
ul.list01 li {
    display: -webkit-inline-box;
    display: inline-block;
    display: -o-inline-block;
    margin: 0.5%;
    width: 30%;
}
ul.list01 li a {
    position: relative;
    padding: 12px;
    display: block;
    margin: 0;
    width: 100%;
}


ul.foot-list {
    width: 210px;
    margin: auto;
    list-style: none;
}
ul.foot-list li a {
    padding: 3px 0;
    display: block;
}

/*テキスト*/

.indent{
    display: block;
    text-indent: 1em;
    margin-bottom: 8px;
}

.result-text {
    margin: 0 12px 24px 12px;
    line-height: 1.5em;
    font-size: 15px;
    text-align: justify;
}

/*ページャー*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }

.pagination > li { display: inline; }

.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 8px 12px; line-height: 1.428571429; text-decoration: none; color: #461f0a; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #030100; background-color: #eeeeee; border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #ab907d; border-color: #ab907d; cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #888; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

/*日運背景*/
.daily-bg {
    background-image: url("/image/rn/daily_bg.sp.480.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-daily hr { 
    border-color : #1D383B;
}