﻿@charset "utf-8";

a#gotomain:focus, a#gotomain:active,
#gotomainguide:focus, #gotomainguide:active,
#gototitlemenu:focus, #gototitlemenu:active {
  width: auto;
  height: auto;
  z-index: 1000;
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  border: #FFBF47 solid 0.4rem;
  background: #FFBF47;
}

a#gotomain,
#gotomainguide,
#gototitlemenu {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
/* CSS Document */
html, body { 
    height:100%;
    /*font-family: 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
    font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
   
}

.pc {
    display: block ;
}

.mobile {
    display: none;
}

#menu_hamber {
    display: none;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow:auto;/* alina 2022-10-03 手機版面無法看到【確定】鈕*/
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, form {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}



#header {
    height: auto;
    width: 100%;
    box-shadow: 0 0 5px #999;
    position: relative;
    z-index: 800;
}

    #header .toolbar {
        background-color: #11A79C;
        height: 45px;
        width: 100%;
    }

    #header .menubar {
        background-color: #FFF;
        width: 100%;
        height: 90px;
    }

    #header .toolbar .sq, #footer .ftool .sq {
        height: 45px;
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

#footer .ftool .sq {
    text-align: center;
}

#header .menubar .sq {
    height: 90px;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

    #header .menubar .sq .logo {
        float: left;
        height: 70px;
        width: auto;
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    #header .menubar .sq .logo img {
            height: 100%;
            width: auto;
        }

    #header .menubar .sq .menu {
        float: right;
        margin-top: 10px;
        margin-right: 0px;
        font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
    }

    #header .menubar .sq .menu ul {
            display: table;
            position: relative;
        }

    #header .menubar .sq .menu ul > li {
                float: left;
                height: 80px;
                width: 80px;
                position: relative;
            }

    #header .menubar .sq .menu ul > li > a span {
                    display: block;
                    width: 100%;
                    width: 50%;
                    margin: auto;
                }
    

    #header .menubar .sq .menu ul > li:hover > a {
                    float: left;
                    position: relative;
                    color:#11a79c;/* #26899C;*/
                    background-color: #f6f6f6;
                }

    #header .menubar .sq .menu ul li a {
                float: left;
                height: 80px;
                width: 80px;
                display: flex;
                font-size: 18px;
                line-height: 22px;
                color: #000;
                flex-wrap: wrap;
                flex-direction: row-reverse;
                align-items: center;
                font-weight: bold;
                position: relative;
                text-align: center;
                align-content: center;
            }

    #header .menubar .sq .menu ul li ul {
                background-color: #f6f6f6;
                position: absolute;
                left: 0px;
                top: 100%;
                display: none;
                z-index: 500;
            }
    /*alina 第三層 2022-07-01 begin*/
      #header .menubar .sq .menu ul li ul li ul {        
        position: relative;
        display: none;
        z-index: 500;
      }


        #header .menubar .sq .menu ul li ul li ul li a {
          background-color: #69C07B;
          color:#fff;
          left: 30px; /*調整第三層的內縮*/
        }
      /*alina 第三層 2022-07-01 end*/

    #header .menubar .sq .menu ul li:last-child ul {
                left: auto;
                right: 0px;
                top: 100%;
            }

    #header .menubar .sq .menu ul li ul li, #header .menubar .sq .menu ul li ul li a {
                width: auto;
                height: auto;
            }

    #header .menubar .sq .menu ul li ul li a {
                    padding: 10px;
                    font-weight: normal;
                    text-align: left;
                    display: block;
                    white-space: nowrap;
                    font-size: 15px;
                    line-height: 20px;
                    width: 100%;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

    #header .menubar .sq .menu ul li ul li a:hover {
                        padding: 10px;
                        font-weight: normal;
                        text-align: left;
                        display: block;
                        white-space: nowrap;
                        font-size: 15px;
                        line-height: 20px;
                        width: 100%;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        background-color: #E2E2E2;
                    }

    #header .menubar .sq .menu ul li ul li a:before {
                        display: none;
                    }

    #header .menubar .sq .menu ul li ul li {
                float: none;
            }

    #header .menubar .sq .menu ul li > a:before {
                content: url(../images/menu_line.jpg);
                position: absolute;
                top: 18px;
                right: 0px;
                font-size: 0px;
                line-height: 0px;
                color: #FFF;
            }

    #header .menubar .sq .menu ul li:last-child a:before {
                display: none;
            }

    #header .menubar .sq .menu ul li a span {
                display: block;
                font-weight: bold;
            }

      /*二層式下拉選單 begin alina    */

      #header .menubar .sq .menu ul li ul li:hover ul {
        display: block;
        visibility: visible;
      }

/* 二層式下拉選單end */

    #header .toolbar .sq .tool {
    float: left;
    height: 45px;
    width: auto;
    margin-left: 20px;
}

    #header .toolbar .sq .tool ul {
        display: table;
    }

    #header .toolbar .sq .tool ul li a {
            font-size: 13px;
            line-height: 45px;
            color: #FFF;
            padding-right: 10px;
            padding-left: 10px;
        }

    #header .toolbar .sq .tool ul li {
            float: left;
        }

    #header .toolbar .sq .langu {
    float: left;
    height: 25px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFF;
    margin-left: 5px;
    position: relative;
}

    #header .toolbar .sq .langu a {
        font-size: 15px;
        line-height: 25px;
        color: #FFF;
        display: block;
        padding-right: 10px;
        padding-left: 10px;
    }

    #header .toolbar .sq .langu a:after {
            content: "▼";
            padding-left: 5px;
        }

    #header .toolbar .sq .search_bar {
    float: right;
    height: 45px;
    margin-right: 10px;
}

    #header .toolbar .sq .search_bar form {
        float: left;
        display: table;
        height: 35px;
        width: auto;
        background-color: #FFF;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-left: 10px;
    }

    #header .toolbar .sq .search_bar form input[type="search"] {
            background-color: rgba(255,255,255,0);
            float: left;
            height: 35px;
            width: auto;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            padding-right: 10px;
            padding-left: 10px;
            outline: none;
        }

    #header .toolbar .sq .search_bar form input[type="button"] {
            float: left;
            height: 35px;
            width: 35px;
            font-size: 0px;
            line-height: 0px;
            color: #FFF;
            background-color: rgba(255,255,255,0);
            background-repeat: no-repeat;
            background-position: center center;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            background-image: url(../images/Se.png);
        }

    #header .toolbar .sq .search_bar .commnity {
        margin: 5px;
        float: left;
        height: 35px;
        width: auto;
    }

    #header .toolbar .sq .search_bar .commnity a {
            display: block;
            float: left;
            margin-left: 5px;
        }

