textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 24px;
}
.ui-datepicker{
    font-size: 13px;
    font-family: 'Noto Sans TC',Microsoft JhengHei,Verdana,sans-serif;
}
::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(195,195,195,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(195,195,195,1);
    font-size: 1.063em;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
}

.fmeng{
    font-family: 'Chilanka', cursive, '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);
}
.bluebg{
    background: rgba(0,136,210,1);
}
.orangebg{
    background: rgba(251,182,95,1);
}
.lightgraybg{
    background: rgba(230,230,230,1);
}
.pureyellowbg64{
    background: rgba(255,223,103,.64);
}
.whitebg64{
    background: rgba(255,255,255,.64);
}
.whitebg32{
    background: rgba(255,255,255,.32);
}
.yellowbg32{
    background: rgba(255,248,158,.32);
}
.bluebg64{
    background: rgba(0,136,210,.64);
}
.aquabg64{
    background: rgba(109,213,237,.64);
}
.greenbg64{
    background: rgba(5,182,0,.64);
}

.greengradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -o-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: -moz-linear-gradient(top left, rgba(151,242,10,1), rgba(5,182,0,1));
    background: linear-gradient(to bottom right, rgba(151,242,10,1), rgba(5,182,0,1));
}
.aquagradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(109,213,237,1), rgba(33,147,176,1));
    background: -o-linear-gradient(top left, rgba(109,213,237,1), rgba(33,147,176,1));
    background: -moz-linear-gradient(top left, rgba(109,213,237,1), rgba(33,147,176,1));
    background: linear-gradient(to bottom right, rgba(109,213,237,1), rgba(33,147,176,1));
}
.bluegradientttobbg{
    background: -webkit-linear-gradient(top, rgba(0,146,211,1), rgba(0,127,195,1));
    background: -o-linear-gradient(top, rgba(0,146,211,1), rgba(0,127,195,1));
    background: -moz-linear-gradient(top, rgba(0,146,211,1), rgba(0,127,195,1));
    background: linear-gradient(to bottom, rgba(0,146,211,1), rgba(0,127,195,1));
}
.pureyellowgradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(255,223,103,1), rgba(250,189,57,1));
    background: -o-linear-gradient(top left, rgba(255,223,103,1), rgba(250,189,57,1));
    background: -moz-linear-gradient(top left, rgba(255,223,103,1), rgba(250,189,57,1));
    background: linear-gradient(to bottom right, rgba(255,223,103,1), rgba(250,189,57,1));
}
.pinkgradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(251,169,163,1), rgba(238,107,123,1));
    background: -o-linear-gradient(top left, rgba(251,169,163,1), rgba(238,107,123,1));
    background: -moz-linear-gradient(top left, rgba(251,169,163,1), rgba(238,107,123,1));
    background: linear-gradient(to bottom right, rgba(251,169,163,1), rgba(238,107,123,1));
}
.darkpinkgradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(208,35,119,1), rgba(247,77,110,1));
    background: -o-linear-gradient(top left, rgba(208,35,119,1), rgba(247,77,110,1));
    background: -moz-linear-gradient(top left, rgba(208,35,119,1), rgba(247,77,110,1));
    background: linear-gradient(to bottom right, rgba(208,35,119,1), rgba(247,77,110,1));
}
.graygradientttobbg{
    background: -webkit-linear-gradient(top left, rgba(195,195,195,1), rgba(115,115,115,1));
    background: -o-linear-gradient(top left, rgba(195,195,195,1), rgba(115,115,115,1));
    background: -moz-linear-gradient(top left, rgba(195,195,195,1), rgba(115,115,115,1));
    background: linear-gradient(to bottom right, rgba(195,195,195,1), rgba(115,115,115,1));
}

