/*--general--*/
body {
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
h1,h2,h3,h4 {
    display: block;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 29px;
    width: 0;
    height: 0;
    visibility: hidden;
}
#back{
    position: fixed;
    bottom: 8px;
    right: 8px;
    padding: 15px 10px;
    text-align: center;
    background: url(../fimgs/mainbg.png) center no-repeat;
    background-size: cover;
    z-index: 1000;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*--user setting - column--*/
.col12-1{width: 60px;}
.col12-2{width: 140px;}
.col12-3{width: 220px;}
.col12-4{width: 300px;}
.col12-5{width: 380px;}
.col12-6{width: 450px;}
.col12-7{width: 520px;}
.col12-8{width: 600px;}
.col12-9{width: 690px;}
.col12-10{width: 760px;}
.col12-11{width: 850px;}
.col12-12{width: 960px;}

/*--user setting - max width--*/
.maxw70{max-width: 70%;}
.maxw75{max-width: 75%;}
.maxw80{max-width: 80%;}
.maxw85{max-width: 85%;}
.maxw90{max-width: 90%;}
.maxw95{max-width: 95%;}
.maxw100{max-width: 100%;}

/*--user setting - width--*/
.w75{width: 168px;}
.w100{width: 100%;}
.w1200{width: 1200px;}
.w100px{width: 100px;}
.w300px{width: 300px;}

/*--user setting - max height--*/
.maxh100{max-height: 100%:}

/*--user setting - height--*/
.h100{height: 100%;}
.h4px{height: 4px;}
.h38px{height: 38px;}
.h34px{height: 34px;}
.h25{height: 25%;}
.h200px{height: 200px;}
/*--user setting - padding--*/
.padding0{padding: 0px;}
.padding4{padding: 4px;}
.padding8{padding: 8px;}
.padding16{padding: 16px;}
.paddingtb0lr2{padding: 0 2px;}
.paddingtb0lr4{padding: 0 4px;}
.paddingtb0lr8{padding: 0 8px;}
.paddingtb0lr16{padding: 0 16px;}
.paddingtb4lr0{padding: 4px 0px;}
.paddingtb4lr8{padding: 4px 8px;}
.paddingtb4lr16{padding: 4px 16px;}
.paddingtb8lr0{padding: 8px 0px;}
.paddingtb8lr16{padding: 8px 16px;}
.paddingtb16lr0{padding: 16px 0px;}
.paddingtb16lr8{padding: 16px 8px;}
.paddingtb20lr0{padding: 20px 0px;}
.paddingtb24lr0{padding: 24px 0px;}
.paddingtb40lr0{padding: 40px 0px;}
.paddingtb40lr8{padding: 40px 8px;}
.paddingt60b8lr0{padding: 60px 0px 8px 0px;}

/*--user setting - margin--*/
.margin0{margin: 0;}
.margin0auto{margin: 0 auto;}
.margin0auto00{margin: 0 auto 0 0;}
.margin000auto{margin: 0 0 0 auto;}
.margin8auto{margin: 8px auto;}
.margin16auto{margin: 16px auto;}
.margin8{margin: 8px;}

/*--user setting - display--*/
.dpinb{display: inline-block;}
.dpb{display: block;}
.dpf{display: flex;display: -webkit-flex;}
.dpinf{display: inline-flex;display: -webkit-inline-flex;}
.alignitemcenter{align-items: center;-webkit-align-items: center;}
.justifycontentcenter{justify-content: center; -webkit-justify-content: center;}
.justifycontentsb{justify-content: space-between; -webkit-justify-content: space-between;}
.alignitemstretch{align-items: stretch;-webkit-align-items: stretch;}

/*--user setting - line height--*/
.lh40{line-height: 40px;}
.lh32{line-height: 32px;}
.lh24{line-height: 24px;}
.lh16{line-height: 16px;}
.lh0{line-height: 0px;}

/*--user setting - line height--*/
.ls24{letter-spacing: 2.4px;}
.ls16{letter-spacing: 1.6px;}
.ls12{letter-spacing: 1.2px;}
.ls04{letter-spacing: 0.4px;}
.ls-01{letter-spacing: -0.1px;}

/*--user setting - font size--*/
.fs11{font-size: 11px;}
.fs13{font-size: 13px;}
.fs15{font-size: 15px;}
.fs17{font-size: 17px;}
.fs19{font-size: 19px;}
.fs21{font-size: 21px;}
.fs23{font-size: 23px;}
.fs25{font-size: 25px;}
.fs27{font-size: 27px;}
.fs29{font-size: 29px;}

/*--user setting - font weight--*/
.fw100{font-weight: 100;}
.fw400{font-weight: 400;}
.fw700{font-weight: 700;}
.fw900{font-weight: 900;}

/*--user setting - text align--*/
.textleft{text-align: left;}
.textright{text-align: right;}
.textcenter{text-align: center;}
.textjustify{text-align: justify;}
.nowrap{white-space: nowrap;}

/*--user setting - text decoration--*/
.textdeclt{text-decoration:line-through; }

/*--user setting - vertical align--*/
.valigntop{vertical-align: top;}
.valignmiddle{vertical-align: middle;}
.valignbottom{vertical-align: bottom;}

/*--user setting - font color--*/
.redfont,.warning{color: rgba(204,0,0,1);}
.brownfont{color: rgba(87,0,7,1);}
.defaultfont{color: rgba(255,255,255,1);}
.grayfont{color: rgba(68,68,68,1);}
.greenlinefont{color: rgba(0,191,0,1);}
.yellowfont{color: rgba(255,242,120,1);}
.orangefont{color: rgba(255,64,0,1);}
.browntoorangefont{color: rgba(87,0,7,1);text-decoration: none;transition: all 0.3s;-webkit-transition: all 0.3s;}
.browntoorangefont:hover, .browntoorangefont:active{color: rgba(255,64,0,1);}
.whitetoorangefont{color: rgba(255,255,255,1);text-decoration: none;transition: all 0.3s;-webkit-transition: all 0.3s;}
.whitetoorangefont:hover, .whitetoorangefont:active{color: rgba(255,64,0,1);}
.whitetoyellowfont{color: rgba(255,255,255,1);text-decoration: none;transition: all 0.3s;-webkit-transition: all 0.3s;}
.whitetoyellowfont:hover, .whitetoyellowfont:active{color: rgba(255,242,120,1);}
.browntodefaultfont{color: rgba(87,0,7,1);text-decoration: none;transition: all 0.3s;-webkit-transition: all 0.3s;}
.browntodefaultfont:hover, .browntodefaultfont:active{color: rgba(255,255,255,1);}

/*--user setting - border--*/
.brownsolidbottom1{border-bottom: 1px solid rgba(87,0,7,1);}
.brownsolidbottom4{border-bottom: 4px solid rgba(87,0,7,1);}
.browndotbottom1{border-bottom: 1px dotted rgba(87,0,7,1);}
.yellowsolidbottom1{border-bottom: 1px solid rgba(255,242,120,1);}
.yellowdotbottom1{border-bottom: 1px dotted rgba(255,242,120,1);}
.lightgrayboder1{border: 1px solid rgba(212,212,212,1);}
.grayborder1{border: 1px solid rgba(164,164,164,1);}
.whiteborder1{border: 1px solid rgba(255,255,255,1);}
.brownborder1{border: 1px solid rgba(87,0,7,1);}

/*--user setting - position--*/
.positionfixed{position: fixed;}
.positionabsolute{position: absolute;}
.positionrelative{position: relative;}
.top0{top: 0;}
.top30{top: 30%;}
.top50{top: 50%;}
.top-80px{top: -80px;}
.left0{left: 0;}
.left50{left: 50%;}
.bottom0{bottom: 0;}
.bottom24px{bottom: 24px;}
.right0{right: 0;}
.right50{right: 50%;}
.right100{right: 100%;}
.zindex-1{z-index: -1;}
.zindex1{z-index: 1;}
.zindex2{z-index: 2;}
.zindex4{z-index: 4;}
.translatex-50{transform: translate(-50%, 0%);-webkit-transform: translate(-50%, 0%);-ms-transform: translate(-50%, 0%);}
.translatey-50{transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);}
.translatexy-50{transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
.translatex50{transform: translate(50%, 0%);-webkit-transform: translate(50%, 0%);-ms-transform: translate(50%, 0%);}

/*--user setting - overflow--*/
.overflowhidden{
    overflow: hidden;
}

/*--user setting - opacity--*/
.opacity0{
    opacity: 0.0;
    filter: alpha(opacity=0);
}

/*--user setting - box shadow--*/
.blackboxshadowbottom8{
    box-shadow: 0px 8px 8px -3px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px 8px 8px -3px rgba(35,35,35,.8);
}
.blackboxshadowtb085-6{
    box-shadow: 0px 8px 5px -6px rgba(35,35,35,.8), 0px -8px 5px -6px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px 8px 5px -6px rgba(35,35,35,.8), 0px -8px 5px -6px rgba(35,35,35,.8);
}
.blackboxshadowlr805-6{
    box-shadow: 8px 0px 5px -6px rgba(35,35,35,.8), -8px 0px 5px -6px rgba(35,35,35,.8);
    -webkit-box-shadow: 8px 0px 5px -6px rgba(35,35,35,.8), -8px 0px 5px -6px rgba(35,35,35,.8);
}
.blackboxshadowbottom4{
    box-shadow: 0px 4px 4px -3px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px 4px 4px -3px rgba(35,35,35,.8);
}
.blackboxshadowtop4{
    box-shadow: 0px -4px 4px -3px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px -4px 4px -3px rgba(35,35,35,.8);
}
.blackboxshadow5{
    box-shadow: 0px 0px 5px -1px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px 0px 5px -1px rgba(35,35,35,.8);
}
.blackboxshadow8{
    box-shadow: 0px 0px 8px -1px rgba(35,35,35,.8);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(35,35,35,.8);
}
.insetblackboxshadow15{
    box-shadow: 0px 0px 15px -1px rgba(35,35,35,.8) inset;
    -webkit-box-shadow: 0px 0px 15px -1px rgba(35,35,35,.8) inset;
}
.insetblackboxshadowtop8{
    box-shadow: 0px 8px 8px -3px rgba(35,35,35,.8) inset;
    -webkit-box-shadow: 0px 8px 8px -3px rgba(35,35,35,.8) inset;
}
.dropshadow8{
    -webkit-filter: drop-shadow(0px 0px 8px rgba(35,35,35,.8));
    filter: drop-shadow(0px 0px 8px rgba(35,35,35,.8));
}

/*--user setting - background--*/
.overlaybg{
    background: rgba(0,0,0,.8);
}
.brownbg{
    background: rgba(87,0,7,1);
}
.orangebg{
    background: rgba(255,64,0,1);
}
.bnbbg{
    background: url(../fimgs/bg.png) center no-repeat;
    background-size: 100%;
}
.mainbg{
    background: url(../fimgs/bodybg.jpg) center repeat;
}
.headerbg{
    background: url(../fimgs/headerbg.jpg) center repeat;
}
.bodybg{
    background: url(../fimgs/bodybg.jpg) center repeat;
}
.footerbg{
    background: url(../fimgs/footerbg.png) center repeat;
}
.lblacktortransbg{
    background: -webkit-linear-gradient(left, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(21,2,0,.9)), color-stop(100%, rgba(21,2,0,.1)));
    background: -o-linear-gradient(left, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: -moz-linear-gradient(left, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: linear-gradient(to right, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background-size: contain;
}
.rblacktoltransbg{
    background: -webkit-linear-gradient(right, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(21,2,0,.9)), color-stop(100%, rgba(21,2,0,.1)));
    background: -o-linear-gradient(right, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: -moz-linear-gradient(right, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background: linear-gradient(to left, rgba(21,2,0,.9),rgba(21,2,0,.1));
    background-size: contain;
}
.transtobrownbg{
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(129,15,14,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(129,15,14,1)));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(129,15,14,1));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(129,15,14,1));
    background: linear-gradient(rgba(0,0,0,0),rgba(129,15,14,1));
    background-size: contain;
}
.whitetograybg{
    background: -webkit-linear-gradient(rgba(252,252,252,1),rgba(214,214,214,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(214,214,214,1)));
    background: -o-linear-gradient(rgba(252,252,252,1),rgba(214,214,214,1));
    background: -moz-linear-gradient(rgba(252,252,252,1),rgba(214,214,214,1));
    background: linear-gradient(rgba(252,252,252,1),rgba(214,214,214,1));
    background-size: contain;
}
.graytowhitebg{
    background: -webkit-linear-gradient(rgba(214,214,214,1),rgba(252,252,252,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(100%, rgba(252,252,2521)));
    background: -o-linear-gradient(rgba(214,214,214,1),rgba(252,252,252,1));
    background: -moz-linear-gradient(rgba(214,214,214,1),rgba(252,252,252,1));
    background: linear-gradient(rgba(214,214,214,1),rgba(252,252,252,1));
    background-size: contain;
}
.yellowtoorangebg{
    background: -webkit-linear-gradient(rgba(247,190,69,1),rgba(222,127,36,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,190,69,1)), color-stop(100%, rgba(222,127,36,1)));
    background: -o-linear-gradient(rgba(247,190,69,1),rgba(222,127,36,1));
    background: -moz-linear-gradient(rgba(247,190,69,1),rgba(222,127,36,1));
    background: linear-gradient(rgba(247,190,69,1),rgba(222,127,36,1));
    background-size: contain;
}
.gradientyellowbg{
    background: -webkit-linear-gradient(rgba(255,242,120,1),rgba(255,194,7,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,242,120,1)), color-stop(100%, rgba(255,194,7,1)));
    background: -o-linear-gradient(rgba(255,242,120,1),rgba(255,194,7,1));
    background: -moz-linear-gradient(rgba(255,242,120,1),rgba(255,194,7,1));
    background: linear-gradient(rgba(255,242,120,1),rgba(255,194,7,1));
    background-size: contain;
}
.ltranstormainbg{
    background: -webkit-linear-gradient(right, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(180,141,85,.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -o-linear-gradient(right, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: -moz-linear-gradient(right, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: linear-gradient(to left, rgba(180,141,85,.8),rgba(0,0,0,0));
    background-size: contain;
}
.lmaintortransbg{
    background: -webkit-linear-gradient(left, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(180,141,85,.8)), color-stop(100%, rgba(0,0,0,0)));
    background: -o-linear-gradient(left, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(180,141,85,.8),rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(180,141,85,.8),rgba(0,0,0,0));
    background-size: contain;
}
.staticfilmtbg{
	background: url(../fimgs/film.png) repeat-x;
	background-position: 0px 0px;
}
.staticfilmbbg{
	background: url(../fimgs/film01.png) repeat-x;
	background-position: 0px 0px;
}
.filmtbg{
	background: url(../fimgs/film.png) repeat-x;
	background-position: 0px 0px;
	animation: animatedBackground 6.5s linear infinite;
	-moz-animation: animatedBackground 6.5s linear infinite;
	-webkit-animation: animatedBackground 6.5s linear infinite;
	-ms-animation: animatedBackground 6.5s linear infinite;
	-o-animation: animatedBackground 6.5s linear infinite;
}
.filmbbg{
	background: url(../fimgs/film01.png) repeat-x;
	background-position: 0px 0px;
	animation: animatedBackground 6.5s linear infinite;
	-moz-animation: animatedBackground 6.5s linear infinite;
	-webkit-animation: animatedBackground 6.5s linear infinite;
	-ms-animation: animatedBackground 6.5s linear infinite;
	-o-animation: animatedBackground 6.5s linear infinite;
}
@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -158px 0; }
}

@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -158px 0; }
}