#footer {
  width: 100%;
  position: relative;
  clear: both;
  /*height: 100%; alina*/
 
  background-color: #edefee;
  
}

     #footer .ftool .sq ul {
        display: table;
        height: 25px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
     #footer .infomation .sq {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: table;
        position: relative;
    }
     #footer .infomation .sq .infotext {
            margin-right: 140px;
            margin-left: 140px;
        }
     #footer .infomation .sq .qrcode {
            float: left;
            width: 100px;
            padding: 20px;
            height: auto;
        }
     #footer .infomation .sq .friendly {
            float: right;
            width: 102px;
            padding-top: 20px;
            padding-right: 19px;
            padding-bottom: 20px;
            padding-left: 19px;
            position: absolute;
            top: 20px;
            right: 0px;
        }
     #footer .infomation .sq .infotext .threepart {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
     #footer .infomation .sq .infotext .threepart .one {
                float: left;
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #C6CCC9;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 20px;
                padding-left: 20px;
                font-size: 14px;
                line-height: 24px;
                color: #374249;
            }
     #footer .infomation .sq .infotext .threepart .one:last-child {
                    border-right-style: none;
                }
     #footer .ftool .sq ul li {
        line-height: 25px;
        color: #FFF;
        float: left;
        
       /*alina
         border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;*/
    }
     #footer .ftool .sq ul li:last-child {
            border-right-style: none;
        }
      #footer .ftool .sq ul li a {
        font-size: 15px;
        line-height: 25px;
        color: #FFF;
        padding-right: 30px;
        font-size: 17px;
        font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
        /*  padding-left: 15px;*/
      }
  #footer .ftool {
    height: 45px;
    width: 100%;
    background-color: #11A79C;
    
  }
     #footer .infomation .sq .infotext .copyright {
        font-size: 15px;
        line-height: 24px;
        color: #374249;
        margin-top: 20px;
        display: table;
        margin-right: auto;
        margin-left: auto;
    }
     #mainpart .sq {
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;

}
     #mainpart .sq .banner {
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
        text-align: right;
        padding-top: 13.48%;
        background: url(/assets/images/inpage_banner1.jpg);
        background-size: 100% auto;
    }
        /*#mainpart .sq .banner .slide div img {
	height: 100%;
	width:auto;
	float:right;

}*/

 #mainpart .sq .slide .se img {
   
   max-height: auto;
   max-width: 100%;
	 /*min-width:480px;
	 min-height:218px;
    height: 376px;
      width: 1475px;
    */
    /*position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;*/

     }

     #mainpart .sq .banner .slide .se {
           height: 100px;
            width: 100%;
            position: relative;
        }
      /*  #mainpart .sq .banner .slide .se .textfload {
                position: absolute;
                width: 40%;
                top: 45px;
                left: 6%;
            }
    #mainpart .sq .banner .slide .se .textfload h2 {
                    font-size: 36px;
                    line-height: 40px;
                    font-weight: normal;
                    color: #FFF;
                    text-align: left;
                    text-shadow: 0 0 5px #333;
                }

     #mainpart .sq .banner .slide .se .textfload .h2 {
                    font-size: 36px;
                    line-height: 40px;
                    font-weight: normal;
                    color: #FFF;
                    text-align: left;
                    text-shadow: 0 0 5px #333;
                }
     #mainpart .sq .banner .slide .se .textfload p {
                    font-size: 24px;
                    line-height: 36px;
                    color: #FFF;
                    text-align: left;
                    height: 108px;
                    overflow: hidden;
                }
     #mainpart .sq .banner .slide .se .textfload a {
                    color: #134751;
                    text-align: left;
                    display: block;
                }*/
     #mainpart .sq .threepart {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        
    }
     #mainpart .sq .threepart .leftbar {
            float: left;
            width: 20%;
            height:100%;
        }
     #mainpart .sq .threepart .right {
            float: right;
            width: 0%;
            height: 100%;
            background-image: url(../images/rightpart_bg.png);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: auto 100%;
        }
      #mainpart .sq .threepart .middle {
        float: left;
        width: 80%; /*60%;*/
        height: auto; /*400px*/
        margin-bottom: 10px;
        font-family: 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;
      }
      #mainpart .sq .threepart .leftbar .menuleft {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 0px; /*alina*/
        position: relative;
        background-color: #FFF;
        max-height: 500px;
        min-height: auto;
        min-width: 138px;
        /*height: 500px*/
      }

        #mainpart .sq .threepart .leftbar .menuleft .title {
          /*font-size: 15px;*/
          line-height: 35px;
          color: #FFF;
          background-color: #11a79c;
          display: block;
          padding-right: 10px;
          padding-left: 2.3em; /*10px;*/
          position: absolute;
          top: -35px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          letter-spacing: 0.4em;
        }

      #mainpart .sq .threepart .leftbar .menuleft ul li a {
        line-height: 42px;
        color: #11a79c; /*#26899C;*/
        white-space: nowrap;
        padding-left: 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        text-align: left;
        display: block;
        height: 45px;
        font-weight: bold;
        font-size: 18px; /*alina*/
      }

     #mainpart .sq .threepart .leftbar .menuleft ul li {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #E6E8E7;

            }
     #mainpart .sq .threepart .leftbar .menuleft .openmenu_left {
                background-color: #EDEFEE;
                display: block;
                height: 25px;
                width: 100%;
                margin-top: 10px;
                margin-bottom: 10px;
            }
     #mainpart .sq .threepart .leftbar .menuleft .openmenu_left a {
                    text-align: center;
                    display: block;
                    height: 25px;
                    width: 100%;
                    line-height: 25px;
                    color: #217887;
                    cursor: pointer;
                }
     #mainpart .sq .threepart .leftbar .menuleft .openmenu_left a:after {
                        content: "▲";
                    }
     #mainpart .sq .threepart .leftbar .menuleft .openmenu_left.close a:after {
                    content: "▼";
                }
      #mainpart .sq .threepart .middle .twonews {
        /*margin-top: 40px;
        margin-right: 40px;
        margin-bottom: 0px;
        margin-left: 40px;*/
        margin: 20px;
        height: auto; /*500px*/
      }
     #mainpart .sq .threepart .middle .twonews .one .text h3 a {
                font-size: 18px;
                line-height: 24px;
                color: #4b4c4e;/* #0C7392;*/
                text-align: left;
                padding-top: 12px;
                padding-bottom: 12px;
                display: block;
                margin: 0px;
            }
        #mainpart .sq .threepart .middle .twonews .one .text .h3 a {
          font-size: 18px;
          line-height: 24px;
          color: #4b4c4e; /* #0C7392;*/
          text-align: left;
          /*padding-top: 12px;
          padding-bottom: 30px;
          padding-left: 6px;*/ /*alina*/
          padding: 0.5em 0;
          display: block; /*table;*/ /*alina*/
          margin: 0 10px; /*margin: 0 0px 0;*/ /*最新消息 LIST的背景位置    margin: 0  12px 0;*/
          /*width: 220px;*/
          /*border-width: 4px;*/
          background-color: #FFF;
          /* box-shadow: 3px 3px 0px #4b4c4e;*/
          font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
        }
      #mainpart .sq .threepart .middle .twonews .one .oneh1 {
        display: flex;
        justify-content: center;
        font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
      }
        #mainpart .sq .threepart .middle .twonews .one .oneh1 .more {
            font-size: 12px;
            color: #ee4832;
        }
        #mainpart .sq .threepart .middle .twonews > .one {
          float: left;
          width: 32%; /*30%;*/ /*46%*/
          height: auto; /*450px*/
          justify-content: center; /*alina*/
          font-size: 15px;
          line-height: 24px;
          color: #333;
          /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px; */ /*陰影*/
        }
     #mainpart .sq .threepart .middle .twonews {
            display: flex;
            display: flex;
            justify-content: space-between;
        }
     #mainpart .sq .threepart .middle .twonews .one .newspic {
                height: auto;
                width: 100%;
            }
     #mainpart .sq .threepart .middle .twonews .one .newspic img {
                    height: auto;
                    width: 100%;
                }
     #mainpart .sq .threepart .middle .twonews .one .text p {
                margin: 0px;
                padding: 0px;
                font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
            }

     .twonews img {
       width: 100%;
       margin-bottom: 0.3em;
       /* width: 248px;
         height: 300px; */
     }
    
     .twonews li:not(:last-child) {
       border-bottom: 1px dashed #dddddd;
     }

     .twonews h1 {
       font-size: 1.3em;
       color: #666666;
     }
     .twonews hr {
       background-color: #CCE4F0; /*#cdcdcd;*/
       height: 3px;
       border-width: 0px;
     }

     .twonews .tnpanel {
       border-bottom: 1px dashed #dddddd;
     }

     .twonews .more {
       font-size: 0.8em !important;
       display: inline-block !important;
       float: left;
     }

     #mainpart .sq .threepart .middle .fourlist_news {
            margin-right: 40px;
            margin-left: 40px;
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #999;
            margin-top: 40px;
        }
     #mainpart .sq .threepart .middle .fourlist_news ul li a {
                color: #26899C;
                padding: 15px;
                display: block;
                text-align: left;
                white-space: nowrap;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
     #mainpart .sq .threepart .middle .fourlist_news ul li {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #EDEFEE;
            }
     #mainpart .sq .threepart .right ul li {
            text-align: center;
            margin-right: 15px;
            margin-left: 15px;
            padding-top: 40px;
            padding-bottom: 40px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #999;
        }
     #mainpart .sq .threepart .right ul li:last-child {
                border-bottom-style: none;
            }
     #mainpart .sq .threepart .right ul li img {
                margin-right: auto;
                margin-left: auto;
                max-width: 100%;
                height: auto;
                z-index: 1000;
            }

.blackbg {
    background-color: rgba(255,255,255,0.7);
    display: none;
    height: 100%;
    width: 100%;
    z-index: 700;
    position: fixed;
    left: 0px;
    top: 0px;
}

    #mainpart .sq .threepart .right ul li .text {
    color: #00A098;
}
    #mainpart .sq .threepart .right ul li .text a {
        color: #00A098;
        font-size: 18px;
        line-height: 24px;
    }
    #mainpart .sq .threepart .leftbar .menuleft ul {
    height: 500px;/*height: 225px;*/
    overflow: hidden;
}
    #mainpart .sq .threepart .leftbar .menuleft.close ul {
    height: auto;
}
    #mainpart .sq .banner img.inpage {
    height: auto;
    width: 100%;
}
    #header .toolbar .sq .langu .slidownsq {
    background-color: #F0F0F0;
    width: auto;
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    margin: 0px;
    padding: 0px;
}
    #header .toolbar .sq .langu .slidownsq a {
        margin: 0px;
        display: block;
        color: #666;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
    #header .toolbar .sq .langu .slidownsq a:after {
            display: none;
        }
    #mainpart .sq .twopart .right .maineadit h2 span a {
    color: #FFF;
    background-color: #CC0000;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
}
    #mainpart .sq .twopart .right .maineadit .h2 span a {
    color: #FFF;
    background-color: #CC0000;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

/*新增已掛號人數*/
#dayline_slide .slidedate.all .week ul li a span {
    border-radius: 15px;
    background: #467187;
    padding: 5px;
    width: 50px;
    height: 30px;
    color:whitesmoke;
}
#dayline_slide.mobile > div ul li a span {
    border-radius: 15px;
    background: #11a79c; /*#91bde8;*/
    background: #467187;
    padding: 3px;
    font-size: smaller;
    color: whitesmoke;
}

@media screen and (max-width:1200px) {
    #mainpart .sq .banner {
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
        text-align: right;
        
    }
}

@media screen and (max-width:1000px) {
    #header .menubar .sq .menu ul > li {
        width: 65px;
        height: 65px;
    }
    #header .menubar .sq .menu ul li a {
      width: 65px;
      height: 65px;
    }

    #header .menubar .sq .menu ul > li > a span {
      width: 60%;
    }

    #header .menubar .sq .menu ul li > a:before {
      top: 12px;
      right: 0px;
    }
    #header .menubar .sq .menu {
      margin-top: 15px;
    }
}



@media screen and (max-width:901px) {

  #menu_hamber {
    color: #fff;
  }
    #header .toolbar .sq .tool {
        display: none;
    }
    #header .toolbar .sq .langu {
        border-left-style: none;
        margin-left: 10px;
    }
  #header .menubar .sq .menu {
    float: right;
    background-color: #51a0af; /*rgba(38,137,156,0.8); */
    margin: 0px;
    width: 100%;
    position: absolute;
    height: auto;
    top: 105px;
    z-index: 1000;
  }
    #header .menubar {
        background-color: #FFF;
        width: 100%;
        height: 60px;
    }
    #header .menubar .sq {
            height: 60px;
            width: 100%;
            max-width: 1200px;
            margin-right: auto;
            margin-left: auto;
        }
    #header .menubar .sq .logo {
                float: left;
                height: 50px;
                width: auto;
                margin-top: 0px;
                margin-bottom: 10px;
                margin-left: 10px;
            }
    #header .menubar .sq .menu ul {
                display: none;
                position: relative;
                width: 100%;                
            }
    #header .menubar .sq .menu ul li a {
                    float: none;
                    height: 40px;
                    width: 100%;
                    display: block;
                    font-size: 17px;
                    line-height: 40px;
                    color: #000;
                    font-weight: bold;
                    position: relative;
                    text-align: center;
                    align-content: center;
                    font-family: 'Noto sans TC','Microsoft JhengHei',Arial, Helvetica, sans-serif;
                }
    #header .menubar .sq .menu ul > li > a span {
                    display: inline-block;
                    width: auto;
                    color: #FFF;
                    font-size: 1.2rem;
                }
    #header .menubar .sq .menu ul > li {
                    float: none;
                    height: auto;
                    width: 100%;
                    margin: 1em 0;
                }
    #header .menubar .sq .menu ul > li a:before {
                        display: none;
                    }
    #header .menubar .sq .menu ul li ul {
                    background-color: rgba(255,255,255,0);
                    position: relative;
                    left: auto;
                    top: auto;
                    display: none;
                    z-index: 500;
                }
    #header .menubar .sq .menu ul li ul.stay {
                        display: block;
                    }
    #header .menubar .sq .menu ul > li:last-child ul {
                    background-color: rgba(255,255,255,0);
                    position: relative;
                    left: auto;
                    top: auto;
                    z-index: 500;
                }
    #header .menubar .sq .menu ul > li:hover > a {
                    position: relative;
                    color: #FFFFFF;
                    background-color: #3D8496;
                    float: none;
                }
    #header .menubar .sq .menu ul li ul li a {
                    color: #bad876; /*alina 2022-08-03 #11a79c 手機版,MainMenu第二層文字*/
                    text-align: center;
                }
    #header .menubar .sq .menu ul li ul li a:hover {
                        color: #FFC;
                        background-color: #3D8496;
                        text-align: center;
                    }

  
    #menu_hamber {
        margin: 15px;
        float: right;
        height: 30px;
        width: 30px;
        position: relative;
        display: block;
        cursor: pointer;
    }
    #menu_hamber span {
            font-size: 0px;
            line-height: 0px;
            color: #FFF;
            height: 14px;
            width: 100%;
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-bottom-color: #26899C;
            display: block;
        }
    #menu_hamber span:after {
                content: "";
                
                background-color: #26899C;
                height: 2px;
                width: 100%;
                position: absolute;
                left: 0px;
                bottom: 3px;
            }
    #menu_hamber span:before {
                content: "";
                background-color: #26899C;
                
                height: 2px;
                width: 100%;
                position: absolute;
                left: 0px;
                top: 3px;
            }
    #footer .ftool .sq ul {
        display: flex;
        height: auto;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    #header .toolbar .sq, #footer .ftool .sq, #footer .ftool {
        height: auto;
    }
    #header .toolbar .sq, #footer .ftool .sq {
            width: 94%;
            max-width: 1200px;
            margin-right: auto;
            margin-left: auto;
        }
    .blackbg.stay {
        display: block;
    }

}