.blackfont{
    color: rgba(0,0,0,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.yellowfont{
    color: rgba(255,248,158,1);
}
.orangefont{
    color: rgba(255,142,59,1);
}
.grayfont{
    color: rgba(115,115,115,1);
}
.darkgrayfont{
    color: rgba(68,68,68,1);
}
.bluefont{
    color: rgba(1,140,216,1);
}
.redfont{
    color: rgba(233,32,42,1);
}

.whitetoyellowfont, .whitetoyellowfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoyellowfont:hover, .whitetoyellowfont:active{
    color: rgba(255,248,158,1);
}

.orangesolidt4{
    border-top: 4px solid rgba(246,133,53,1);
}
.pinksolidt4{
    border-top: 4px solid rgba(231,1,126,1);
}
.bluesolidt4{
    border-top: 4px solid rgba(1,140,216,1);
}
.pureyellowsolidt4{
    border-top: 4px solid rgba(253,208,4,1);
}
.yellowsolidt4{
    border-top: 4px solid rgba(255,248,158,1);
}
.whitesolidt1{
    border-top: 1px solid rgba(255,255,255,1);
}
.lightgraysolidt1{
    border-top: 1px solid rgba(230,230,230,1);
}
.lightgraysolidb1{
    border-bottom: 1px solid rgba(230,230,230,1);
}
.bluesolid1{
    border: 1px solid rgba(1,140,216,1);
}
.lightgraysolid1{
    border: 1px solid rgba(230,230,230,1);
}
.orangesolid2{
    border: 2px solid rgba(246,133,53,1);
}
.lightgraysolid4{
    border: 4px solid rgba(230,230,230,1);
}
.yellowsolid4{
    border: 4px solid rgba(255,248,158,1);
}
.aquasolid4{
    border: 4px solid rgba(205,246,253,1);
}
.pinksolid4{
    border: 4px solid rgba(235,97,135,1);
}
.lightgraysolidr1inset{
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}


.grayboxshadowlr4{
    box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
    -webkit-box-shadow: 4px 0px 4px -3px rgba(150,150,150,1), -4px 0px 4px -3px rgba(150,150,150,1);
}

.blackboxshadowt8{
    box-shadow: 0px -8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(16,12,12,1);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px 8px 8px -7px rgba(16,12,12,1);
}
.blackboxshadowtb8{
    box-shadow: 0px -8px 8px -7px rgba(16,12,12,1), 0px 8px 8px -7px rgba(16,12,12,1);
    -webkit-box-shadow: 0px -8px 8px -7px rgba(16,12,12,1), 0px 8px 8px -7px rgba(16,12,12,1);
}
.blackboxshadowbr4{
    box-shadow: 4px 4px 4px -3px rgba(16,12,12,1);
    -webkit-box-shadow: 4px 4px 4px -3px rgba(16,12,12,1);
}

.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -7px rgba(16,12,12,1) inset;
    -webkit-box-shadow: 0px 8px 8px -7px rgba(16,12,12,1) inset;
}

.cusmaxw32px{
    width: 32px;
    max-width: 32px;
}
.cusmaxw120px{
    width: 120px;
    max-width: 120px;
}
.cusmaxw240px{
    width: 240px;
    max-width: 240px;
}
.cusmaxw100-128px{
    width: calc(100% - 128px);
    max-width: calc(100% - 128px);
}
.cusmaxw100-256px{
    width: calc(100% - 256px);
    max-width: calc(100% - 256px);
}
.cusmaxh320px{
    height: 320px;
    max-height: 320px;
}

.hoverorangebg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(246,133,53,1);
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hoverpinkbg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(231,1,126,1);
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hoverbluebg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(1,140,216,1);
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hoverpureyellowbg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(253,208,4,1);
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.hoverorangebg:hover::before, .hoverpinkbg:hover::before, .hoverbluebg:hover::before, .hoverpureyellowbg:hover::before{
    height: 100%;
}
.hoverorangebg .orangefont, .hoverpinkbg .orangefont, .hoverbluebg .orangefont, .hoverpureyellowbg .orangefont{
    color: rgba(255,142,59,1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.hoverorangebg:hover .orangefont, .hoverpinkbg:hover .orangefont, .hoverbluebg:hover .orangefont, .hoverpureyellowbg:hover .orangefont{
    color: rgba(255,255,255,1);
}

.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(33,33,33,1);
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 1201px){
    .cus1200maxw50-800px{
        width: calc(50% - 88px);
        max-width: calc(50% - 88px);
    }
    .cusmaxpositionabsolute{
        position: absolute;
    }
    .cusmaxh100{
        height: 100%;
    }
    .cusmaxbluedotr1{
        border-right: 1px dotted rgba(1,140,216,1);
        box-sizing: border-box;
    }
    .cus1200maxwh32px{
        height: 32px;
        max-height: 32px;
    }
    .cus1200maxwh100-32px{
        height: calc(100% - 32px);
        max-height: calc(100% - 32px);
    }
    .cus1200maxw120px{
        width: 120px;
        max-width: 120px;
    }
    .cus1200maxw100-128px{
        width: calc(100% - 128px);
        max-width: calc(100% - 128px);
    }
}

@media only screen and (min-width: 1301px){
    
}

@media only screen and (max-width: 1200px){
    .cusminwhitedotr1{
        border-right: 1px dotted rgba(255,255,255,1);
    }
    .cusminbottom120px{
        bottom: 120px;
    }
    .indexdecbg{
        background: url(../fimgs/indexdecimg01.png) left center no-repeat;
        background-size: auto;
    }
}

@media only screen and (max-width: 600px){
    .cus600maxw224px{
        width: 224px;
        max-width: 224px;
    }
    .cus600maxw100-232px{
        width: calc(100% - 232px);
        max-width: calc(100% - 232px);
    }

}