/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.formcol1 {display: inline-block; width: 30%; vertical-align: text-top; padding: 5px;}
.formcol2 {display: inline-block; width: 60%; vertical-align: text-top; padding: 5px;}
.input1 {width: 100%; font-family: Arial, "微軟正黑體", "Microsoft JhengHei"; padding: 3px;}
.input2 {width: 100%; font-family: Arial, "微軟正黑體", "Microsoft JhengHei"; padding: 3px; border: #fff thin solid}
.option1a, .option1b, .option1c, .option15 {display: none;}
.option1c {padding: 10px; border: solid thin #ececec; background-color: #EDEDED }

@media only screen and (max-width: 468px) {
	.formcol1 {width: 95%; }
.formcol2 {width: 95%; }}

#uploadcontainer { width:400px; height: 300px; background-color:#FFF; position:fixed; z-index: 9999; top: 50%; left: 50%; margin-left: -150px; margin-top: -200px; box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.3); display:none; padding: 10px;}

.popclose { position:absolute; margin-left: 350px; margin-top: 5px; z-index:2;}
#blackbg {position:absolute; z-index: 1000; display: none;}
.uploadbtn1 {width: 120px; height: 20px; background-color: #ececec; font-size:12px; border-color:#999; border-width:thin; border-style:solid; text-align:center; cursor:pointer;}

#textbox1a1, #textbox1b1, #textbox2a1, #textbox2b1, #textbox3a1, #textbox3b1, #textbox4a1, #textbox4b1 { display: none} 

.header2 {font-size: 20px; color: #744AA3}
.slogo01, .slogo02, .slogo03, .slogo04, .slogo05 {display: inline-block; margin-right:15px;margin-top:15px;}
.slogo01 img {height: 135px;}
.slogo02 img {height: 105px;}
.slogo03 img {height: 83px;}
.slogo04 img {height: 91px;}
.slogo05 img {height: 68px;}

@media only screen and (max-width: 768px) {
.slogo01, .slogo02, .slogo03, .slogo04, .slogo05 {display: inline-block; margin-right:10px;margin-top:10px;}
.slogo01 img {height: 96px;}
.slogo02 img {height: 76px;}
.slogo03 img {height: 55px;}
.slogo04 img {height: 60px;}
.slogo05 img {height: 45px;}

}

@media only screen and (max-width: 468px) {
.slogo01, .slogo02, .slogo03, .slogo04, .slogo05 {display: inline-block; margin-right:5px;margin-top:5px;}
.slogo01 img {height: 46px;}
	.slogo02 img {height: 30px;}
.slogo03 img {height: 20px;}
.slogo04 img {height: 22px;}
.slogo05 img {height: 17px;}

}

.btnhome {width:130px; padding: 10px; background: #5A3C98; position: fixed; right: 0px; top: 0px; z-index: 99999; text-align: center; box-shadow: 3px 3px 5px #888888; }
.btnhome a {color: #fff}
@media only screen and (max-width: 992px) { .btnhome{width:100%;position: relative;} }