@media screen and (max-width:820px) {
  #menu_hamber {
    color: #fff;
  }
 #mainpart .sq .banner .slide div img {
        height: auto;
        width: 80%;
    }
 #mainpart .sq .banner .slide .se .textfload {
        position: absolute;
        width: 55%;
        top: 25px;
        left: 3%;
    }
}

@media screen and (max-width:768px) {
  #menu_hamber {
    color: #fff;
  }
    #mainpart .sq .threepart .leftbar {
        float: none;
        width: 100%;
    }
    #mainpart .sq .threepart {
        padding-right: 0px;
        padding-left: 0px;
    }
    #mainpart .sq .threepart .leftbar .menuleft .title {
            padding-right: 10px;
            padding-left: 10px;
            position: relative;
            top: auto;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    #mainpart .sq .threepart .leftbar .menuleft {
            margin-right: 0px;
            margin-left: 0px;
        }
    #mainpart .sq .threepart .right {
            width: 24%;
        }
    #mainpart .sq .threepart .middle {
            width: 100%; /*76%;*/
        }
    #mainpart .sq .threepart .leftbar .menuleft ul li a {
            line-height: 42px;
            color: #26899C;
            white-space: nowrap;
            padding-left: 50px;
            background-repeat: no-repeat;
            background-position: 10px center;
            text-align: left;
            display: block;
            height: 45px;
            font-weight: bold;
        }
    #mainpart .sq .threepart .leftbar .menuleft ul {
            /*display: none;*/
        }
    #mainpart .sq .threepart .leftbar .menuleft ul.stay {
                display: block;
            }
    #mainpart .sq .threepart .leftbar .menuleft ul li {
                border-bottom-style: none;
                width: 33.3333%;
                float: left;
            }
    #mainpart .sq .threepart .leftbar .menuleft ul li:nth-child(2n) {
                    background-color: rgba(162,213,210,0.5);
                }
    #mainpart .sq .threepart .leftbar .menuleft .openmenu_left {
            margin-top: 0px;
            margin-bottom: 0px;
        }
      #mainpart .sq .threepart .leftbar .menuleft ul {
        display: block;/*alina 2022/06/06 原none*/
        height: auto;
      }
    #mainpart .sq .threepart .leftbar .menuleft.close ul {
            display: block;
            height: auto;
        }
    #header .toolbar .sq .search_bar {
        margin-right: 0px;
    }
}

@media screen and (max-width:755px) { /*原max-width:681px  alina 2022-12-13*/
  #menu_hamber {
    color: #fff;
  }
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    #header .toolbar .sq .search_bar form {
        width: 160px;
    }
    #header .toolbar .sq .search_bar form input[type="search"] {
            width: 120px;
        }
    #mainpart .sq .threepart .right {
        float: left;
        width: 100%;
        height: auto;
        background-image: none;
    }
    #mainpart .sq .threepart {
        display: block;
    }
    #mainpart .sq .threepart .right ul {
            width: 100%;
            float: left;
        }
    #mainpart .sq .threepart .right ul li {
                text-align: center;
                margin-right: 0px;
                margin-left: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
                border-bottom-style: none;
                width: 33.3333%;
                float: left;
            }
    #mainpart .sq .threepart .right ul li img {
                    max-width: 80% !important;
                    height: auto;
                }
    #mainpart .sq .threepart .middle {
            float: left;
            width: 100%;
            margin-bottom: 40px;
        }
    #mainpart .sq .threepart .middle .twonews {
                margin-right: 15px;
                margin-top: 20px;
                margin-left: 15px;
            }
    #mainpart .sq .threepart .middle .fourlist_news {
                margin-right: 15px;
                margin-left: 15px;
            }
    #footer .infomation .sq .infotext .threepart {
        display: block !important;
        justify-content: center;
        margin-top: 20px;
    }
    #footer .infomation .sq .infotext .threepart .one {
            float: none !important;
            border-right-style: none !important;
            padding-right: 0px;
            padding-left: 0px;
            font-size: 14px;
            line-height: 24px;
            color: #374249;
        }
    #footer .infomation .sq .infotext {
        margin-right: 20px;
        margin-left: 20px;
    }
    #footer .infomation .sq {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: table;
        position: relative;
    }
    #footer .infomation .sq .qrcode {
            float: none;
            width: 80px;
            padding: 20px;
            height: auto;
            position: absolute;
            top: 70px;
            right: 0px;
        }
    #footer .infomation .sq .qrcode img, #footer .infomation .sq .friendly img {
                width: 100%;
                height: auto;
            }
}

@media screen and (max-width:610px) {
  #menu_hamber {
    color: #fff;
  }
    #mainpart .sq .banner .slide .se .textfload h2 {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        color: #FFF;
        text-align: left;
        text-shadow: 0 0 5px #333;
    }
    #mainpart .sq .banner .slide .se .textfload .h2 {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        color: #FFF;
        text-align: left;
        text-shadow: 0 0 5px #333;
    }
    #mainpart .sq .banner .slide .se .textfload p {
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
        text-align: left;
        height: 72px;
    }
    #header .menubar .sq .logo {
        display: inline;
    }
}

@media screen and (max-width:420px) {

    #header .menubar .sq .logo {
        margin-left: 0px;
    }
    /*alina 2022-08-03*/
    #menu_hamber {
        color:#fff;
    }
    #mainpart .sq .banner .slide .se .textfload {
        position: absolute;
        width: 80%;
        top: 10px;
        left: 3%;
    }
    #mainpart .sq .banner .slide .se .textfload p {
            margin-top: 5px;
            margin-bottom: 5px;
        }
    #header .toolbar .sq .search_bar .commnity {
        display: none;
    }
    #mainpart .sq .threepart .middle .twonews {
        /* display: flex; */
        display: block;
    }
    #mainpart .sq .threepart .middle .twonews > .one {
            float: none;
            width: 100%;
            margin-bottom: 50px;
            clear: both;
        }
    #mainpart .sq .threepart .right ul li .text a {
        color: #00A098;
        font-size: 15px;
        line-height: 20px;
    }
    #mainpart .sq .threepart .leftbar .menuleft ul li {
        border-bottom-style: none;
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:360px) {
    #mainpart .sq .banner .slide .se .textfload h2 {
        font-size: 20px;
        line-height: 34px;
        font-weight: normal;
        color: #FFF;
        text-align: left;
        text-shadow: 0 0 5px #333;
    }
    #mainpart .sq .banner .slide .se .textfload .h2 {
        font-size: 20px;
        line-height: 34px;
        font-weight: normal;
        color: #FFF;
        text-align: left;
        text-shadow: 0 0 5px #333;
    }
    #mainpart .sq .banner .slide .se .textfload p {
        font-size: 15px;
        line-height: 20px;
        color: #FFF;
        text-align: left;
        height: 60px;
    }
    #footer .infomation .sq .qrcode {
        width: 50px;
        top: 50px;
    }
    #footer .infomation .sq .friendly {
        float: right;
        width: 50px;
    }
    #footer .infomation .sq .infotext .threepart .one {
        padding-right: 50px;
    }
    #menu_hamber {
        margin: 15px;
        margin-left: 10px;
        float: right;
        height: 30px;
        width: 30px;
        position: relative;
        display: block;
        cursor: pointer;
    }
}



.maineadit .hospital_class .regist_form table.record th {
    background-color: #26899C;
    color: #FFF;
}
#mainpart .sq .twopart .right .maineadit .hospital_class .regist_form .record {
    font-size: 1rem; /*12px;*/
    text-align: center;
    background-color: #CCC;
}
#mainpart .sq .twopart .right .maineadit .hospital_class .regist_form .record tr td {
        background-color: #fff;
    }
#mainpart .sq .twopart .right .maineadit .hospital_class .regist_form .record tr:nth-child(2n-1) td {
        background-color: #F7F7F7;
        /*font-weight: bold; */
    }

#first_dr form .all div label select {
    height: 30px;
    margin-right: 5px;
}
#first_dr form .all div .label select {
    height: 30px;
    margin-right: 5px;
}


#dayline_slide.mobile > div ul {
  display: flex;
  flex-wrap: nowrap;
}
  #dayline_slide.mobile > div ul li {
    width: 25.3333%;
    flex-shrink: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #F0F0F0; /* #FFF; 2022-12-13 alina*/
    border-bottom-color: #F0F0F0; /* #FFF; 2022-12-13 alina*/
    color: #000; /* #666; 2022-12-13 alina*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF; /* ##F0F0F0; 2022-12-13 alina*/
    font-size: 14px;
    line-height: 18px;
  }
#dayline_slide.mobile > div ul li.week, #dayline_slide.mobile > div ul li.season {
            width: 12%;
            flex-shrink: 0;
        }
#dayline_slide.mobile .title ul li {
    color: #FFF;
    background-color:#11A79C;/* #a2a2a2; 2022-12-13 alina*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#dayline_slide.mobile > div ul li {
    margin: 0 !important;
    padding: 5px !important;
}
#dayline_slide > div ul .week {
  /*background-color: #cce4f0 !important;  2022-12-13 alina*/
}
#dayline_slide > div ul .season {
    background-color: #c7c7c7 !important;
}
#dayline_slide div ul li div div span {
    display: block;
}
#dayline_slide div ul li div div {
    margin-top: 10px;
    margin-bottom: 10px;
}
#dayline_slide div ul li div div span a {
        color: #26899C;
    }
#dayline_slide div ul li div div span.name {
        font-weight: bold;
        color: #000;
    }
#dayline_slide .slidedate.mobile ul {
    display: flex;
}
#dayline_slide .slidedate.mobile ul li {
        width: 25%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        flex-shrink: 0;
        color: #666;
        margin: 0 !important;
        display: block;
        background-color: #F0F0F0;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #999;
    }
#dayline_slide .slidedate.mobile ul .week span {
        display: block;
    }
#dayline_slide .slidedate.mobile ul .morning:before {
        
        content: "早";
        display: block;
    }
#dayline_slide .slidedate.mobile ul .afternoom:before {
        content: "中";
        display: block;
    }
#dayline_slide .slidedate.mobile ul .night:before {
        content: "晚";
        display: block;
    }
\#dayline_slide .slidedate.mobile {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-left-color: #999;
}
#dayline_slide .slidedate.mobile ul li.stay {
    color: #FFF;
    background-color: #3DB6AF;
}
#dayline_slide .slidedate.mobile ul li span {
    display: block;
}
#mainpart .sq .banner .slide div img {
    height: auto!important;
    width: 100%;!important;
}

/* 無障礙標示*/
#header .toolbar .sq .tool ul > li:hover a{
    /* background-color: #FFBF47;*/
    background-color: #E2E2E2;
    color: #26899C;
    position: relative;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*alina begin*/
