﻿.color1_bg {
	background: #e69600;
    color: #fff;
}
.color2_bg {
	background: #c5507a;
    color: #fff;
}
.circle_text {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}

.table {
	display:table;
}
.table100 {
	display:table;
	width:100%;
}
.cell {
	display:table-cell;
	vertical-align:middle;
}
#list_bl{
	list-style:none;
    margin: 0px 2%;
	padding:0;
	color:#000;
}
.pad0_4 {
	padding:0px 4px;
}
.pad4_0 {
	padding:4px 0px;
}

#list_bl li {
    margin-top: 12px;
}
#list_bl2{
	list-style:none;
    margin: 0px;
	padding:0;
	color:#000;
}
#list_bl2 li {

}
.header_bl{
    padding: 2px 14px;
    margin-top: 4px;
    border-radius: 4px 4px 0 0;
}
.body_bl{
	background:#f0f0f0;
}
.box1 {
    width: 90px;
	height: 90px;
    margin: 4px;
    border-radius: 8px;
    text-align: center;
}
.bl_num {
    font-size: 52px;
    display: table-cell;
    vertical-align: middle;
    text-align:right;
}
.bl_min {
	display: table-cell;
    padding-top: 46px;
}
.button1 {
    margin: 0px 28px 0 0px;
    padding: 2px 8px;
}

.fs14{
	font-size:14px;
}
.bus_info {
    text-align: left;
    font-size: 16px;
}

#routeList {
    list-style: none;
    margin: 0;
    padding: 0;
    color:#0000ff;
    font-size:14px;
    height: 420px;
}
.rML-LineContainer li{
	padding: 2px 4px;
	position: relative;
    min-height: 34px;
}
#routeList li:nth-child(2n+1){
	background:#EBEBEB;
}
#routeList li:nth-child(2n){
	background:#FFFCEB;
}
#routeList .odd,#routeList .even {
	padding:4px 2px;
	cursor:pointer;
}

.rML-front ul li .busDir {
    font-size: 14px;
    position: absolute;
    right: 162px;
    width: 134px;
    top: 24px;
    color: #000;
    text-align: right;
}
.rML-front ul li .busDir,.rML-back ul li .busDir {
	font-size: 14px;
    position: absolute;
    top: 24px;
    color: #000;
}

.w20_tri{
	width:20px;
	cursor:pointer;
}
.w376{
	width:456px;
}
.rML-front ul .bg_none {
	background:none !important;
}
.rML-back ul .bg_none {
	background:none !important;
}
.bl2_header {
    border: solid 2px #236ac2;
    background: #417fb1;
    color: #fff;
}
.bl2_body {
	border-left: solid 2px #236ac2;
    border-bottom: solid 2px #236ac2;
    border-right: solid 2px #236ac2;
    padding: 4px 0;
}
.stops{
    border-top: solid 1px #b3b3b3;;
    background: #eee;
    margin: 0;
    padding: 4px 0;
    color: #000;
}
.bl2_body {
	cursor:pointer;
}
.stops li:first-child .bs2{
    background: url(../RMLib/route/bus_ico_order.png) no-repeat center bottom;
    background-size: 40px 40px;
    overflow-y: hidden;
}
.stops li:last-child .bs2{
    background: url(../RMLib/route/end_ico_order.png) no-repeat center top;
    background-size: 25px 40px;
    overflow-y: hidden;
}
.bs{
	width:100%;
	margin:0 !important;
}
.bs1{
	width:60px;
	text-align:center;
	font-size:14px;
}
.bs2 {
	width:80px;
    background: url(../RMLib/route/keiyu_ico_order.png) no-repeat center;
    background-size: 25px 90px;
    overflow-y: hidden;
}
.bs3{
	word-break:break-all;
	height:40px;
	white-space:normal;
}
.bs1,.bs2,.bs3{
	display:table-cell;
    vertical-align: middle;
}


.c1,.c2,.c3,.c4{
	display:table-cell;
	word-break:break-all;
	vertical-align:middle;
}
.c1 {
	width: 72px;
    padding-left: 8px;
}
.c2 {
	width:154px;
}
.c3 {
	width:206px;
}
.c4 {
	
}


/* 系統別路線図：結果
--------------------------*/
#routeMapLineDtl {
    /*overflow:hidden;*/
    display: flex;
    flex-wrap: wrap;
}

/*2つずつdivをグループ化して段落ちしないようにする*/
.rML-Line-Clear {
    /*clear:left;*/
}

