textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 32px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    opacity:  1;
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
:placeholder-shown {
    font-size: 15px;
    color: rgba(115,115,115,1);
    Font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-weight: 300;
}
input[name=zipcode]{
    width: 56px;
    margin: 0 4px;
}
input, select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(115,115,115,1);
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
}

.fc-title{
    max-width: 100%;
    display: block;
}
.fc-day-grid-event .fc-content{
    white-space: normal;
}
.fc-basic-view .fc-body .fc-row{
    height: auto;
    font-size: 1em;
}

table, td, th{
	border:1px solid rgba(240,240,240,1);
    max-width: 100%;
    margin: 0 auto;
}

.nav .subnav{
    height: 0px;
    max-height: 0px;
}
.nav:hover .subnav, .nav:active .subnav{
    height: auto;
    max-height: 389px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.fmtitle{
    font-family: 'M PLUS 2', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: 'Montserrat', 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}

.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.salmonbg{
    background: rgba(237,111,88,1);
}
.pureorangebg{
    background: rgba(232,113,23,1);
}
.skinbg{
    background: rgba(255,242,223,1);
}
.lightskinbg{
    background: rgba(255,249,239,1);
}
.greengradientttobbg{
    background: -webkit-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom, rgba(151,242,10,1), rgba(5,182,0,1));
}
.graygradientttobbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(230,230,230,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(230,230,230,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 12%, rgba(230,230,230,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 12%, rgba(230,230,230,1));
}
.bluegradientttobbg{
    background: -webkit-linear-gradient(top, rgba(53,156,215,1) 12%, rgba(7,91,163,1));
    background: -o-linear-gradient(top, rgba(53,156,215,1) 12%, rgba(7,91,163,1));
    background: -moz-linear-gradient(top, rgba(53,156,215,1) 12%, rgba(7,91,163,1));
    background: linear-gradient(to bottom, rgba(53,156,215,1) 12%, rgba(7,91,163,1));
}
.orangegradientttobbg{
    background: -webkit-linear-gradient(top, rgba(242,145,74,1) 4%, rgba(232,113,23,1));
    background: -o-linear-gradient(top, rgba(242,145,74,1) 4%, rgba(232,113,23,1));
    background: -moz-linear-gradient(top, rgba(242,145,74,1) 4%, rgba(232,113,23,1));
    background: linear-gradient(to bottom, rgba(242,145,74,1) 4%, rgba(232,113,23,1));
}
.yellowgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(255,240,157,1) 4%, rgba(247,188,108,1));
    background: -o-linear-gradient(top, rgba(255,240,157,1) 4%, rgba(247,188,108,1));
    background: -moz-linear-gradient(top, rgba(255,240,157,1) 4%, rgba(247,188,108,1));
    background: linear-gradient(to bottom, rgba(255,240,157,1) 4%, rgba(247,188,108,1));
}
.mainbg{
    background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,.001)), url(../fimgs/mainbg.png), -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,1));
    background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,.001)), url(../fimgs/mainbg.png), -o-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,1));
    background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,.001)), url(../fimgs/mainbg.png), -moz-linear-gradient(top, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,1));
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,.001)), url(../fimgs/mainbg.png), linear-gradient(to bottom, rgba(255,255,255,1), rgba(253,251,236,1), rgba(255,242,207,1));
    background-size: auto, 72px 72px, auto;
    background-position: center center, center top, center center;
    background-repeat: no-repeat,repeat, no-repeat;
}

.blackfont{
    color: rgba(68,68,68,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.pureorangefont{
    color: rgba(242,153,0,1);
}
.salmonfont{
    color: rgba(237,111,88,1);
}
.redfont{
    color: rgba(229,1,16,1);
}
.woodfont{
    color: rgba(90,73,63,1);
}
.greenfont{
    color: rgba(47,192,55,1);
}
.bluefont{
    color: rgba(0,102,184,1);
}

.whitetosalmonfont, .whitetosalmonfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetosalmonfont:hover, .whitetosalmonfont:active{
    color: rgba(237,111,88,1);
}

.orangesolidb4{
    border-bottom: 4px solid rgba(250,205,137,1);
}
.orangesolidt4{
    border-top: 4px solid rgba(250,205,137,1);
}
.woodsolidb1{
    border-bottom: 1px solid rgba(90,73,63,1);
}
.wooddotb1{
    border-bottom: 1px dotted rgba(90,73,63,1);
}
.pureorangesolidb1{
    border-bottom: 1px solid rgba(242,153,0,1);
}
.woodsolid1{
    border: 1px solid rgba(90,73,63,1);
}
.pureorangesolid2{
    border: 2px solid rgba(242,153,0,1);
}

.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(200,200,200,1), -4px 0px 4px -3px rgba(200,200,200,1);
}
.blackboxshadowrb4{
    box-shadow: 4px 4px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(150,150,150,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -3px rgba(150,150,150,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(150,150,150,1);
}
.blackboxshadowlr8{
    box-shadow: 8px 0px 8px -3px rgba(150,150,150,1), -8px 0px 8px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 8px 0px 8px -3px rgba(150,150,150,1), -8px 0px 8px -3px rgba(150,150,150,1);
}
.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -3px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -3px rgba(150,150,150,1) inset;
}

.cusfiximgw64px{
    max-width: 64px;
}
.cusfixwh48px{
    width: 48px;
    max-width: 48px;
    height: 48px;
    max-height: 48px;
}
.cusfixw168px{
    width: 168px;
    max-width: 168px;
}
.cusfixw100-64px{
    width: calc(100% - 64px);
    max-width: calc(100% - 64px);
}
.cusfixw50-88px{
    width: calc(50% - 88px);
    max-width: calc(50% - 88px);
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .banner01{
        background: url(../fimgs/indexbanner01002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04002.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner05{
        background: url(../fimgs/indexbanner05002.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
    .banner01{
        background: url(../fimgs/indexbanner01001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04001.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner05{
        background: url(../fimgs/indexbanner05001.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .banner01{
        background: url(../fimgs/indexbanner01003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner02{
        background: url(../fimgs/indexbanner02003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner03{
        background: url(../fimgs/indexbanner03003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner04{
        background: url(../fimgs/indexbanner04003.jpg) center center no-repeat;
        background-size: contain;
    }
    .banner05{
        background: url(../fimgs/indexbanner05003.jpg) center center no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
    .cusmaxw600imgw32px{
        max-width: 32px;
    }
    .cusmaxw600fs25{
        font-size: 25px;
    }
    .cusmaxw600valignmiddle{
        vertical-align: middle;
    }
}