.gsc-control-cse {
    background: transparent !important;  /*enforce this rule; do not allow override */
    border-color: transparent !important;
    margin-top: -5px ;    
    padding: 5px !important;
    
}
.headimg {
   
    position: relative;
    display: inline-block;
}
.headimg img {
    width: 39px;
    height: 39px;
}
.headimg .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.headimg:hover .img-top {
    display: inline;
}

.picp {
  height:auto;
  width:100%;
  border-radius:50%;
}

/*alina end*/

.slick-slide {
  max-height: 291px;
  height: 23vw !important;
}

/* start of process list */
.record th,
.record td {
  line-height: 1.3em;
}
.record th {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.record td {
  padding-bottom: 1em;
}
  .record td:nth-of-type(6) {
    xbackground: #f1f7e4 !important;
  }

  .record td:nth-of-type(8) {
    line-height: 1em;
  }

    .record td:nth-of-type(8) span {
      display: block;
      font-size: 0.8em;
    }
  .record td.callSubLine div {
    position: relative;
    top: 0.4em;
  }

  .record td:nth-of-type(9) {
    padding-top: 0.8em;
  }

  .record td:nth-of-type(9) a {
    display: inline-block;
    margin: 0.3em auto 0.5em;
    background: #e54223;
    color: white;
    border-radius: 15px;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 0.3em 0.6em;
    background: unset;
    color: #e54223;
    font-weight: 800;
    border: 1px solid;
  }

.record a:link,
.record a:visited {
  color: black;
}

.record td.pc {
  display: table-cell;
}

.record td:nth-of-type(6),
.record td:nth-of-type(7),
.record td:nth-of-type(8) {
  width: 4em;
}

@media screen and (max-width: 1200px) {
  .record td:nth-of-type(2) {
    width: 4em;
  }

  .record td:nth-of-type(3),
  .record td:nth-of-type(5) {
    width: 2em;
  }

  .record td:nth-of-type(4) {
    width: 2.5em;
  }

  .record td:nth-of-type(6),
  .record td:nth-of-type(7),
  .record td:nth-of-type(8) {
    width: 4em;
  }

  .record td:nth-of-type(9) {
    width: 7em;
  }
}
@media screen and (max-width: 1200px) {
  .record td:nth-of-type(6),
  .record td:nth-of-type(7),
  .record td:nth-of-type(8) {
    width: 3em;
  }
}
@media screen and (max-width: 1024px) {

    .record td:nth-of-type(9) {
      width: 5em;
    }
  }

@media screen and (max-width: 901px) {
  .record td:nth-of-type(6),
  .record td:nth-of-type(7),
  .record td:nth-of-type(8) {
    width: 5em;
  }
}

@media screen and (max-width: 800px) {
  .record td:nth-of-type(6),
  .record td:nth-of-type(7),
  .record td:nth-of-type(8) {
    width: 3.5em;
  }
}
@media screen and (max-width: 768px) {

  .record td:nth-of-type(9) {
    width: 5em;
  }
}
@media screen and (max-width: 755px) {
    .record .mobile {
      display: inline-block !important;
    }

    #mainpart .sq .twopart .right .maineadit .hospital_class .regist_form .record {
      background: none;
    }

    .record th {
      display: none;
    }

    .record td {
      line-height: 1.4em;
      text-align: left;
      /* text-align: right; */
      padding: 0.1em 1em 0 1em;
      font-size: 1rem;
      width: unset !important;
      xbackground: #eef4fa !important;
    }
      .record td.callSubLine div {
        position: unset;
        padding: 0em;
      }
    .record tr {
      display: flex;
      border-radius: 12px;
      flex-direction: column;
    }

      .record tr:nth-child(even) {
        border-bottom: 1px solid #ebebeb;
        border: 1px solid #ebebeb;
        margin-bottom: 2em;
        background: white;
      }

      .record tr:nth-child(odd) {
        xborder-bottom: 1em solid #f7f7f7;
        margin-bottom: 2em;
        xbackground: #f7f7f7;
        background: #eef4fa !important;
      }

        .record tr:nth-child(odd) td:not(:nth-of-type(3)) {
          xbackground: #eef4fa !important;
        }

    .record td:not(:nth-of-type(4)) {
      line-height: 1.5em;
    }

    .record td:before {
      display: inline-block;
      width: 7em;
      text-align: right;
      text-align: left;
      padding-right: 0.5em;
      font-weight: 600;
      font-size: 0.9rem;
      float: left;
    }

    .record td:nth-of-type(1) {
      padding-top: 0.2em;
      order: 1;
    }

      .record td:nth-of-type(1):before {
        content: '科別: ';
      }

    .record td:nth-of-type(3) { /* 2 */
      order: 5;
    }

      .record td:nth-of-type(3):before { /* 2 */
        xdcontent: '位置: ';
      }

    .record td:nth-of-type(4) { /* 3 */
      order: 0;
      background: #26899c !important;
      background: #CCE4F0 !important;
      border-radius: 11px 11px 0 0;
      padding-top: 0.3em;
      padding-bottom: 0.4em;
      display: inline-block;
      font-weight: 600 !important;
      font-size: 1.12em !important;
      color: #2a2a2a;
    }

      .record td:nth-of-type(4):before { /* 3 */
        content: '診間';
        width: unset;
        font-weight: bold;
        font-size: unset;
        padding-right: 0.2em;
        display: inline;
        color: #2a2a2a;
      }

    .record td:nth-of-type(6) { /* 4 */
      order: 2;
    }

      .record td:nth-of-type(6):before { /* 4 */
        content: '目前看診號碼: ';
      }

    .record td:nth-of-type(7) { /* 5 */
      order: 3;
    }

    .record .mobileLegend {
      width: 7em;
      padding-right: 0.5em;
      font-weight: 600;
      font-size: 0.9rem;
      color: grey;
      float: left;
      text-align: left;
    }

    .record td:before,
    .record .mobileLegend {
      color: #333;
    }

    .record td:nth-of-type(8) { /* 6 */
      order: 4;
    }

      .record td:nth-of-type(8):before { /* 6 */
        content: '下一號: ';
      }

      .record td:nth-of-type(8) span {
        display: inline;
      }

      .record td:nth-of-type(9) { /* 7 */
        order: 8;
        border-radius: 0 0 11px 11px;
        width: unset;
        max-width: unset;
        padding: 0 0.8em 0 0.8em;
      }
 
      .record td:nth-of-type(9) a { /* 7 */
        display: inline-block;
        margin: 0.3em auto 0.5em;
        background: #e54223;
        color: white;
        border-radius: 15px;
        line-height: 1em;
        font-weight: 400;
        font-size: 0.938em;
        padding: 0.3em 0.6em;
        background: unset;
        color: #e54223;
        font-weight: 800;
        border: 1px solid;
      }

    .record a:link, a:visited {
      color: black;
    }

    .record .docn {
      float: right;
    }

      .record .docn:after {
        content: " 醫師";
      }

      .record .docn:before {
        content: "";
        width: 13px;
        height: 13px;
        display: inline-block;
        overflow: hidden;
        background: url(/Assets/images/leaflet.png) no-repeat;
        background-size: contain;
      }
  }

  @media screen and (max-width:480px) {
    .record td:not(:nth-of-type(4)) { /* 3 */
      text-align: right;
      padding-right: 1em;
    }
  }
  /* end of process list*/

  /* start of room detail */
  .rMainInfo .fieldset {
    margin-bottom: 0 !important;
  }

    .rMainInfo .fieldset:last-of-type {
      border-bottom: 0 !important;
    }

  @media screen and (max-width: 430px) {
    #curNumber, #nextNumber {
      width: calc(50% - 1px) !important;
      height: 3.5em;
      display: block !important;
      padding: 20px 0 !important;
    }

      #curNumber .label,
      #nextNumber .label {
        width: 100% !important;
        float: unset !important;
        line-height: 1.2em !important;
      }

      #curNumber div,
      #nextNumber div {
        margin: 0 !important;
        text-align: center !important;
      }

    #curNumber {
      border-right: 1px solid #F0F0F0 !important;
    }

    .rMainInfo .fieldset {
      padding: 4px 0 !important;
    }
  }
  /* end of room detail */

  /* start of tooltip */
  #tooltip {
    position: relative;
    display: inline-block;
  }

    #tooltip .description {
      display: inline-block;
      position: absolute;
      width: 6em;
      background: rgb(27,27,27);
      color: rgb(239,239,239);
      font-size: 0.75rem;
      font-weight: 400;
      border-radius: 5px;
      padding: 8px;
      line-height: 12px;
      box-shadow: rgb(37, 37, 37) 0px 0px 5px 0px;
      opacity: 0;
      transition: opacity 0.1s linear 0.2s;
      top: -2.3em;
      left: 1em;
    }

    #tooltip:hover .description,
    #tooltip a.hover_effect .description {
      opacity: 1;
    }

    #tooltip a:link,
    #tooltip a.visited {
      color: black;
    }

    #tooltip.white a:link,
    #tooltip.white a:visited {
      color: white;
    }

    #tooltip.grey a:link,
    #tooltip.grey a:visited {
      color: #333;
    }

  /* end of tooltip*/

  /* start of process search */
  #accordionExample .collapse:not(.show) {
    display: none
  }

  #accordionExample .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
  }

  #accordionExample {
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  #accordionExample .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    padding: 5px 5px;
    line-height: 1em;
    color: black !important;
  }

      /*@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}*/

      #accordionExample .accordion-button:not(.collapsed) {
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) xbackground: #11a79c;
        xcolor: white;
        background: #cce4f0;
        color: black;
      }

        #accordionExample .accordion-button:not(.collapsed)::after {
          background-image: var(--bs-accordion-btn-active-icon);
          transform: var(--bs-accordion-btn-icon-transform)
        }

      #accordionExample .accordion-button::after {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition)
      }

  @media (prefers-reduced-motion:reduce) {
    #accordionExample .accordion-button::after {
      transition: none
    }
  }

  #accordionExample .accordion-button:hover {
    z-index: 2
  }

  #accordionExample .accordion-button:focus {
    z-index: 3;
    outline: 2px solid rgb(16, 16, 16);
    border: 0 !important;
    box-shadow: none;
  }

  #accordionExample .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }




  [data-bs-theme=dark] #accordionExample .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
  }


  #accordionExample .accordion-header {
    margin-bottom: 0 !important;
  }

  #accordionExample .accordion-body {
    padding: 1em 1em 2em;
    text-align: left;
  }

    #accordionExample .accordion-body p {
      margin-top: 0;
      line-height: 1.3em;
    }