/* ブロック */
.rML-LineBlock {
    /*float:left;*/
    display: flex;
    flex-direction: column;
    width: 460px;
    padding: 1rem 0 1rem;
}

    .rML-LineBlock h3 {
        font-size: 1.125rem;
        text-align: center;
        padding: 0.625rem 0 0.625rem;
        margin: 0 1.25rem 1.25rem;
        border-bottom: 1px solid #0052c4;
        background: #F7F7F7;
    }

        .rML-LineBlock h3:after {
            content: "";
            clear: both;
            display: block;
        }

        .rML-LineBlock h3 a {
            color: #FFF;
            padding: 0.1875rem 0.75rem;
            border-radius: 0.3125rem;
            text-decoration: none;
            background: #0052c4;
            font-size: 0.875rem;
            margin-right: 0.75rem;
            float: right;
        }

            .rML-LineBlock h3 a:hover {
                background-color: #999999;
            }

        .rML-LineBlock h3 span {
            width: 300px;
            display: block;
            margin: 0 10px;
            float: left;
        }

.rML-LineBlockInner h4 {
    clear: both;
    font-size: 1.125rem;
    margin: 0 1.875rem;
    text-align: center;
}

    .rML-LineBlockInner h4 ul li {
        display: inline-block;
        width: 9.375rem;
        padding: 0 0.9375rem;
        height: auto;
        text-decoration: none;
    }

    .rML-LineBlockInner h4 .frontPole {
        text-align: right;
    }

    .rML-LineBlockInner h4 .backPole {
        text-align: left;
    }

    .rML-LineBlockInner h4 a {
        display: block;
        text-decoration: none;
        border-radius: 1.875rem;
        padding: 0.3125rem;
        color: #FFF;
    }

.rML-LineContainer {
    display: flex;
    justify-content: flex-end;
}

.spotStart a {
    background: #009587;
}

    .spotStart a:not(.deadlink):hover {
        background: #34c9bb;
    }

.spotGoal a {
    background: #ea486e;
}

    .spotGoal a:not(.deadlink):hover {
        background: #ff7ca2;
    }

.rML-LineBlockInner div ul {
    width:160px;
    padding: 0.8rem 0;
    margin: 0;
}

.rML-LineBlockInner ul li {
    font-size: 1rem;
    line-height: 1.2;
    list-style-type: none;
}

    .rML-LineBlockInner ul li a {
        padding: 0.3125rem 0;
        display: block;
        text-decoration: none;
        color: black;
        font-size: 14px;
        width: 128px;
	    position: absolute;
    }
    .rML-front ul li a {
	    text-align: center;
    	left: 26px;
    }
    .rML-back ul li a {
	    text-align: left;
	   left: 26px;
    }
    
    .rML-front ul li img {
        position: absolute;
	    width: 62px;
	    right: 168px;
    }
    .rML-back ul li img {
	    position: absolute;
	    width: 62px;
	    right: 66px;
    }

        .rML-LineBlockInner ul li a:not(.deadlink):hover {
            color: #999999;
        }

.rML-front {
    float: right;
    text-align: left;
    background: url(../images/rml_line_front.png) repeat-y 9px top !important;
    margin-right: 0px;
}

    .rML-front ul {
        background: url(../images/rml_arrow_front.png) no-repeat 4px bottom !important;
    }

        .rML-front ul li {
            padding-right: 1.5625rem !important;
            background: url(../images/rml_point_front.png) no-repeat 0 0.3125rem !important;
        }

.rML-back {
    float: right;
    text-align: left;
    background: url(../images/rml_line_back.png) repeat-y 9px !important;
}

    .rML-back ul {
        background: url(../images/rml_arrow_back.png) no-repeat 4px top !important;
    }

        .rML-back ul li {
            padding-left: 1.5625rem !important;
            background: url(../images/rml_point_back.png) no-repeat 0 0.3125rem !important;
        }

.rML-front2 {
    float: right;
    text-align: left;
    margin-right: 0px;
}

    .rML-front2 ul {
    }

        .rML-front2 ul li {
            padding-right: 1.5625rem !important;
            background: transparent  !important;
        }
    .rML-front2 ul li a {
	    text-align: center;
    	left: 26px;
    }
    
    .rML-front2 ul li img {
        position: absolute;
	    width: 62px;
	    right: 34vw;
    }

.rML-back2 {
    float: right;
    text-align: left;
}

    .rML-back2 ul {
    }

        .rML-back2 ul li {
            padding-left: 1.5625rem !important;
            background: url(../images/rml_point_back.png) no-repeat 0 0.3125rem !important;
        }
    .rML-back2 ul li a {
	    text-align: left;
	   left: 26px;
    }

    .rML-back2 ul li img {
	    position: absolute;
	    width: 62px;
	    left: 30px;
    }
