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;
}

.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, .fmeng{
    font-family: 'BIZ UDGothic', 'Noto Serif TC', serif, '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(51,117,201,1);
}
.greenbg{
    background: rgba(128,194,106,1);
}
.orangebg{
    background: rgba(241,144,73,1);
}
.brownbg{
    background: rgba(137,47,39,1);
}
.pinkbg{
    background: rgba(216,114,128,1);
}
.skinbg80{
    background: rgba(254,237,230,.8);
}
.pinkbg80{
    background: rgba(216,114,128,.8);
}
.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));
}
.pinkgradientttobbg{
    background: -webkit-linear-gradient(top, rgba(216,114,128,1), rgba(212,106,120,1));
    background: -o-linear-gradient(top, rgba(216,114,128,1), rgba(212,106,120,1));
    background: -moz-linear-gradient(top, rgba(216,114,128,1), rgba(212,106,120,1));
    background: linear-gradient(to bottom, rgba(216,114,128,1), rgba(212,106,120,1));
}
.bigdiamondbg{
    background-image: 
        -webkit-linear-gradient(right top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -webkit-linear-gradient(left top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -webkit-linear-gradient(top, rgba(255, 255, 255,.001), rgba(255,255,255,1)),
        -webkit-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        -o-linear-gradient(right top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -o-linear-gradient(left top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -o-linear-gradient(top, rgba(255, 255, 255,.001), rgba(255,255,255,1)),
        -o-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        -moz-linear-gradient(right top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -moz-linear-gradient(left top, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        -moz-linear-gradient(top, rgba(255, 255, 255,.001), rgba(255,255,255,1)),
        -moz-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        linear-gradient(to left bottom, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        linear-gradient(to right bottom, rgba(225,225,225,.001) 20%, rgba(225,225,225,.1) 20%, rgba(225,225,225,.1) 40%, rgba(225,225,225,.2) 40%, rgba(225,225,225,.2) 60%, rgba(225,225,225,.4) 60%, rgba(225,225,225,.4) 80%, rgba(225,225,225,.6) 80%), 
        linear-gradient(to bottom, rgba(255, 255, 255,.001), rgba(255,255,255,1)), 
        linear-gradient(to bottom, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-size: 240px 240px, 240px 240px, auto, auto;
    background-repeat: repeat, repeat, no-repeat, no-repeat;
}
.mindiamondbg{
    background-image: 
        -webkit-linear-gradient(right bottom, rgba(255, 255, 255,.001), rgba(255, 255, 255,.001) 50%, rgba(255, 255, 255,.16) 50%, rgba(255, 255, 255,.32)),
        -webkit-linear-gradient(right top, rgba(230,230,230,.001), rgba(230,230,230,.001) 50%, rgba(230,230,230,.16) 50%, rgba(230,230,230,.32)),
        -webkit-linear-gradient(left top, rgba(210,210,210,.16), rgba(210,210,210,.24)), 
        -webkit-linear-gradient(top, rgba(255, 255, 255,.001), rgba(230,230,230,1)),
        -webkit-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        -o-linear-gradient(right bottom, rgba(255, 255, 255,.001), rgba(255, 255, 255,.001) 50%, rgba(255, 255, 255,.16) 50%, rgba(255, 255, 255,.32)),
        -o-linear-gradient(right top, rgba(230,230,230,.001), rgba(230,230,230,.001) 50%, rgba(230,230,230,.16) 50%, rgba(230,230,230,.32)),
        -o-linear-gradient(left top, rgba(210,210,210,.16), rgba(210,210,210,.24)), 
        -o-linear-gradient(top, rgba(255, 255, 255,.001), rgba(230,230,230,1)),
        -o-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        -moz-linear-gradient(right bottom, rgba(255, 255, 255,.001), rgba(255, 255, 255,.001) 50%, rgba(255, 255, 255,.16) 50%, rgba(255, 255, 255,.32)),
        -moz-linear-gradient(right top, rgba(230,230,230,.001), rgba(230,230,230,.001) 50%, rgba(230,230,230,.16) 50%, rgba(230,230,230,.32)),
        -moz-linear-gradient(left top, rgba(210,210,210,.16), rgba(210,210,210,.24)), 
        -moz-linear-gradient(top, rgba(255, 255, 255,.001), rgba(230,230,230,1)),
        -moz-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-image: 
        linear-gradient(to left top, rgba(255, 255, 255,.001), rgba(255, 255, 255,.001) 50%, rgba(255, 255, 255,.16) 50%, rgba(255, 255, 255,.32)),
        linear-gradient(to left bottom, rgba(230,230,230,.001), rgba(230,230,230,.001) 50%, rgba(230,230,230,.16) 50%, rgba(230,230,230,.32)),
        linear-gradient(to right bottom, rgba(210,210,210,.16), rgba(210,210,210,.24)), 
        linear-gradient(to bottom, rgba(255, 255, 255,.001), rgba(230,230,230,1)),
        linear-gradient(to bottom, rgba(255, 255, 255,1), rgba(255, 255, 255,1));
    background-size: 120px 120px, 120px 120px, 120px 120px, auto, auto;
    background-repeat: repeat, repeat, repeat, no-repeat, no-repeat;
    background-position: 60px 60px, 0px 0px, 0px 0px, center center, center center;
}

.blackfont{
    color: rgba(84,84,84,1);
}
.whitefont{
    color: rgba(255,255,255,1);
}
.lightgrayfont{
    color: rgba(220,220,220,1);
}
.grayfont{
    color: rgba(105,91,78,1);
}
.brownfont{
    color: rgba(137,47,39,1);
}
.woodfont{
    color: rgba(104,94,84,1);
}
.pinkfont{
    color: rgba(216,114,128,1);
}
.lightyellowfont{
    color: rgba(255,247,153,1);
}
.whitetopinkfont, .whitetopinkfont:visited{
    color: rgba(255,255,255,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.whitetopinkfont:hover, .whitetopinkfont:active{
    color: rgba(216,114,128,1);
}
.graytopinkfont, .graytopinkfont:visited{
    color: rgba(105,91,78,1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.graytopinkfont:hover, .graytopinkfont:active{
    color: rgba(216,114,128,1);
}

.lightgraysolidl1{
    border-left: 1px solid rgba(220,220,220,1);
}
.lightgraysolidr1{
    border-right: 1px solid rgba(220,220,220,1);
}
.lightgraysolidb1{
    border-bottom: 1px solid rgba(220,220,220,1);
}
.lightgraysolidt1{
    border-top: 1px solid rgba(220,220,220,1);
}
.pinksolidb2{
    border-bottom: 2px solid rgba(216,114,128,1);
}
.pinksolidt2{
    border-top: 2px solid rgba(216,114,128,1);
}
.lightyellowsolid1{
    border: 1px solid rgba(249,204,136,1);
}

.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);
}
.blackboxshadowb8{
    box-shadow: 0px 8px 8px -5px rgba(150,150,150,1);
    -webkit-box-shadow: 0px 8px 8px -5px rgba(150,150,150,1);
}
.blackboxshadowt8{
    box-shadow: 0px -8px 8px -5px rgba(150,150,150,1);
    -webkit-box-shadow: 0px -8px 8px -5px rgba(150,150,150,1);
}
.blackboxshadowt8inset{
    box-shadow: 0px 8px 8px -5px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -5px rgba(150,150,150,1) inset;
}
.blackboxshadowtb8inset{
    box-shadow: 0px 8px 8px -5px rgba(150,150,150,1) inset, 0px -8px 8px -5px rgba(150,150,150,1) inset;
    -webkit-box-shadow: 0px 8px 8px -5px rgba(150,150,150,1) inset, 0px -8px 8px -5px rgba(150,150,150,1) inset;
}

.scale11{
    transform:translate(0px,0px) scale(1);
    -webkit-transform:translate(0px,0px) scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.scale11:hover{
    transform:translate(0px,0px) scale(1.1);
    -webkit-transform:translate(0px,0px) scale(1.1);
}

.custranslatey-16px{
    transform:translate(0px,-16px) rotate(0deg);
    -webkit-transform:translate(0px,-16px) rotate(0deg);
}

.cusfixmaxh400px{
    height: 400px;
    max-height: 400px;
}

@media only screen and (min-width: 1025px){
    .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;
    }
    .cusmax1025w100-96px{
        width: calc(100% - 96px);
        max-width: calc(100% - 96px);
    }
    .cusmax1025w100-336px{
        width: calc(100% - 336px);
        max-width: calc(100% - 336px);
    }
    .cusmax1025w320px{
        width: 320px;
        max-width: 320px;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01001.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmaxpositionabsolute{
        position: absolute;
    }
}

@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;
    }
}

@media only screen and (max-width: 1024px){
    .cusmin1024w48px{
        width: 48px;
        max-width: 48px;
    }
    .cusmin1024w100-48px{
        width: calc(100% - 48px);
        max-width: calc(100% - 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;
    }
    .indexbg01{
        background: url(../fimgs/indexbg01002.jpg) center center no-repeat;
        background-size: cover;
    }
    .cusmin1024margin164{
        margin: 16px 4px;
    }
    .cusminwhitebg{
        background: rgba(255,255,255,1);
    }
    .cusminlightgraysolid1{
        border: 1px solid rgba(220,220,220,1);
    }
}

@media only screen and (max-width: 600px){
    .cusmaxw600dpb{
        display: block;
    }
    .cusmaxw600hidden{
        display: none;
    }
}