#accordionExample .disabled button {
  color: grey !important;
}

  #accordionExample .disabled .accordion-button::after {
    opacity: 0.3;
  }

  #accordionExample select {
    height: 30px;
  }

  #accordionExample .accordion-item {
    border-bottom: 1px solid #F0F0F0;
  }

    #accordionExample .accordion-item:last-of-type {
      border-bottom: 0;
    }

  #accordionExample label {
    width: unset !important;
  }

  #accordionExample #buttonsFieldset {
    clear: both;
  }

    #accordionExample #buttonsFieldset input {
      color: #FFF;
      background-color: #e54223;
      background: #26899C;
      font-size: 12pt;
      text-align: center;
      width: 120px;
      height: 30px;
      cursor: pointer;
      border-radius: 3px;
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: none;
      border-left-style: none;
      font-family: "微軟正黑體", Arial;
    }

  #accordionExample #GroupIDK {
    padding-left: 2em;
  }

    #accordionExample #GroupIDK a {
      color: grey;
      text-decoration: underline;
      font-size: 0.875rem;
    }

  #frmQuery.relative {
    position: relative;
  }

.lds-facebook {
  position: relative;
  height: 35px;
  top: -0.6em;
  /*display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -7px;
    left: 22px;*/
}

    .lds-facebook div {
      display: inline-block;
      position: absolute;
      left: 8px;
      width: 10px;
      background: #cbcbcb;
      animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

      .lds-facebook div:nth-child(1) {
        left: 8px;
        animation-delay: -0.24s;
      }

      .lds-facebook div:nth-child(2) {
        left: 24px;
        animation-delay: -0.12s;
      }

      .lds-facebook div:nth-child(3) {
        left: 40px;
        animation-delay: 0;
      }

  @keyframes lds-facebook {
    0% {
      top: 8px;
      height: 40px;
    }

    50%, 100% {
      top: 18px;
      height: 20px;
    }
  }


  div#innerContent {
    position: relative;
    display: inline-block;
  }

.hide {
  display: none !important;
}

#errSection {
  padding-left: 1em;
  color: red;
}

#errOthers {
  color: red;
  display: block;
  margin-bottom: 1em;
}

  #errOthers a {
    color: #2980b9;
    text-decoration: underline;
  }
/* end of process search*/

/* landing page */
#mainpart .sq .threepart .middle .twonews .one .text .h3 a.more {
  color: #519cc1; /*#e84224;*/
  font-weight: bold;
}
/* end of landing page */

@media screen and (max-width:480px) {
  #accordionExample #GroupIDK {
    padding-left: 1em;
  }
}

/* !!!!!! start of fixed mobile menu */
body.menuMobile #header .menu {
  background-color: rgba(38,137,156,1);
}  
body.menuMobile #header {
  position: fixed;
}

body.menuMobile #mainpart {
  padding-top: 105px;
}

body.menuMobile #menu {
  display: block !important;
  overflow-y: auto;
  height: calc(100vh - 105px) !important;
  transition: height 0.3s linear;
}

  body.menuMobile #menu.hide {
      height: 0 !important;
  }

body.lock {
  overflow: hidden; 
}

@media screen and (max-width: 901px) {
  .blackbg.stay2 {
    display: block;
    z-index: 801;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}
/* end of fixed mobile menu */

/* start of back to top */
#header .toolbar .sq, #footer .ftool .sq,
#footer .ftool .sq ul,
#footer .ftool {
  height: auto;
}

html {
  scroll-behavior: smooth;
}
#backToTop {
  display: none;
  position: fixed;
  right: 21px; /*13px;*/
  bottom: 13px;
  width: 2em;
  height: 2em;
  background: #11a79c;
  border-radius: 100%;
  /*border: 2px solid #26899c;*/
  background: #e64224;
  box-shadow: 0px 2px 3px #999;
}

  #backToTop i {
    display: block;
    padding: 0.5em;
    color: white;
  }
/* end of back to top */

/* start of footer adjustment */
#footer .ftool .sq ul {
  padding-left: 10px;
  padding-right: 10px;
}

  #footer .ftool .sq ul li {
    padding-right: 15px;
  }

    #footer .ftool .sq ul li a {
      padding-right: 0;
    }
/* end of footer adjustment */

/*start of notefooter restyle*/
#notefooter h3 {
  font-size: 1.17em;
  margin-bottom: 0;
}

#timeInfo {
  margin: 1em 0;
  background: #d4d4d4;
  xcolor: black;
  display: inline-block;
  width: 84%;
}

  #timeInfo td, #timeInfo th {
    padding: 0.6em 1em;
    text-align: center;
  }

    #timeInfo th:first-child {
      width: 42%;
      line-height: 1.2;
      background: #fbfbfb;
      font-weight: normal;
    }

    #timeInfo th:not(first-child) {
      width: 12%;
    }

  #timeInfo .subinfo {
    line-height: 1.2em;
    color: #636363;
    font-weight: normal;
    display: block;
    border-radius: 5px;
    padding: 0.5em 0.25em;
    margin-top: 0.4em;
    font-weight: 700;
  }

  #timeInfo td:nth-child(2) {
    background: #f0cbc7;
  }

  #timeInfo td:nth-child(3) {
    background: #f1f7e4;
  }

  #timeInfo td:nth-child(4) {
    background: #f1f1f1;
  }

  #timeInfo td:nth-child(2),
  #timeInfo td:nth-child(3),
  #timeInfo td:nth-child(4) {
    background: #f1f1f1;
  }

  #timeInfo tr:first-child th {
    background: #e6e6e6;
    font-weight: 600;
  }

  #timeInfo .newline {
    display: block;
  }

  #timeInfo .mShow {
    display: none;
  }

#orderList {
  padding-left: 30px;
  padding-left: 20px;
  color: rgb(102, 102, 102);
}

  #orderList li {
    list-style-type: decimal;
    text-align: left;
    line-height: 1.6em;
    font-size: 0.9165rem;
    padding-bottom: 0.5em;
  }

  #orderList .underLine {
    text-decoration: underline;
  }

  #orderList .highlight {
    background: yellow;
    color: #C00;
    font-weight: 700
  }

#orderList a.text-decoration-none {
  background: #26899c;
  color: white;
  padding: 0 0.5em;
  border-radius: 1em;
  border-radius: 15px;
  padding: 0 0.3em 0 0.5em !important;
  margin: 0 0.3em;
}

  #orderList a.text-decoration-none svg {
    position: relative;
    top: 3px;
  }

@media screen and (max-width: 864px ) {
  #timeInfo {
    background: none;
  }

    #timeInfo th, #timeInfo td {
      text-align: left;
      display: block;
      width: 100% !important;
      padding: 0 0.5em;
      line-height: 2em;
    }

    #timeInfo th {
      margin-top: 1em;
      padding: 1em 1em 0.5em;
    }

    #timeInfo tr:first-child {
      display: none;
    }

    #timeInfo .newline {
      display: inline-block;
    }

    #timeInfo td:nth-child(2):before {
      background: #d5d5d5;
      background: #cfe2e7;
      content: "當日上午診";
      margin: 0 0.5em 0 1em;
      color: #666;
    }

    #timeInfo td:nth-child(3):before {
      background: #d5d5d5;
      background: #e9d7bb;
      content: "當日下午診";
      margin: 0 0.5em 0 1em;
      color: #666;
    }

    #timeInfo td:nth-child(4):before {
      background: #d5d5d5;
      content: "當日夜間診";
      margin: 0 0.5em 0 1em;
      color: #666;
    }

    #timeInfo tr:not(:last-child) th:before {
      content: "";
      width: 7px;
      height: 7px;
      position: relative;
      top: -1px;
      border-radius: 1em;
      margin-right: 3px;
      display: inline-block;
      background: #26899c;
    }

    #timeInfo .mShow {
      display: block;
    }

    #timeInfo .mHide {
      display: none;
    }
}
/*end of notefooter restyle*/

#mainpart .sq {
  height: auto !important;
  min-height: calc(100vh - 105px - 180px);
}

#wrapper {
  min-height: unset;
}

/*start of realign social icon*/
#footer .ftool .sq ul li {
  padding-right: 15px;
}

.commnity a {
  width: 30px;
  height: 30px;
  position: relative;
}

  .commnity a:nth-of-type(1) img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .commnity a:nth-of-type(2) img {
    width: 30px;
    height: 30px;
  }

  .commnity a:nth-of-type(3) img {
    width: 38px;
    height: 38px;
    top: -4px;
    left: -5px;
    position: absolute;
  }

  .commnity a:nth-of-type(4) img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: -2px;
  }

  .commnity a:nth-of-type(5) img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
  }

/*end of realign social icon*/

/*start of rwd content*/
table.gridTable {
  width: 100%;
  display: block;
  overflow: hidden;
}

.gridTable tbody,
.gridTable tr {
  display: block;
}

.arrowlist .item,
.arrowlist .orderList li {
  color: #6c1d1d;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 1.06rem;
}

  .arrowlist .orderList li::marker {
    font-size: 0.8em;
    xcolor: #26899c;
    font-weight: 900;
  }

.arrowlist .item {
  box-sizing: border-box;
  padding: 0.5em 1em;
  background: #fcdad6;
  display: block;
  text-align: center;
  border-radius: 3px;
  position: relative;
  margin-bottom: 1.1em;
}

  .arrowlist .item.xs-col-1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

.arrowlist .nobackground:not(.flex-down) > .item:not(:last-of-type) {
  margin-right: 1em;
}

.arrowlist .margin-r {
  margin-right: 1em !important;
}

.arrowlist .margin-b {
  margin-bottom: 1.1em;
}

.arrowlist .nobackground:not(.flex-down) > .item.xs-col-1:not(:last-of-type) {
  margin-right: 0.5em;
}

.arrowlist div.clear {
  font-size: 0;
  clear: both;
  height: 0;
}

.arrowlist .nobackground {
  background: none !important;
}

  .arrowlist .nobackground,
  .arrowlist .nobackground > .item {
    display: flex;
  }

  .arrowlist .nobackground > .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

.arrowlist .flex-down {
  flex-direction: column;
}