.through {
    color: #999;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: none !important;
}

#article_s {
    position: absolute;
    top: 3.5em;
    bottom: 0;
    left: 0;
    width: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
        z-index: 1000;
        
}
#article_r {
	position: absolute;
    top: 3.5em;
    bottom: 0;
    left: 0;
    width: 480px;
    z-index:1000;
    overflow-y: scroll;
    background: #fff;
        overflow-x: hidden;
}
#article_b {
	position: absolute;
    top: 3.5em;
    bottom: 0;
    left: 0;
    width: 480px;
    z-index:1000;
    background: #fff;
    overflow-y: scroll;
        overflow-x: hidden;
}
#aside_s {
	position: absolute;
    top: 3.5em;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    background-color: #eee;
    
}
#aside_r{
	position: absolute;
    top: 3.5em;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    background-color: #eee;
}
#aside_b{
	position: absolute;
    top: 3.5em;
    bottom: 0;
    right: 0;
    left: 0px;
    overflow: auto;
    background-color: #eee;
}

#article_s #menu_container{
	width: 464px;
}
#article_b #menu_container{
	width: 464px;
}
#article_r #menu_container{
	width: 464px;
}

#article_s #menu_container,#article_r #menu_container,#article_b #menu_container {
    font-size: 0;
    position: fixed;
    height: 64px;
    bottom: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ececec; 
    z-index: 100;
    border-top: solid 2px #bbb;
}
#article_s #menu_container .tab_on,#article_r #menu_container .tab_on,#article_b #menu_container .tab_on {
    display: inline-block;
    width: calc(100% / 4);
    height: 64px;
    text-align: center;
}
#article_s #menu_container .tab_off,#article_r #menu_container .tab_off,#article_b #menu_container .tab_off {
    display: inline-block;
    width: calc(100% / 4);
    height: 64px;
    text-align: center;
}
.tab_off img, .tab_on img{
    height: 40px;
    max-width: 80%;
    padding: 6px 12px 12px 12px;
}
.tab_on_txt, .tab_off_txt{
	position: absolute;
    bottom: 0;
    font-size: 12px;
    width: 116px;
    text-align: center;
}
.tab_on,.tab_off {
	position:relative;
}
.tab_on_txt {
    color:#e69600;
}
.tab_off_txt {
    color:#bbbbbb;
}

#bl_tab {
	display:none;
}

#textAlign #FromEkiName, #textAlign #toEkiName {
    width: 28.0em;
    height: 2.0em;
    font-size: 0.8em;
}

#suggestFrom, #suggestTo {
    position: absolute;
    left: 55px;
    width: 20.6em;
    background-color: #FFFFFF;
    border: 1px solid #df5721;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
}

#suggestFrom div, #suggestTo div {
    display: block;
    /* width: 288px; */
    width: 20.6em;
    text-align: left;
    padding: 2px 0px 2px 5px;
    border-bottom: 1px dotted #df5721;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.mbx {
	width:106px;
	position:absolute;
}

.nbBtn {
    background: #e69600;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    right: 6px;
    position: absolute;
    -webkit-appearance: none;
}

#aR {
	display:none;
	width: 32px;
    position: fixed;
    left: 16px;
    top: 66px;
    z-index:2000;
}
#aL {
	width: 32px;
    position: fixed;
    left: 16px;
    top: 66px;
    z-index:2000;
}

#loading {
	z-index:3000;
}

.busNo {
	width: 48%;
    margin-left: 26%;
    font-size: 14px;
    border-radius: 20px;
    color: #7f2f0f;
    margin-bottom: 4px;
    border: solid 2px #df5721;
}

#selectLang {
	position:fixed;
	width: 338px;
    bottom: 80px;
    left: 20px;
	background:#fff;
	z-index:100000;
	border:solid 2px #df5721;
	border-radius:8px;
	padding:16px 0;
}
#selectLang div {
	    margin: 10px 0 10px 42px;
    width: 256px;
    padding: 8px 0;
	background:#e69600;
	color:#fff;
	font-size:18px;
	text-align:center;
	border-radius:4px;
}

.bltri{
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    width: 34px;
    text-align: center;
}
.bltri span{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: solid 1px #aaa;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    vertical-align: middle;
}

#cbt0,#cbt1 {
    position: absolute;
    z-index: 50;
    width: 60px;
    height: 60px;
    top: 72px;
    right: 0px;
	background: #f1f5ff;
    border: solid 1px #bbb;
}


.rImg {
	height:24px;
	vertical-align:middle;
	margin-right: 3px;
