textarea{
    resize: none;
    min-height: 240px;
}
input{
    resize: none;
    min-height: 32px;
}
.ui-datepicker{
    font-size: 15px;
    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: 0px;
}
select[name=district]{
    width: 96px;
    margin: 0px 4px;
}
input, select{
    padding: 0px;
    border: 1px solid rgba(115,115,115,1);
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1.6px;
    height: 32px;
    background: rgba(255,255,255,1);
    color: rgba(98,98,98,1);
    
}
textarea{
    border: 1px solid rgba(115,115,115,1);
    color: rgba(98,98,98,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(240,240,240,1);
    max-width: 100%;
    margin: 0 auto;
}

.fmtitle{
    font-family: "Zen Kaku Gothic New", 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmtw{
    font-family: 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
}
.fmeng{
    font-family: "Montserrat", 'Noto Sans TC', Microsoft JhengHei, Verdana, sans-serif;
    font-optical-sizing: auto;
}


.morandibg{
    background: rgba(103,99,100,1);
}
.whitebg{
    background: rgba(255,255,255,1);
}
.pureblackbg{
    background: rgba(22,23,24,1);
}
.lightergraybg{
    background: rgba(244,244,244,1);
}
.lightgraybg, select option[value="lightgraybg"]{
    background: rgba(190,190,190,1);
}
.redbg, select option[value="redbg"]{
    background: rgba(201,56,61,1);
}
.bluebg, select option[value="bluebg"]{
    background: rgba(24,59,141,1);
}
.greenbg, select option[value="greenbg"]{
    background: rgba(89,170,52,1);
}
.orangebg, select option[value="orangebg"]{
    background: rgba(234,143,2,1);
}
.woodbg, select option[value="woodbg"]{
    background: rgba(108,89,83,1);
}
.tiffinybg, select option[value="tiffinybg"]{
    background: rgba(18,174,161,1);
}
.pinkbg, select option[value="pinkbg"]{
    background: rgba(214,83,135,1);
}
.aquabg, select option[value="aquabg"]{
    background: rgba(34,157,199,1);
}
.transtoblackbg{
    background: -webkit-linear-gradient(top, rgba(27,32,29,.001) 56%, rgba(24,24,24,.8) 88%);
    background: -o-linear-gradient(top, rgba(27,32,29,.001) 56%, rgba(24,24,24,1.8) 88%);
    background: -moz-linear-gradient(top, rgba(27,32,29,.001) 56%, rgba(24,24,24,.8) 88%);
    background: linear-gradient(to bottom, rgba(27,32,29,.001) 56%, rgba(24,24,24,.8) 88%);
}

.whitefont{
    color: rgba(255,255,255,1);
}
.blackfont{
    color: rgba(24,24,24,1);
}
.lightergrayfont{
    color: rgba(244,244,244,1);
}
.grayfont{
    color: rgba(96,96,96,1);
}
.redfont{
    color: rgba(201,56,61,1);
}
.salmonfont{
    color: rgba(234,109,115,1);
}
.orangefont{
    color: rgba(221,123,52,1);
}
.fbbluefont{
    color: rgba(0,108,198,1);
}
.bluefont{
    color: rgba(24,59,141,1);
}
.blacktoredfont, .blacktoredfont:visited{
    color: rgba(24,24,24,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.blacktoredfont:hover, .blacktoredfont:active{
    color: rgba(201,56,61,1);
}
.graytoredfont, .graytoredfont:visited{
    color: rgba(96,96,96,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.graytoredfont:hover, .graytoredfont:active{
    color: rgba(201,56,61,1);
}
.whitetoredfont, .whitetoredfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetoredfont:hover, .whitetoredfont:active{
    color: rgba(201,56,61,1);
}
.fw400tofw500, .fw400tofw500:visited{
    font-weight: 400;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.fw400tofw500:hover, .fw400tofw500:active{
    font-weight: 500;
}

.lightergraysolidb4{
    border-bottom: 4px solid rgba(233,233,233,1);
}
.blacksolidt4{
    border-top: 4px solid rgba(24,24,24,1);
}
.blacksolidb4{
    border-bottom: 4px solid rgba(24,24,24,1);
}
.redsolidl4{
    border-left: 4px solid rgba(201,56,61,1);
}
.fbbluesolidb4{
    border-bottom: 4px solid rgba(0,108,198,1);
}
.blacksolidl8{
    border-left: 8px solid rgba(24,24,24,1);
}
.blacksolidb8{
    border-bottom: 8px solid rgba(24,24,24,1);
}
.blacksolidt8{
    border-top: 8px solid rgba(24,24,24,1);
}
.lightgraysolidb1{
    border-bottom: 1px solid rgba(190,190,190,1);
}
.graysolidb1{
    border-bottom: 1px solid rgba(96,96,96,1);
}
.blacksolid1{
    border: 1px solid rgba(24,24,24,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);
}
.grayboxshadow4{
    box-shadow: 0px 0px 4px -1px rgba(190,190,190,1);
    -webkit-box-shadow: 0px 0px 4px -1px rgba(190,190,190,1);
}
.cusfixleft16pxtop-16px{
    top: -18px;
    left: 16px;
}

@media only screen and (min-width: 1025px){
    .cusmax1025w100-360px{
        width: calc(100% - 360px);
        max-width: calc(100% - 360px);
    }
    .cusmax1025w360px{
        width: 360px;
        max-width: 360px;
    }
    .cusmax1025w288px{
        width: 288px;
        max-width: 288px;
    }
    .cusmax1025w216px{
        width: 216px;
        max-width: 216px;
    }
    .cusmax1025w168px{
        width: 168px;
        max-width: 168px;
    }
    .cusmax1025w100-168px{
        width: calc(100% - 168px);
        max-width: calc(100% - 168px);
    }
}
@media only screen and (min-width: 1301px){
    .cusmaxw1301dpb{
        display: block;
    }
    .cusmaxw1301hidden{
        display: none;
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-64px{
        width: calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .cusminflexorder1{
        order: 1;
        -webkit-order: 1;
    }
    .cusminflexorder2{
        order: 2;
        -webkit-order: 2;
    }
}
@media only screen and (max-width: 624px){
    
}