.arrowlist dd {
  background: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.arrowlist .item:after,
.arrowlist .item.two-way-arrow:before,
.arrowlist .item.top-arrow:before {
  content: "\f309";
  display: inline-block;
  position: absolute;
  left: 48%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #26899c;
}

.arrowlist .item.two-way-arrow:before,
.arrowlist .item.top-arrow:before {
  top: -1.3em;
}
.arrowlist .item:after {
  bottom: -1.3em;
}
  
  .arrowlist .item a.bkmrk:after {
  content: "\f02e";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  right: 0.4em;
  top: 0.1em;
  right: 0.6em;
  cursor: pointer;
}

.arrowlist .cust-arrow > span:after {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: -2.8px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.85rem;
  color: #26899c;
}

.arrowlist .cust-arrow {
  padding: 0 !important;
}

  .arrowlist .cust-arrow > span {
    background: #26899c;
    height: calc(100% + 2.1rem);
    position: relative;
    top: -1px;
    left: 2px;
    width: 3px;
  }

.arrowlist .gap {
  width: 1.1em;
}

.arrowlist .item.two-way-arrow.twa-on-left:before {
  top: 5%;
  left: -0.7em;
  transform: rotate(-90deg);
}

.arrowlist .item.two-way-arrow.twa-on-left:after,
.arrowlist .item.arrow-to-left:after {
  bottom: 5%;
  left: -0.8em;
  transform: rotate(90deg);
}

.arrowlist .item.no-arrow:after {
  display: none;
}

.arrowlist .header {
  border-bottom: 1px solid;
  margin-bottom: 0.6em;
  display: inline-block;
}

.orderList {
  padding-left: 20px;
  color: rgb(102, 102, 102);
}

  .orderList li {
    list-style-type: decimal;
    text-align: left;
    line-height: 1.6em;
    font-size: 0.9165rem;
    padding-bottom: 0.5em;
  }

.arrowlist .orderList {
  width: fit-content;
  margin: 0 auto;
  max-width: calc(100% - 1em);
}

  .arrowlist .orderList a {
    padding: 0 0.5em;
    border-radius: 1em;
    color: #ffffff;
    background: #26899c;
    font-size: 0.75em;
  }

dl.arrowlist {
  xbackground: url(/Assets/images/nurse_nocap.png) no-repeat right bottom;
  xbackground-size: 100px;
  padding-bottom: 0;
}

.arrowlist dt {
  font-weight: bold;
  font-size: 1.4em;
  color: black;
  padding-bottom: 1em;
}

ul.unorderlist {
  xbackground: url(/Assets/images/nurse_nocap.png) no-repeat right bottom;
  background-size: 100px;
  xpadding-right: 6em;
  padding-left: 1.5em;
}

  ul.unorderlist li {
    list-style-type: disc !important;
    margin-bottom: 1em;
    text-align: left;
    color: black;
  }

.xs-col-1 {
  width: 8.33% !important;
  float: left;
}

.xs-col-2 {
  width: 16.66% !important;
  float: left;
}

.xs-col-3 {
  width: 25% !important;
  float: left;
}

.xs-col-4 {
  width: 33.33% !important;
  float: left;
}

.xs-col-6 {
  width: 50% !important;
  float: left;
}

.xs-col-7 {
  width: 58.33% !important;
  float: left;
}

.xs-col-8 {
  width: 66.66% !important;
  float: left;
}

.xs-col-9 {
  width: 75% !important;
  float: left;
}

.xs-col-10 {
  width: 83.33% !important;
  float: left;
}

.xs-col-12 {
  width: 100% !important;
  display: block;
}

#tabs {
  padding-left: 0 !important;
  list-style: none;
}
  #tabs li {
    float: left;
  }

  #tabs a {
    cursor: pointer;
    color: black;
    background: #ededed;
    font-size: 1rem !important;
    padding: 0.2em 1em;
    margin-right: 0.8em;
    border-radius: 4em;
  }

    #tabs a.active {
      outline: 2px solid #6c3d38;
      background: #fcdad6;
      color: #6c1d1d;
    }

.arrowlist .item.done,
.arrowlist .item.done li {
  color: #4d4d4d !important;
}

.arrowlist .item.done {
  background: #fcf1ae !important;
}

@media screen and (min-width: 801px) {
  .md-col-4 {
    width: 33% !important;
    float: left;
  }

  .md-col-5 {
    width: 40% !important;
    float: left;
  }

  .md-col-6 {
    width: 48% !important;
    float: left;
  }

  .md-col-7 {
    width: 57% !important;
    float: left;
  }

  .md-col-8 {
    width: 66% !important;
    float: left;
  }

  dl.arrowlist {
    padding-right: 2em;
  }
}

@media screen and (max-width: 620px) {
  .arrowlist .item:not(.nobackground) {
    padding: 1.2em 0.5em !important;
  }

    .arrowlist .item a:after {
      top: 0em !important;
      right: 0.3em !important;
    }
}


#TitleMenu li a {
  position: relative;
}

#TitleMenu li.active a:before {
  content: '\f118';
  font-family: 'Font Awesome 5 Free';
  background: #feffc0;
  border-radius: 1em;
  color: #5f5858;
  height: 1em;
  width: 1em;
  line-height: 1em;
  position:relative;
  left: -1px;
}

#TitleMenu li:nth-of-type(1) a:before,
#TitleMenu li:nth-of-type(5) a:before {
  background: #d1ffc0;
}

#TitleMenu li:nth-of-type(2) a:before,
#TitleMenu li:nth-of-type(6) a:before {
  background: #feffc0;
}

#TitleMenu li:nth-of-type(3) a:before,
#TitleMenu li:nth-of-type(7) a:before {
  background: #ffe6c0;
}

#TitleMenu li:nth-of-type(4) a:before,
#TitleMenu li:nth-of-type(8) a:before {
  background: #ffc0c0;
}
/*end of rwd content*/
/*new arrowlist style*/
#tabs.newstyle ul {
  padding-left: 0;
  margin-bottom: 0 !important;
}

  #tabs.newstyle ul:after {
    content: '';
    display: block;
    clear: left;
  }

#tabs.newstyle li {
  list-style: none !important;
  margin-left: 0 !important;
}
/*.newstyle #tabs ul {
  padding-left: 0;
}

  .newstyle #tabs ul:after {
    content: '';
    display: block;
    clear: left;
  }

.newstyle #tabs li {
  list-style: none !important;
  margin-left: 0 !important;
}*/

.newstyle .arrowlist a.golink,
.newstyle .unorderlist a.golink {
  padding: 0 0.5em;
  border-radius: 1em;
  color: #ffffff;
  background: #26899c;
  font-size: 0.75em;
}

.newstyle .arrowlist .item {
  width: 100%;
  flex: 1;
}

.newstyle .innerFrame:not(:last-of-type) {
  padding-right: 8px;
}

.newstyle .innerFrame:not(:first-of-type) {
  padding-left: 8px;
}

.newstyle .innerFrame .innerFrame:not(:last-of-type) {
  padding-right: 2px;
}

.newstyle .innerFrame .innerFrame:not(:first-of-type) {
  padding-left: 2px;
}

.newstyle .innerFrame {
  flex-direction: column;
}

.newstyle .arrowlist .cust-arrow > span {
  background: #26899c;
  height: 100%;
  margin-bottom: 2px;
  position: relative;
  top: -1px;
  left: 2px;
  width: 3px;
  height: calc(100% + 2.1rem);
}

  .newstyle .arrowlist .cust-arrow > span:after {
    content: "\f0d7";
    bottom: 0px;
    line-height: 0;
  }

  .newstyle .arrowlist .cust-arrow > span:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 18px;
    top: -18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.85rem;
    background: #26899c;
  }

.newstyle .innerFrame {
  align-items: center;
}

.newstyle .arrowlist .nobackground:not(.flex-down) > .item:not(:last-of-type) {
  margin-right: 0;
}

.newstyle .nobackground {
  width: 100%;
}

  .newstyle .nobackground .nobackground {
    flex: 1;
  }

.newstyle .arrowlist .item.two-way-arrow.twa-on-right:after,
.newstyle .arrowlist .item.arrow-to-right:after {
  bottom: 5%;
  left: unset;
  right: -0.8em;
  transform: rotate(-90deg);
}

.newstyle .arrowlist .item.two-way-arrow.twa-on-right:before {
  top: 5%;
  left: unset;
  right: -0.7em;
  transform: rotate(90deg);
}

.arrowlist .item.bottom-arrow:before {
  content: "\f309";
  display: inline-block;
  position: absolute;
  left: 48%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #26899c;
}

.arrowlist .item.bottom-arrow:before {
  bottom: -1.3em;
}

.newstyle .arrowlist .orderList a {
  padding: unset;
  border-radius: unset;
  color: unset;
  background: unset;
  font-size: unset;
}

.newstyle .arrowlist .orderList li a {
  padding: 0 0.5em;
  border-radius: 1em;
  color: #ffffff;
  background: #26899c;
  font-size: 0.75em;
}

.arrowlist .item:after,
.arrowlist .item.two-way-arrow:before,
.arrowlist .item.top-arrow:before {
  z-index: 1;
}
/*end of new arrowliststyle*/

#mguide .eaditarea {
  border-bottom: 0 !important;
}

/* start of shuttle line svg */
#svgcanvas {
  padding-left: 0 !important;
}

#transmap {
  /*transition: all 2s ease;*/
  margin: 0 auto;
  display: block;
  max-width: 600px;
}

  #transmap .transline {
    /*transition: opacity 2s ease;*/
    transition: all 2s ease !important;
  }

  #transmap .area-g {
    fill-opacity: 0 !important;
  }

  #transmap a.disabled {
    pointer-events: none;
    cursor: default;
  }

  #transmap .svgBtn {
    rx: 5 !important;
    ry: 5;
    stroke-opacity: 1 !important;
    stroke: black !important;
    stroke-width: 1 !important;
  }

  #transmap .svgBtn2 {
    stroke-opacity: 0 !important;
  }

  #transmap .defocus {
    opacity: 0.3;
  }

    #transmap .defocus .lineMarker path {
      fill: #ccc !important;
    }

    #transmap .defocus circle,
    #transmap .defocus .road,
    #transmap .defocus .road path,
    #transmap .defocus .road rect {
      stroke: #ccc !important;
    }

    #transmap .defocus .arrow path,
    #transmap .defocus .arrow {
      fill: #ccc !important;
    }

    #transmap .defocus text,
    #transmap .defocus text tspan {
      fill: #ccc !important;
    }

    #transmap .defocus .svgBtn {
      stroke: #ccc !important;
    }

    #transmap .defocus .building {
      fill: #ccc !important;
    }

    #transmap .defocus .mrt path {
      fill: #ccc !important;
    }

    #transmap .defocus .mrttxt tspan {
      stroke: #ccc !important;
    }

    #transmap .defocus .mrttxt2 tspan {
      fill: #ccc !important;
    }

    #transmap .defocus .translinetxt,
    #transmap .defocus .translinetxt tspan {
      stroke: #ccc !important;
    }


#tabs li {
  float: left;
  margin-bottom: 0.2em;
}

#tabs:after {
  content: '';
  display: block;
  clear: left;
}

#tabs a {
  cursor: pointer;
  color: black;
  background: #ededed;
  font-size: 1rem !important;
  padding: 0.2em 1em;
  margin-right: 0.8em;
  border-radius: 4em;
}

#tabs.shuttleline a {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  opacity: 0;
}

#tabs.shuttleline {
  position: absolute;
}

  #tabs.shuttleline a.active,
  #tabs.shuttleline a:focus,
  #tabs.shuttleline a:active {
    width: auto;
    height: auto;
    z-index: 1000;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    xborder: #FFBF47 solid 0.4rem;
    background: #FFBF47;
    opacity: 1;
  }
  #tabs.shuttleline a.active
  {
    outline:0;
  }
  #tabs.shuttleline a.active:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

