﻿        @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
        body {
            font-family: 'Noto Sans Japanese', sans-serif;
            background-color: #E7E7E7;
            font-size: 1.0em;
            line-height: 130%;
            font-style: normal;
            line-height: 1.45;
            letter-spacing: normal;
            color: #333;
        }
        
        .main {
            width: 940px;
            margin: auto;
            background-color: #FFFFFF;
            padding: 30px;
        }
        
        .modalmain {
            width: 368px;
        }
        
        a {
            color: #0066CC;
            text-decoration: none;
        }
        
        .text-center {
            text-align: center;
        }

        .text-3x-large {
            font-size: 3rem;
        }

        .text-2x-large {
            font-size: 2rem;
        }

        .text-x-large {
            font-size: 1.5rem;
        }

        .text-large {
            font-size: 1.125rem;
        }

        .text-small {
            font-size: 0.8125rem;
        }

        .rosen_timetable a:visited {
            color:#934C7B;
            text-decoration:underline;
        }

        header {
            background-color: #FFFFFF;
            width: 1000px;
            margin: auto;
            margin-bottom: 3px;
        }
        
        #googlesearch {
            width: 300px;
            float: right;
        }
        
        #titlewrap {
            position: relative;
            width: 1000px;
            height: 400px;
            margin: auto;
        }
        
        #tabmenu01 {
            position: absolute;
            background-color: #CC0000;
            width: 600px;
            top: 10px;
            left: 10px;
            opacity: 0.95;
        }
        .tabmenu02 {
            position: absolute;
            width: 391px;
            top: 0px;
            left: 610px;
            height:400px;
        }

        
        #menuwrap {
            height: 50px;
            background-color: #000;
            border-bottom: 1px solid #999999;
            border-top: 1px solid #999999;
        }
        
        .btn_submit01 {
            margin-top: 10px;
            color: #005299;
            padding: 5px 20px;
            background: -moz-linear-gradient( top, #ffffff 0%, #c3dffa);
            background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#c3dffa));
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #828282;
            -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 1), inset 1px -2px 3px rgba(255, 255, 255, 1);
            -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 1), inset 1px -2px 3px rgba(255, 255, 255, 1);
            box-shadow: 0px 0px 0px rgba(000, 000, 000, 1), inset 1px -2px 3px rgba(255, 255, 255, 1);
            text-shadow: 0px -1px 7px rgba(000, 000, 000, 0.2), 6px 1px 9px rgba(255, 255, 255, 1);
        }
        
        .operation_status #mes {
            background-color: #FFF;
            font-weight: 400;
            font-size: 0.9em;
            color: #333;
            padding-left: 10px;
            width: 470px;
        }
        
        #infowrap {
            width: 1000px;
            background-color: #FFFFFF;
            margin: auto;
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 0px;
        }
        
        #infowrap #infotitle {
            width: 300px;
            background-color: #CC0000;
            color: #FFFFFF;
            padding: 5px;
        }
        
        #infowrap ul {
            width: 850px;
            margin: auto;
            list-style-type: none;
        }
        
        .infodate {
            margin-right: 10px;
            font-size: 0.9em;
            color: #666666;
            font-weight: 700
        }
        
        #infowrap li {
            border-bottom: 1px dotted;
            line-height: 1.8em;
        }
        
        #infowrap i {
            color: #CC0000;
            margin-right: 10px;
            font-size: 0.8em;
        }
        
        #bannerwrap {
            width: 1000px;
            background-color: #FFFFFF;
            margin: auto;
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 0px;
        }
        
        .operation_status {
            vertical-align: middle;
            position: absolute;
            top: 340px;
            left: 10px;
            background-color: #333;
            width: 600px;
            opacity: 0.9;
            border: 2px solid;
            border-radius: 3px;
            height: 30px;
        }
        
        .operation_status #ok,
        .mes_status #ok {
            font-size: 1.5em;
            font-weight: bolder;
            margin-right: 10px;
            color: #00DD00;
            vertical-align: absmiddle;
        }
        
        .operation_status #ng,
        .mes_status #ng {
            font-size: 1.5em;
            font-weight: bolder;
            margin-right: 10px;
            color: #DD0000;
            vertical-align: absmiddle;
        }
        
        .slick-dots {
            bottom: -20px;
        }
        
        .tbl_footer {
            margin: auto;
            width: 950px;
            font-size: 0.9em;
        }
        
        .tbl_footer td {
            vertical-align: top;
        }
        
        .tbl_footer dl {
            margin-top: 10px;
        }
        
        .tbl_footer dt {
            font-weight: bold;
            font-size: 1.1em;
        }
        
        .tbl_footer dd {
            font-size: 1.0em;
            margin-left: 1.0em;
        }
        
        .sf-menu {
            margin: auto;
        }
        
        .sf-menu i {
            font-size: 1.3em;
            margin-right: 5px;
            color: #999;
        }
        
        .btn_search {
            background: #d93434;
            background-image: -webkit-linear-gradient(top, #d93434, #800303);
            background-image: -moz-linear-gradient(top, #d93434, #800303);
            background-image: -ms-linear-gradient(top, #d93434, #800303);
            background-image: -o-linear-gradient(top, #d93434, #800303);
            background-image: linear-gradient(to bottom, #d93434, #800303);
            font-family: Arial;
            color: #ffffff;
            font-size: 18px;
            padding: 4px 10px 4px 10px;
            margin-left: 10px;
            margin-top: 10px;
            text-decoration: none;
            opacity: none;
        }
        /*ThickBox表示位置調整*/
        
        #TB_window {
            top: 20%;
        }
        /*空港線時刻テーブル*/
        
        .airport table {
            border: #333333;
            border-top: 1px solid #333333;
            border-left: 1px solid #333333;
            border-collapse: collapse;
            border-spacing: 0;
            background-color: #ffffff;
            empty-cells: show;
            margin-bottom: 20px;
            width: 100%;
            margin: auto;
            table-layout: fixed;
        }
        
        .airport table a {
            text-decoration: none;
        }
        
        .airport th {
            border-right: 1px solid;
            border-bottom: 1px solid;
            background-color: #DFDFDF;
            text-align: center;
            line-break: normal;
            font-size: 0.8em;
            font-weight: normal;
            padding: 3px;
            word-wrap: break-word;
            /* width: 80px; */
        }
        
        .airport th.routeNo {
            word-break: keep-all;
        }
        
        .airport th.teiName_e {
            font-size: 0.7rem;
        }
        
        .airport td {
            border-right: 1px solid;
            border-bottom: 1px solid;
            text-align: right;
            padding: 5px;
        }
        
        .airport td:empty {
            background-image: linear-gradient(to top right,
                        transparent, transparent 48%,
                        #333333 50%, #333333 50%,
                        transparent 52%, transparent);
        }
        
        .airport #caution_top {
            border-bottom: none;
            background-color: #F5FFB9;
        }
        
        .airport #caution_bottom {
            background-color: #EEE899;
            text-align: center;
            padding: 1px;
            width: 100%;
        }
        
        .airport #rosen_name {
            font-weight: bold;
            font-size: 1.3em;
            line-height: 140%;
        }
        
        .airport #kikan {
            font: Arial, Helvetica, sans-serif;
            color: #CC0000;
            font-size: 1.1em;
            font-weight: bold;
        }
        
        .airport td.hover,
        tr.hover,
        th.hover {
            background-color: #E9FEFF;
        }
        
        .airport td.click,
        th.click {
            background-color: #47FF9D;
        }
        
        .routeNo {
            text-align:center !important;
            background-color:bisque !important;
            font-weight:bold !important;
            border:1px solid #000000 !important;
        }

        /* 空港線テーブル ノースライナースクロールスタイル */

        div.northLiner {
            overflow-x: scroll;
        }

        div.northLiner table.airport tr :first-child {
            position: sticky;
            top: 0;
            left: 0;
            width: 79px;
        }

        div.northLiner table.airport tr :first-child::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: -1px;
            left: -1px;
            border: 1px solid #333333;
        }

        div.northLiner table.airport th,
        div.northLiner table.airport td {
            /* 1行表示 */
            /* min-width: 165px;
            width: 165px; */
            /* 2行表示 */
            min-width: 115px;
            width: 115px;
        }

        div.northLiner table.airport #caution_top.routeNo {
            z-index: 1;
        }

        div.northLiner table.airport #caution_bottom {
            left: 86px;
        }

        div.northLiner table.airport #caution_bottom::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: -1px;
            border-top: none;
        }

        /*パンくずリスト*/
        
        nav#breadcrumbs {
            width: 990px;
            margin: auto;
            background-color: #FDFDFD;
            padding-left: 10px;
            ;
        }
        
        nav#breadcrumbs ol li {
            display: inline;
            list-style-type: none;
        }
        
        nav#breadcrumbs ol li:before {
            content: " > ";
            color: #d93434;
        }
        
        nav#breadcrumbs ol li:first-child:before {
            content: "";
        }
        
        .categories {
            background-color: #C00;
            font-size: 0.8em;
            padding: 2px 5px;
            color: #FFF;
            display: none;
            margin-left: 5px;
        }
        
        .menubox {
            background-color: #eff6fa;
            margin: 10px;
            padding: 20px;
            border-radius: 5px;
        }
        
        .menubox dt {
            font-size: 1.1em;
            font-weight: bold;
            color: #CC0000;
        }
        
        .menubox dd {
            margin-left: 2.0em;
        }
        
        .menubox a {
            color: #01619d;
        }
        
        .menubox #memo {
            font-size: 0.85em;
            margin-left: 2.0em;
        }
        
        #pagetitle {
            font-size: 1.5em;
            font-weight: 700;
            background-color: #CC0000;
            color: #FFFFFF;
            padding: 5px;
            border-radius: 5px;
            <<<<<<< .mine
        }
        
        #pagetitle i {
            margin: 0 10px;
        }
        
        .period #title {
            color: #005ecc;
            font-size: 1.3em;
            font-weight: bold;
            line-height: 2.0em;
        }
        
        #rosen {
            width: 800px;
            margin: auto;
            margin-top: 30px;
        }
        
        #rosen table {
            font: 1.0em Arial, Helvetica, sans-serif;
            border: #333333;
            border-top: 1px solid #333333;
            border-left: 1px solid #333333;
            border-collapse: collapse;
            border-spacing: 0;
            background-color: #ffffff;
            empty-cells: show;
            width: 100%;
        }
        
        #rosen caption {
            font-size: 1.2em;
            font-weight: bold;
            width: 100%;
            text-align: left;
            padding-top: 10px;
        }
        
        #rosen th {
            border-right: 1px solid;
            border-bottom: 1px solid;
            background-color: #D9F2F9;
            text-align: center;
            line-break: normal;
            padding: 5px;
        }
        
        #rosen td {
            border-right: 1px solid;
            border-bottom: 1px solid;
            padding: 5px;
        }

        #rosen .StoECell,
		#rosen .timeCell,
		#rosen .counterCell {
            text-align: center;
        }

        #rosen .fareCell {
            text-align: right;
        }

		#rosen .circle-mark {
			background-color: #F5FFDB;
		}

        /* todo ゆくゆくは、「.none」に統一したい */
        #rosen #none,
        #rosen td.none {
            border-right: 1px solid;
            border-bottom: 1px solid;
            padding: 5px;
            text-align: center;
            background-color: #DFDFDF;
        }

        table#airport-payment td.cross-mark,
        table#airport-payment td.circle-mark {
            text-align: center;
        }

        .inverse-interval-img{
            width:177px;
            height:51px;
            border-width:0;
        }

        .airport-rosen-table-title > p{
            font-weight:normal;
        }

        .airport-rosen-table-title > p > span{
            color:#CC0000;
        }

        .mes_status {
            width: 820px;
            padding: 0 20px;
            border: 1px solid #DDDDDD;
            background-color: #d1eefd;
            border-radius: 5px;
            margin: 10px auto;
        }
        
        .announce_full {
            width: 820px;
            padding: 20px;
            border: 1px solid #DDDDDD;
            background-color: #FFFFDD;
            border-radius: 5px;
            margin: 10px auto;
        }
        .announce_full div,
        .mes_status div {
            margin: 10px 20px;
        }
        
        .announce_full .infodate,
        .mes_status .infodate {
            margin-left: 10px;
            color: #CC0000;
        }
        
        .announce_full .infotxt,
        .mes_status .infotxt {
            font-size: 1.2em;
            color: #0000CC;
        }

        .announce_airport_only {
            width: 820px;
            padding: 20px;
            border: 1px solid #DDDDDD;
            background-color: #FFFFDD;
            border-radius: 5px;
            margin: 10px auto;
        }
        .announce_airport_only div,
        .mes_status div {
            margin: 10px 20px;
        }
        
        .announce_airport_only .infodate,
        .mes_status .infodate {
            margin-left: 10px;
            color: #CC0000;
        }
        
        .announce_airport_only .infotxt,
        .mes_status .infotxt {
            font-size: 1.2em;
            color: #0000CC;
        }




        
        #faq ul {
            margin-left: 2.0em;
            color: #000000;
        }
        
        #faq dl {
            margin-left: 2.0em;
        }
        
        #faq dt {
            margin-top: 2.0em;
        }
        
        #faq ol {
            margin-left: 2.0em;
            color: #000000;
        }
        
        #faq #lv1 {
            color: #CC0000;
            font-weight: bold;
            font-size: 1.2em;
            margin-left: 1em;
        }
        
        #faq #lv2 {
            margin-top: 1.0em;
            color: #0066CC;
        }
        
        #faq dt {
            margin-top:20px;
            font-weight:bold;
        }
        #faq dd {
            margin-left: 2em;
        }
        #faq ul{
            margin-left:3.0em;
            color:#000000;
        }
        #faq ol{
            margin-left:3.0em;
            color:#000000;
        }
        #faq #lv1 {
            color:#CC0000;
        }
        #faq #lv2 {
            color:#0066CC;
        }
        
        .txt01 {
            width: 750px;
            margin: auto;
            margin-top: 20px;
        }
        
        .txt01 dl {
            width: 700px;
            margin: auto;
            margin-top: 20px;
        }
        
        .txt01 dt {
            color: #0066CC;
            font-weight: 700;
            margin-top: 20px;
        }
        
        .txt01 h3 {
            color: #CC0000;
            font-weight: 700;
            margin-top: 20px;
        }
        
        .txt01 #note {
            background-color: #a4d0f5;
            margin-top: 20px;
            padding: 10px;
            border-radius: 5px;
        }
        
        .btn01 {
            background-color: #CFCFCF;
            text-decoration: none;
            color: #0066CC;
            padding: 3px;
            border-radius: 3px;
            text-align: center;
        }
        
        .tab_expbus {
            background-color: #FFFFFF;
            padding: 20px;
            border-radius: 5px;
            list-style-type: none;
        }
        
        .rosen dl {
            width: 400px;
            float: right;
        }
        
        .rosen dt {
            margin-top: 10px;
            color: #333;
            font-size: 1.1em;
            font-weight: bold;
        }
        
        .rosen dd {
            margin-left: 2.0em;
        }
        
        #rosen_search {
            margin: 20px;
            float: left;
        }
        
        .tel_text {
            font-size: 1.5em;
            color: #CC0000;
            font-weight: bold;
        }
        
        #miniad01 {
            width: 156px;
            float: left;
            text-align: center;
            font-size: 0.7em;
        }
        
        #miniad01 a {
            text-decoration: none;
        }
        
        .tbl_footer a:hover, .tabmenu01 a:hover, .infowrap a:hover, .main a:hover {
            color: #0033BB;
        }

        #unchin table {
            font: 1.0em Arial, Helvetica, sans-serif;
            border:#333333;
            border-top:1px solid #333333;
            border-left:1px solid #333333;
            border-collapse:collapse;
            border-spacing:0;
            background-color:#ffffff;
            empty-cells:show;
            margin:auto;
        }
        
        #unchin caption {
            font-size:1.1em;
            font-weight:bold;
            width:100%;
            text-align:left;
            padding-top:10px;
        }
        
        #unchin th {
            border-right:1px solid;
            border-bottom:1px solid;
            background-color:#D9F2F9;
            text-align:center;
            line-break:normal;
            padding:5px;
        }

        #unchin td {
            border-right:1px solid;
            border-bottom:1px solid;
            padding:5px;
            text-align: right;
        }

        #unchin #none {
            border-right:1px solid;
            border-bottom:1px solid;
            padding:5px;
            text-align:center;
            background-color:#DFDFDF;
        }
        
        #company-margin td {
            width:30px;
        }
        
        .top-rosenzu a {
            font-size:14px;
        }
        
        .top-rosenzu span {
            font-size:14px;
            color:#000000;
        }
        
        .sheetTable {
            width:100%;
            text-align:center;
            border:2px solid #000000;
            border-collapse: collapse;
        }
        
        .sheetTable tr.largeBus {
          background-color:lightpink;
        }
        
        .sheetTable tr.middleBus {
          background-color:lightblue;
        }
        
        .sheetTable tr.smallBus {
          background-color:lightgreen;
        }
        
        .sheetTable tr td a {
          display:block;
          width:100%;
          height:100%;
        }
