@charset "UTF-8";
#content {
    width: 98%;
}

dt {
    float: left;
}

.clear {
    clear: both;
}

#menu {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    top: 30p;
}

select {
    width: 160px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin: 0 0 0 10px;
}

input {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin: 15px 10px 6px 10px;
}

#menu dt {
    padding: 24px 0 0 0;
    background-color: #246DE8;
    font-size: 15px;
    width: 35px;
    height: 48px;
    text-align: center;
    color: #fff;
}

#menu dd {
    position: relative;
    height: 40px;
    padding: 18px 0 1px 42px;
    left: 9px;
}

#menu dd.ride {
    padding: 10px 0 0 0;
}

.ride_button {
    background:ButtonFace;
    color:ButtonText;
    border:1px outset ButtonFace;
    height: 55px;
    padding: 15px;
}

#board {
    background-color: #484848;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    left: 2%;
    width: 96%;
}

marquee {
    width: 165px;
    position: absolute;
}

.marquee {
    marquee-style: slide;
    -webkit-marquee-style: scroll;
    -wap-marquee-style: scroll;
    overflow: hidden;
    overflow: -webkit-marquee;
    overflow-style: marquee-block;
    display: -wap-marquee;
    -wap-marquee-loop: infinite;
    white-space: nowrap;
    font-size: 77%;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }

    99%,to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }

    99%,to {
        -moz-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }

    99%,to {
        transform: translate(-100%);
    }
}

@media screen and(max-width: 480px) {
    #board {
        max-width:470px;
        min-width: 230px;
        left: 2px;
        right: 2px;
    }
}

@media screen and(max-width: 320px) {
    #board {
        max-width:280px;
        margin: 0 auto 0;
    }
}

#info {
    position: relative;
    top: 10px;
    margin: 0 0 10px 12px;
    font-size: large;
    color: #fff;
    background-color: #999;
    max-width: 200px;
    z-index: 1;
}

#info_rosen {
    background-color: #999;
}

#info_direction {
    background-color: #999;
    left: 55px;
    position: relative;
    width: 68%;
    margin-left: 40px;
    border-left: 25px solid #246DE8;
}

.now {
    margin: 0;
    padding: 0;
}

#tweet {
    background-color: #98c800;
    color: #382418;
    height: 100%;
}

#train_box {
    position: relative;
}

div .flickpic {
    max-height: 600px;
    padding: 0 0 20px 20px;
    margin: 2px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-width: 1px 0;
    top: 10px;
    z-index: -1;
}

div .flickpic img {
    display: block;
}

.img_train {
    position: absolute;
}

.img_fukidasi {
    position: absolute;
}

div .time {
    overflow: auto;
    padding: 0 2px 0 5px;
    margin-right: 5px;
}

#img_yajirushi {
    position: absolute;
    top: 10px;
    left: 125px;
    width: 25px;
}

#fotter {
    position: fixed;
    bottom: -6px;
    right: 5%;
    z-index: 2;
}

.refrect1 {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.form-wrapper {
    padding: 15px 0 0 10px;
}

.title {
    float: left;
}

.switch {
    float: left;
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 0 10px 0;
}

.switch-checkbox {
    display: none;
}

.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999;
    border-radius: 26px;
}

.onoff-switch-inner,.leng-switch-inner,.energy-switch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s;
}

.onoff-switch-inner:before,.onoff-switch-inner:after,.leng-switch-inner:before,.leng-switch-inner:after,.energy-switch-inner:before,.energy-switch-inner:after {
    float: left;
    width: 50%;
    height: 41px;
    padding: 0;
    line-height: 41px;
    font-size: 20px;
    color: white;
    font-family: Trebuchet,Arial,sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoff-switch-inner:before,.energy-switch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2FCCFF;
    color: #FFF;
}

.onoff-switch-inner:after,.energy-switch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEE;
    color: #999;
    text-align: right;
}

.leng-switch-inner:before {
    content: "60分";
    padding-left: 10px;
    background-color: #2FCCFF;
    color: #FFF;
}

.leng-switch-inner:after {
    content: "30分";
    padding-right: 10px;
    background-color: #2FCCFF;
    color: #FFF;
    text-align: right;
}

.switch-switch {
    width: 23px;
    margin: 10px;
    background: #FFF;
    border: 2px solid #999;
    border-radius: 26px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 65px;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .onoff-switch-inner,.switch-checkbox:checked+.switch-label .leng-switch-inner,.switch-checkbox:checked+.switch-label .energy-switch-inner {
    margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-switch {
    right: 0;
}

.cbp-ig-grid:before,.cbp-ig-grid:after {
    content: " ";
    display: table;
}

.cbp-ig-grid:after {
    padding: 10px;
    clear: both;
}

.cbp-ig-grid li {
    width: 25%;
    float: left;
    text-align: center;
    border-top: 1px solid #ddd;
}

.setting_select {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    width: 140px;
    height: 35px;
    padding: 5px 0 5px 10px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(/img/select_arrow.jpg) no-repeat right;
}

.p_button {
    padding: 0;
    margin: -3px;
}

.button {
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial,helvetica,sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #eee;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    box-shadow: 0 1px 0 rgba(0,0,0,.3),0 2px 2px -1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 10px 5px 0 5px;
    padding: 2px 0;
    text-align: center;
    height: 25px;
    width: 96%;
    font-size: 12px;
}

.button:hover {
    background-color: #ddd;
    color: #555;
}

.button:active {
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
    outline: none;
}

.table {
    display: table;
}

.table_cell {
    display: table-cell;
}

.table_cell_right {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    padding: 20px 10px 0 10px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 10px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

@media screen and(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }
}

@media screen and(max-width: 767px) {
    .modal-dialog {
        width:95%;
        margin: 30px auto;
    }

    .modal-body {
        font-size: 16px;
    }
}

.list {
    background: #f5f8fa;
    padding: 0 10px 30px 10px;
}

.page-header {
    background-color: #fff;
    padding: 10px 20px 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 33px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccd6dd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.page-header h1 {
    margin: 0;
    padding: 0 0 20px;
    font-weight: normal;
}

.section {
    border: 1px solid #ccd6dd;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    margin-bottom: 30px;
}

.section-body {
    padding: 15px;
}

.section-body10 {
    padding: 10px;
}

.section-description {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.section-description>p,.border-bottom {
    border-bottom: 1px solid #f0eceb;
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 10px;
    font-weight: normal;
}