#return {
  /*position: fixed;*/
  position: absolute;
  padding: 8px 5px !important;
  cursor: pointer;
  /*left: calc(50% - 4em);
  bottom: 0;*/
  background: #464646;
  color: white !important;
  border-radius: 3px;
  width: 8em;
  text-align: center;
  line-height: 1em !important;
  box-shadow: 0px 2px 3px #999;
}

  #return i {
    margin-right: 3px;
  }

  #return.hide {
    display: none;
  }
  #return.hideForAccessibility {
    display: none; 
  }
  /*@media screen and (max-width: 901px) {
  #tabs.shuttleline {
    z-index: 2;
  }

    #tabs.shuttleline a {
      width: auto;
      height: auto;
      overflow: unset;
      display: inline-block;
      padding: 0 3px;
      opacity: 1;
      xbackground: white;
    }

      #tabs.shuttleline a.active {
        outline: 0;
        background: #f9d28b;
        color: black;
      }

      #tabs.shuttleline a:focus, #tabs a:active {
        outline-color: transparent;
        -webkit-transition: top .1s ease-in;
        transition: top .1s ease-in;
        opacity: 1;
        border: none;
      }
}*/
  @media screen and (max-width:800px) {
    #transmap .defocus {
    xopacity: 0;
  }

  #transmap .transline {
    /*transition: opacity 2s ease;*/
    transition: all 0.5s ease !important;
  }
}

@media screen and (max-width:800px) and (orientation: landscape) {
  #transmap.transline1 {
    transform: scale(1.3) translateY(20px);
  }

  #transmap.transline2 {
    transform: scale(1.2) translateY(30px);
  }

  #transmap.transline3 {
    transform: scale(1.4) translate(-10px, -80px);
  }

  #transmap.transline4 {
    transform: scale(1.4) translate(-40px, -20px);
  }
}

@media screen and (max-width:800px) and (orientation: portrait) {
  #svgcanvas {
    xheight: 70vh;
    width: 100vw;
    position: relative;
    left: -30px;
    overflow-x: scroll;
    xborder-top: 1px solid #afafaf;
    xborder-bottom: 1px solid #afafaf;
  }

  #transmap {
    margin: 0 2em;
    xtransform: scale(0.9) translate(5.2%,-7.2%);
  }

    #transmap.transline1 {
      xtransform: scale(1.2) translate(9.1%, 1.3%);
    }

    #transmap.transline2 {
      xtransform: scale(1.1) translate(-6.5%, 3.2%);
    }

    #transmap.transline3 {
      xtransform: scale(1.2) translate(-1.3%, -42.4%);
    }

    #transmap.transline4 {
      xtransform: scale(1.2) translate(-18.2%, -11.7%);
    }
}

#transmap .go {
  opacity: 0;
  transition: all 2s ease !important;
}

#transmap .flash {
  opacity: 0;
}

#transmap .stop .go rect {
  fill: #ee908e !important;
}

#transmap .label .go rect {
  fill: #464646 !important;
}

#transmap a.stop rect {
  transition: all 1s ease !important;
}

#transmap .focus a.stop rect {
  stroke: white !important;
}

#transmap .focus a.stop .go,
#transmap .focus a.label .go {
  opacity: 1;
}

#transmap .focus .go text {
  /*transform: translateX(1px) !important;*/
}

#transmap .focus .flash {
  animation: getfocus3 5s ease infinite 2s;
  xanimation: getfocus5 2s ease infinite 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

#transmap.transline1 .mgo.enable,
#transmap.transline2 .mgo.enable,
#transmap.transline3 .mgo.enable,
#transmap.transline4 .mgo.enable {
  display: none !important;
}

#transmap .mgo rect {
  fill: #464646 !important;
}

#transmap .mgo text {
  /*transform: translateX(1px) !important;*/
}

#transmap .mgo,
#transmap .goblack {
  transition: none !important;
}
  #transmap .mgo:not(.enable) {
    display: none !important;
  }

  #transmap .mgo.enable {
    opacity: 1;
    cursor: pointer;
  }

  #transmap .mgo .flash {
    animation: getfocus3 5s ease infinite 2s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
@keyframes getfocus {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes getfocus3 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes getfocus5 {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(3px);
  }

  20% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(3px);
  }

  40% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}
#transmap .focus a.label:hover .go rect {
  fill: #666666 !important;
}
#transmap #transline1 .mgo.enable:hover rect {
  fill: #7da46f !important;
}

#transmap #transline2 .mgo.enable:hover rect {
  fill: #ee9ba9 !important;
}

#transmap #transline3 .mgo.enable:hover rect {
  fill: #85bfe7 !important;
}

#transmap #transline4 .mgo.enable:hover rect {
  fill: #9d4c49 !important;
}


#transmap .focus a.stop:hover .go rect {
  fill: #e9bd6b !important;
  transition: none !important;
}

#return:hover {
  background: #5f5f5f;
}