/*--user setting - border radius--*/
.borderr3{
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.borderr7{
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
.borderr15{
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.borderr25{
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
/*--user setting - img--*/
img[name=counter]{
    max-width: 24px;
    display: inline-block;
    vertical-align: middle;
}
img[name=share]{
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
img[name=share]:hover, img[name=share]:active{
    top: 1px;
}
.scale095{
    transform:scale(1);
    -webkit-transform:scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scale095:hover, .scale095:active{
    transform:scale(0.92);
    -webkit-transform:scale(0.92);
}
.scale110{
    transform:scale(1);
    -webkit-transform:scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scale110:hover, .scale110:active{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
}
.hoverz9{
    z-index: 8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hoverz9:hover, .hoverz9:active{
    z-index: 9;
}

/*--user setting - google map--*/
.indexmap, .map{
    max-width: 100%;
}
/*--user setting - news--*/
.newsdetailborder{
    border-style: solid; 
    border-width: 39px 0px 26px; 
    -moz-border-image: url(../fimgs/mapbg.png) 130 11 79 0 stretch;
    -webkit-border-image: url(../fimgs/mapbg.png) 130 11 79 0 stretch;
    -o-border-image: url(../fimgs/mapbg.png) 130 11 79 0 stretch; 
    border-image: url(../fimgs/mapbg.png) 130 11 79 0 fill stretch;
}
.newsborder{
    border-style: solid; 
    border-width: 24px; 
    -moz-border-image: url(../fimgs/newsborder.png) 43 77 45 72 repeat stretch;
    -webkit-border-image: url(../fimgs/newsborder.png) 43 77 45 72 repeat stretch; 
    -o-border-image: url(../fimgs/newsborder.png) 43 77 45 72 repeat stretch; 
    border-image: url(../fimgs/newsborder.png) 43 77 45 72 repeat stretch;
}

/*--user setting - font family--*/
.fmmeiryo{
    Font-family:Meiryo;
}
.fmyahei{
    Font-family:Microsoft YaHei;
}
/*--user setting - footer--*/
footer a{
    text-decoration: none;
}
footer a:hover, footer a:active{
    text-decoration: underline;
}
.qrcode{
    max-width: 100px;
}

/*--user setting - nav--*/
.maxnav:hover a, .maxnav:active a{
    border-left-width: 1px; 
    border-right-width: 1px; 
    border-style: solid; 
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(180,141,85,.8)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgba(180,141,85,.8), rgba(0, 0, 0, 0)) 1 100%; 
    -moz-border-image: -moz-linear-gradient(rgba(180,141,85,.8), rgba(0, 0, 0, 0)) 1 100%; 
    -o-border-image: -o-linear-gradient(rgba(180,141,85,.8), rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, rgba(180,141,85,.8), rgba(0, 0, 0, 0)) 1 100%; 
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(87,0,7,1),rgba(0,0,0,0));
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)),color-stop(50%, rgba(87,0,7,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -o-linear-gradient(left, rgba(0,0,0,0),rgba(87,0,7,1),rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(87,0,7,1),rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,0),rgba(87,0,7,1),rgba(0,0,0,0));
    background-size: contain;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  left: 0;
  right: 0;
}
.iframe{
    max-width: 100%;
    position: relative;
    padding:0px;
    height:0;
    padding-bottom: 50%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
}
.iframe > iframe{
    position: absolute;
    top: 3px;
    left: 0px;
    width:100%;
    height: 100%;
    border:0;
    margin-left: auto;
    margin-right: auto;
}
input[type=button]{
    text-align: center;
    vertical-align: middle;
    color: rgba(68,68,68,1);
    margin: 0 auto;
}
check,input,textarea,select{
    text-align: center;
    font-size: 13px;
    font-family: Microsoft JhengHei,Verdana,sans-serif;
    color: rgba(68,68,68,1);
    padding: 4px;
    border: 1px solid rgba(44,44,44,0.5);
}
input,textarea{
    max-width: 95%;
    text-align: left;
    font-size: 15px;
    font-family: Microsoft JhengHei,Verdana,sans-serif;
    color: rgba(68,68,68,1);
}
textarea{
    width: 95%;
    resize: none;
    display: block;
    min-height: 100px;
    margin: 0 auto;
}
select{
    margin: 0 2px;
    border-radius: 7px;
}
input[type=text]{
    width: 95%;
    resize: none;
    margin: 0 4px;
}
input[name=ordernum],input[name=ordergnum],input[name=zipcode]{
    width: 50px;
    text-align: right;
    border-radius: 7px;
}
::-webkit-input-placeholder {
    font-size: 11px;
    color: rgba(165,165,165,1);
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
:-moz-placeholder {
    font-size: 11px;
    color: rgba(165,165,165,1);
    opacity:  1;
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
::-moz-placeholder {
    font-size: 11px;
    color: rgba(165,165,165,1);
    opacity:  1;
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
:-ms-input-placeholder {
    font-size: 11px;
    color: rgba(165,165,165,1);
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
:placeholder-shown {
    font-size: 11px;
    color: rgba(165,165,165,1);
    font-family: Microsoft JhengHei,Verdana,sans-serif;
}
.ui-widget{
    font-size: 13px;
}
audio{
    position: fixed;
    z-index: 9999;
    vertical-align: middle;
    display: inline-block;
    bottom: 0px;
    right: 0px;
    width: 150px;
    height: 32px;
}
.fotorama__wrap{
    margin: 0 auto;
}
ol.listol{
    padding-left: 32px;
    max-width: calc(100% - 32px);
    list-style: decimal;
    list-style-position: outside;
}
ul.listul{
    padding-left: 32px;
    max-width: calc(100% - 32px);
    list-style: circle;
    list-style-position: outside;
}

/*--min 1001px--*/
@media only screen and (min-width: 1001px){
    .maxhidden{display: none;}
    .maxnowrap{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .maxdpf{display: flex;display: -webkit-flex;}
    .maxdpinf{display: inline-flex;display: -webkit-inline-flex;}
    .maxalignitemcenter{align-items: center;-webkit-align-items: center;}
    .maxjustifycontentcenter{justify-content: center; -webkit-justify-content: center;}
    .maxjustifycontentsb{justify-content: space-between; -webkit-justify-content: space-between;}
    .maxalignitemstretch{align-items: stretch;-webkit-align-items: stretch;}
    .maxflex2{flex-grow: 1.2;-webkit-flex-grow: 1.2;}
    .maxflexwrap{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
    .midmargin04{margin: 0px 4px;}
    .maxbrownsolidr{border-right: 1px solid rgba(87,0,7,1);}
    .maxh264{height: 264px;}
    .maxyellowdotright1{border-right: 1px dotted rgba(255,242,120,1);}
    .moviebg{
        background: url(../fimgs/storybgink.png) 25% center no-repeat,-webkit-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(21,2,0,.1)), url(../fimgs/storybgbike.png) center no-repeat;
        background: url(../fimgs/storybgink.png) 25% center no-repeat,-webkit-gradient(linear, right top, left top, color-stop(0%, rgba(101,73,35,.9)), color-stop(33%, rgba(0,0,0,1)), color-stop(66%, rgba(101,73,35,.1)), color-stop(100%, rgba(101,73,35,.1))), url(../fimgs/storybgbike.png) center no-repeat;
        background: url(../fimgs/storybgink.png) 25% center no-repeat,-o-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(21,2,0,.1)), url(../fimgs/storybgbike.png) center no-repeat;
        background: url(../fimgs/storybgink.png) 25% center no-repeat,-moz-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(21,2,0,.1)), url(../fimgs/storybgbike.png) center no-repeat;
        background: url(../fimgs/storybgink.png) 25% center no-repeat,linear-gradient(to left, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(21,2,0,.1)), url(../fimgs/storybgbike.png) center no-repeat;
        background-size: contain, cover, contain;
    }
    .mochi img{
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .mochi:hover img, .mochi:active img{
        bottom: 30px;
    }
    .innernav .iconmochi{
        max-height: 64px;
        max-width: 64px;
        display: block;
        height: 0;
        width: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: relative;
        filter: alpha(opacity=0);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .innernav:hover .iconmochi, .innernav:active .iconmochi{
        opacity: 100;
        filter: alpha(opacity=100);
        height: 64px;
        width: 64px;
    }
    .mapbg{
        background: url(../fimgs/mapdec.png) right 80% no-repeat;
        background-size: 290px 290px;
    }
    input[name$='name'], input[name$='cel'], input[name$='tel'], input[name$='date'], input[name=taxid],input[name$='mail']{width: 250px;}
    input[name$='addr'], input[name=invoicetitle]{width: 450px;}
    input[name=ct_captcha]{width: 150px;}
    ul.pgwSlider,.pgwSlider  ul {box-shadow: 0px 0px 8px -1px rgba(35,35,35,.8);-webkit-box-shadow: 0px 0px 8px -1px rgba(35,35,35,.8);}
    .maxw2-1-16{
        width: calc(100% / 2 - 15.99px);
        max-width: calc(100% / 2 - 15.99px);
    }
}
/*--min 1201px--*/
@media only screen and (min-width: 1201px){
    .maxmargin08{margin: 0 8px;}
    .maxmargin016{margin: 0 16px;}
    .maxmargin16{margin: 16px;}
    .maxmargin8{margin: 8px;}
    .maxw450px{width: 450px;}
    .maxpaddingtb0lr16{padding: 0px 16px;}
    .maxpaddingtbr0l300{padding: 0px 0px 0px 300px;}
    .maxpaddingt72b8lr0{padding: 72px 0px 8px 0px;}
}
@media only screen and (min-width: 1380px){
    .max1280dpinb{display: inline-block;}
    .max1280dpb{display: block;}
}
/*--max 1200px--*/
@media only screen and (max-width: 1200px){
    .middlehidden{display: none;}
    .middletextleft{text-align: left;}
    .middlemaxw75{max-width: 75%}
    .middlemaxw84px{max-width: 84px;}
    .middlemaxw152px{max-width: 152px;}
}
@media only screen and (max-width: 1800px){
    .midcol12-1{width: 60px;}
}
/*--max 1000px--*/
@media only screen and (max-width: 1000px){
    .mindpb{display: block;}
    .minmaxw40{max-width: 40%;}
    .minmaxw60{max-width: 60%;}
    .minmaxw70{max-width: 70%;}
    .minmaxw75{max-width: 75%;}
    .minmaxw90{max-width: 90%;}
    .minoverflowhidden{overflow: hidden;}
    .minvisibilityhidden{visibility: hidden;}
    .minhidden{display: none;}
    .mintextalignleft{text-align: left;}
    .mintextaligncenter{text-align: center;}
    .mintextalignjustify{text-align: justify;}
    .mindpf{display: flex;display: -webkit-flex;}
    .minalignitemcenter{align-items: center;-webkit-align-items: center;}
    .minjustifycontentend{justify-content: flex-end;justify-content: flex-end;}
    .minjustifycontentsb{justify-content: space-between;justify-content: space-between;}
    .minjustifycontentcenter{justify-content: center;justify-content: center;}
    .minflexwrap{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
    .minmargin0auto{margin: 0px auto;}
    .minmargin16auto{margin: 16px auto;}
    .minpadding8{padding: 8px;}
    .logo{max-width: 50%;}
    .newsbg{background: none;}
    .minnormal{white-space: normal;}
    .moviebg{
        background: url(../fimgs/storybgink.png) left center no-repeat,-webkit-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(101,73,35,.1)), url(../fimgs/storybgbike.png) right no-repeat;
        background: url(../fimgs/storybgink.png) left center no-repeat,-webkit-gradient(linear, right top, left top, color-stop(0%, rgba(101,73,35,.9)), color-stop(33%, rgba(0,0,0,1)), color-stop(66%, rgba(101,73,35,.1)), color-stop(100%, rgba(101,73,35,.1))), url(../fimgs/storybgbike.png) right no-repeat;
        background: url(../fimgs/storybgink.png) left center no-repeat,-o-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(101,73,35,.1)), url(../fimgs/storybgbike.png) right no-repeat;
        background: url(../fimgs/storybgink.png) left center no-repeat,-moz-linear-gradient(right, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(101,73,35,.1)), url(../fimgs/storybgbike.png) right no-repeat;
        background: url(../fimgs/storybgink.png) left center no-repeat,linear-gradient(to left, rgba(101,73,35,.9), rgba(0,0,0,1),rgba(101,73,35,.1),rgba(101,73,35,.1)), url(../fimgs/storybgbike.png) right no-repeat;
        background-size: contain, cover, contain;
    }
    .top-80px{top: -50px;}
}
/*--max 624px--*/
@media only screen and (max-width: 624px){
    .min624dpb{display: block;}
    .min624hidden{display: none;}
}