@media screen and (max-width: 480px) {
  #return {
    position: fixed;
    left: calc(50% - 4em);
    bottom: 15px;
    z-index: 1;
  }
}
/* end of shuttle line svg */
  /*start of timetable*/
  #timeTableSection {
    overflow-x: auto;
  }

  .timeTable {
    overflow-x: auto;
  }

    .timeTable tr {
      width: 100%;
      overflow: auto;
      white-space: nowrap;
    }

  .timeTable {
    background: #F9F9F9;
    padding: 1em;
  }

    .timeTable table {
      border-collapse: collapse;
    }

    .timeTable td {
      background: white;
      border-bottom: 4px solid #F9F9F9;
      text-align: center;
    }

    .timeTable th,
    .timeTable td {
      xdisplay: none;
      xpadding: 0.6em 0.8em;
    }

    /*.timeTable tr:nth-child(7) td {*/
    .timeTable tr.lastMorningRow td {
      border-bottom: 2px solid #bec99a;
    }

    /*.timeTable.shu2 tr:nth-child(7) td {*/
    .timeTable.shu2 tr.lastMorningRow td {
      border-bottom: 2px solid #9b565f;
    }

    /*.timeTable.shu3 tr:nth-child(7) td {*/
    .timeTable.shu3 tr.lastMorningRow td {
      border-bottom: 2px solid #4c6f88;
    }

    .timeTable tr:nth-child(2) th,
    .timeTable tr:nth-child(8) th {
      padding: 0;
      color: white;
      border-radius: 2em;
      position: relative;
    }

    .timeTable tr:nth-child(8) th {
      background: #84a65f;
    }

    .timeTable tr:nth-child(2) th {
      background: #adc06e;
    }

      .timeTable tr:nth-child(2) th:before {
        content: "上";
        position: absolute;
        top: 1.5em;
        left: 5px;
      }

    .timeTable tr:nth-child(8) th:before {
      content: "下";
      position: absolute;
      top: 1.5em;
      left: 5px;
    }

    .timeTable tr:nth-child(2) th:after,
    .timeTable tr:nth-child(8) th:after {
      content: "午";
      position: absolute;
      bottom: 1.5em;
      left: 5px;
    }

    .timeTable tr {
      position: relative;
    }


    .timeTable.filtered table {
      table-layout: fixed;
      width: 100%;
    }

    .timeTable.filtered th,
    .timeTable.filtered td {
      display: none;
      xpadding: 0.6em 0.8em;
      xwidth: 100px;
      xoverflow: hidden;
    }

      .timeTable.filtered th:nth-of-type(2),
      .timeTable.filtered td:nth-of-type(1),
      .timeTable.filtered tr:first-child th:last-of-type,
      .timeTable.filtered td:last-of-type,
      .timeTable th.filteredC, /*:nth-of-type(5),*/
      .timeTable td.filteredC /*:nth-of-type(4)*/ {
        display: table-cell;
      }

    .timeTable tr:first-of-type th:first-child
    /*,.legend*/ {
      display: table-cell !important;
      width: 0px !important;
    }


    .timeTable td.filteredC:after,
    .timeTable.filtered td:last-of-type:before {
      content: "\f30b";
      display: inline-block;
      position: absolute;
      left: 36%;
      /* padding-left: 0.3em; */
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #ccc;
    }

    .timeTable.filtered td:last-of-type:before {
      right: 28%;
      left: unset;
    }

    .timeTable tr:first-of-type th a {
      display: inline-block;
      line-height: 1.4em;
      background: #d8d8d8;
      border-radius: 2em;
      color: white;
      text-decoration: none;
      padding: 4px;
    }

    .timeTable.shu1 tr:first-of-type th a {
      background: #767e4d;
    }

    .timeTable.shu2 tr:first-of-type th a {
      background: #a34847;
    }

    .timeTable.shu3 tr:first-of-type th a {
      background: #008bc6;
    }

    .timeTable tr:first-of-type th.auto a {
      display: inline-block;
      border-radius: 1em;
      line-height: 1.1em;
    }

    .timeTable th.filteredC a,
    .timeTable tr:first-of-type th a:hover {
      background: #e2e292 !important;
      color: #666666 !important;
    }

    .timeTable.shu2 th.filteredC a,
    .timeTable.shu2 tr:first-of-type th a:hover {
      background: #f1b0b0 !important;
    }

    .timeTable.shu3 th.filteredC a,
    .timeTable.shu3 tr:first-of-type th a:hover {
      background: #a0dbf2 !important;
    }

    .timeTable tr:first-of-type th.filteredC a:hover {
      background: #eded9b !important;
    }

    .timeTable.shu2 tr:first-of-type th.filteredC a:hover {
      background: #fec4c4 !important
    }

    .timeTable.shu3 tr:first-of-type th.filteredC a:hover {
      background: #b7ebff !important;
    }

    .timeTable th.filteredC a:before {
      content: '\f00d';
      display: inline-block;
      font-family: 'Font Awesome 5 Free';
      font-size: 0.6rem;
      margin: 0.3em;
      position: relative;
      top: -2px;
      line-height: 1em;
    }

  .timeTableOuter {
    overflow-x: auto;
    background: #f9f9f9;
    border-radius: 1em;
  }

  .timeTable.s2 td.filteredC:after, .timeTable.s2.filtered td:last-of-type:before {
    left: 0%;
  }

  .timeTable.s2.filtered td:last-of-type:before {
    right: unset;
  }

  .timeTable.s2 {
    padding: 0;
  }

    .timeTable.s2 tr:first-of-type th:first-child,
    .timeTable.s2 .legend,
    .timeTable.s2 tr,
    .timeTable.s2 th,
    .timeTable.s2 td {
      display: inline-block !important;
    }

    .timeTable.s2 th,
    .timeTable.s2 td {
      width: 7em;
      transition: all 1s ease;
      box-sizing: border-box;
    }
    .timeTable.s2 td {
      height: 2.5em;
    }

      .timeTable.s2 th.auto {
        height: auto;
      }

    .timeTable.s2 tr:first-of-type th:first-child {
      width: 7em !important;
    }

    .timeTable.s2.filtered th,
    .timeTable.s2.filtered td {
      transform: scale(0);
      overflow: hidden;
      width: 0;
      padding: 0;
    }

    .timeTable.s2 tr {
      overflow: hidden;
    }

    .timeTable.s2.filtered tr:first-of-type th:first-child,
    .timeTable.s2.filtered th:nth-of-type(1),
    .timeTable.s2.filtered td:nth-of-type(1),
    .timeTable.s2.filtered tr:first-child th:last-of-type,
    .timeTable.s2.filtered td:last-of-type,
    .timeTable.s2 th.filteredC,
    .timeTable.s2 td.filteredC {
      display: block;
      xpadding: 0.6em 0.8em;
      transform: scale(1);
      width: 33% !important;
    }

  .legendWrapper .legend1,
  .legendWrapper .legend2 {
    background: #adc06e;
    display: inline-block;
    xheight: 15em;
    xpadding: 2em 0.25em;
    padding: 24% 0.4em;
    box-sizing: border-box;
    border-radius: 1em;
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .legendWrapper .legend1 {
    margin-top: 2em;
    margin-bottom: 0.2em;
  }

  .legendWrapper .legend2 {
    xheight: 17em;
    background: #84a65f;
    margin-bottom: 0.6em;
  }

  .legendWrapper .legend1.shu2 {
    background: #e97274;
  }

  .legendWrapper .legend2.shu2 {
    background: #8a6453;
  }

  .legendWrapper .legend1.shu3 {
    background: #48949a;
  }

  .legendWrapper .legend2.shu3 {
    background: #196f8e;
  }

  .pillwrapper .pill1.shu3 {
    background: #4abfc4;
  }

  .pillwrapper .pill2.shu3 {
    background: #1b70a0;
  }

  .legendWrapper .legend1:before {
    content: "上";
  }

  .legendWrapper .legend2:before {
    content: "下";
  }

  .legendWrapper .legend1:after,
  .legendWrapper .legend2:after {
    content: "午";
  }

  .pillwrapper {
    background: #f9f9f9;
    margin-top: 1em;
    padding: 0.5em 0;
  }

    .pillwrapper .pill1,
    .pillwrapper .pill2 {
      background: #53bcbf;
      color: white;
      font-weight: 700;
      padding: 0 0.5em;
      border-radius: 1em;
      margin-right: 0.5em;
    }

    .pillwrapper .pill2 {
      background: #85a365;
    }

    .pillwrapper .pill1.shu2 {
      background: #ff8a8a;
    }

    .pillwrapper .pill2.shu2 {
      background: #8a6453;
    }

  .timeTable.shu4 .header td {
    background: #ee8991;
    border-radius: 1em;
    color: white;
    font-weight: 700;
    border-bottom: 1px solid #F9F9F9;
  }

  .timeTable.shu4 tr:nth-child(7) td {
    border-bottom: none;
  }

  .timeTable.shu4 tr:not(.header) td {
    border-bottom: none;
    padding: 0.6em 2.2em;
    text-align: left;
  }

  .timeTable.shu4 span.time {
    width: 3.2em;
    display: inline-block;
    text-align: right;
    xcolor: #782323;
    color: #d7747c;
    font-weight: 700;
  }

  .timeTable.shu4.reduceMarginTop {
    padding-top: 0;
  }

  @media screen and (max-width: 900px) {
    #timeTableSection {
      width: 100%;
      position: relative;
      left: -50px;
      padding: 0 50px;
    }
  }

  @media screen and (max-width: 480px) {
    #timeTableSection {
      left: -30px;
      padding: 0 30px;
    }
  }

  /*end of timetable*/
  /*start of timetable-extrainfo*/
  .timeTable .extraInfo {
    display: block;
    text-wrap: wrap;
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 0.3em 0.47em 0.3em;
    font-weight: normal;
  }

  .timeTable.s2.filtered th .extraInfo {
    display: none;
  }

  .timeTable.hasExtraInfo th {
    height: fit-content;
  }

  .timeTableOuter > tbody > tr {
    display: flex;
  }

  .legendWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .timeTable.s2 > tbody > tr {
    display: flex !important;
  }

  .timeTableOuter,
  .timeTable.s2 {
    width: 100%;
  }

    .timeTableOuter > tbody > tr > td:not(.legendWrapper) {
      flex: 1;
    }

    .timeTable.s2.filtered th.filteredC .extraInfo {
      display: block;
    }
  /*end of timetable-extrainfo*/


  /*start of bustable*/
  #unorderList {
    padding-left: 30px;
    padding-left: 20px;
    color: rgb(102, 102, 102);
  }

    #unorderList li {
      list-style-type: circle;
      text-align: left;
      line-height: 1.6em;
      font-size: 1rem;
      padding-bottom: 0.5em;
    }

  #orderList .underLine {
    text-decoration: underline;
  }

  #orderList .highlight {
    background: yellow;
    color: #C00;
    font-weight: 700
  }

  #orderList a.text-decoration-none {
    background: #26899c;
    color: white;
    padding: 0 0.5em;
    border-radius: 1em;
    border-radius: 15px;
    padding: 0 0.3em 0 0.5em !important;
    margin: 0 0.3em;
  }

    #orderList a.text-decoration-none svg {
      position: relative;
      top: 3px;
    }

  .busTableWrapper {
    padding: 10px;
    display: inline-block;
    background: #f9f9f9;
    max-width: 100%;
    overflow-x: auto;
  }

  #busTable.hide {
    visibility: hidden !important;
    display: block !important;
  }

  #busTable,
  #busTable table {
    background: #F9F9F9;
    border-collapse: collapse;
  }

    #busTable tr {
      width: 100%;
      overflow: auto;
      white-space: nowrap;
    }

    #busTable th {
      background: #ccc;
      padding: 0.3em;
      border-radius: 3px;
      background: #9d4c49;
      color: white;
    }

    #busTable td {
      background: white;
      padding: 0;
    }

    #busTable .legend1,
    #busTable .legend2 {
      display: inline-block;
    }

    #busTable ul.bus li {
      padding: 2px;
      display: inline-block;
    }

    /*#busTable ul.bus*/
    #busTable table td {
      color: #666;
      height: 1.55em;
      display: inline-block;
      background: white;
      padding: 0.1em 2em 0.4em;
      word-spacing: 0.4em;
    }

    #busTable .bus {
      margin: 0;
      position: relative;
      padding-right: 1.3rem;
    }

      #busTable .bus:after {
        content: "\f30b";
        display: inline-block;
        position: absolute;
        right: -0.8em;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #ccc;
      }

    #busTable ul.busline,
    #busTable ul.bus {
      list-style: none;
      padding-left: 0;
    }

    #busTable th:nth-child(1) {
      border-right: 2px solid #F9F9F9;
    }

    #busTable tr {
      border-bottom: 6px solid #e9e9e9;
    }

    #busTable table tr {
      border-bottom: 2px solid #F9F9F9;
    }

      #busTable table tr:last-child {
        border-bottom: none;
      }

    #busTable table tr {
      border-bottom: 1px dashed #f1f1f1;
    }

    #busTable .dot {
      display: inline-block;
      padding-right: 3px;
      color: #11a79c;
    }

    #busTable > tbody > tr:nth-of-type(1) {
      border-bottom: 2px solid #ffffff;
    }

      #busTable > tbody > tr:nth-of-type(1) th {
        background: #6f3230 !important;
        padding: 0;
      }

    #busTable ul {
      padding: 0;
      position: relative;
      left: -0.5em;
      list-style: none;
      display: inline;
    }

    #busTable li {
      display: inline;
    }

    #busTable li {
      text-align: left !important;
    }

  @media screen and (max-width: 900px) {
    .busTableWrapper {
      width: 100%;
      position: relative;
      /*left: -50px;
      padding: 0 50px;*/
    }
  }

  @media screen and (max-width: 480px) {
    .busTableWrapper {
      width: 100%;
      position: static;
      left: unset;
      padding: 0 4px !important;
      left: -30px;
      padding: 0 30px;
      font-size: 1rem;
    }

    #busTable li {
      display: block;
    }

    #busTable .legend1,
    #busTable .legend2 {
      width: 50% !important;
    }

    #busTable, #busTable table {
      width: 100%;
    }

      #busTable > tbody > tr {
        width: 100%;
      }

        #busTable > tbody > tr > td {
          width: 80%;
          border-right: 2px solid #e9e9e9;
        }

      #busTable tr {
        white-space: unset;
      }

        #busTable tr td {
          height: unset;
        }

      #busTable table tr {
        border-bottom: 1px solid #b8b5b5;
      }

      #busTable table tr {
        display: flex;
        align-items: stretch;
      }

      #busTable table td {
        line-height: 1.6em
      }

      #busTable .destination {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #busTable table .bus .dot {
        display: inline;
        clear: left;
      }

      #busTable .legend1, #busTable .legend2, #busTable .bus, #busTable .destination {
        box-sizing: border-box;
      }

      #busTable .bus,
      #busTable .legend1 {
        width: 6em !important;
        border-right: 2px solid white
      }

      #busTable .destination,
      #busTable .legend2 {
        width: calc(100% - 6em) !important;
      }

      #busTable .bus:after {
        top: calc(50% - 15px);
      }

      #busTable .bus {
        padding: 0.2em 0.8em 0.2em 1.3em;
      }

      #busTable .destination {
        padding: 0.2em 0 0.2em 0;
      }

      #busTable .bus:after {
        right: 0;
        content: '';
      }

      #busTable .bus {
        border-right: 1px solid #c9c6c6;
      }
  }
  /*end of bustable*/
  /*start of about fjuh*/
  #aboutFjuh {
    font-size: 0.90em;
  }

    #aboutFjuh dt {
      box-sizing: border-box;
      font-size: 2em;
      color: white;
      width: 2.5em;
      height: 2.5em;
      background: lightgrey;
      padding: 0.25em;
      line-height: 1.9em;
      border-radius: 2em;
      float: left;
      margin-right: 0.5em;
      clear: left;
    }

      #aboutFjuh dt.s {
        font-size: 1.8em;
        line-height: 1.1em;
        padding: 0.3em 0 0 0.4em;
        width: 2.77em;
        height: 2.77em;
      }

      #aboutFjuh dt:nth-of-type(1) {
        background: #1f958c;
      }

      #aboutFjuh dt:nth-of-type(2) {
        background: #109cad;
      }

      #aboutFjuh dt:nth-of-type(3) {
        background: #86b787;
      }

      #aboutFjuh dt:nth-of-type(4) {
        background: #329855;
      }

    #aboutFjuh dd {
      margin-bottom: 3em;
      width: 80%;
      float: left;
      font-size: 1.4em;
      margin-inline-start: 0;
      padding-top: 1em;
    }

    #aboutFjuh .dot {
      font-size: 0.7em;
    }
  /*end of about fjuh*/
  /* start of fix titlemenu*/
  #TitleMenu a {
    color: #666666 !important;
    background: #f9f9f9;
    border-radius: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    word-break: keep-all;
    display: inline-block;
    min-width: 9em;
    line-height: 1.7em;
    text-align: left;
    padding: 0 0.5em;
    xborder-left: 4px solid #e6e6e6;
    xpadding: 0 1em 0 0.2em;
  }

  #TitleMenu li {
    float: left;
  }

  #TitleMenu ul:after {
    content: '';
    clear: both;
    display: block;
  }
  /* end of fix titlemenu */

  /* start of add skip shortcuts*/
  .forScreenReader {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .forScreenReader.focusable:focus,
  .forScreenReader:active {
    width: auto;
    height: auto;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: #FFBF47 solid 0.4rem;
    background: #FFBF47;
  }
  .forScreenReader a {
    display: block;
  }
  #TitleMenu a.forScreenReader {
    min-width: unset;
    padding: 0;
  }
  /* end of add skip shortcuts*/

  /* !!!! do not include yet */
  /*img {
  max-width: 100%;
}*/