/* CSS Reset *//**********************************************************/
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}

/* Global *//**********************************************************/

body{font-size:13px;font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif;	color:#515151;line-height:22px; background:transparent;}
h2{ font-size:36px; line-height:normal; margin-bottom:20px}
h3{ font-size:24px; line-height:normal; margin-bottom:10px}
a{ text-decoration:none; color: #00908f;transition:all 0.3s linear}
a:hover{color: #666;}

p{ font-size:18px; line-height:30px; margin:10px 0}
input[type=text],input[type=email],input[type=tel],textarea{-moz-appearance:none; -webkit-appearance:none; appearance:none; border:0;background-color:#F2F2F2; padding: 10px 20px; color:#00908f; font-size:18px; font-weight:300; font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; box-sizing:border-box; border-radius:10px}
select{-moz-appearance:none; -webkit-appearance:none; appearance:none; background-image: url("data:image/svg+xml;utf8,<svg fill='%233A8A89' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); background-repeat: no-repeat; background-size: auto 32px; background-position:right center;  border:0; background-color:#F2F2F2; padding: 10px 70px 10px 20px; color:#00908f; font-size:18px; font-weight:300; font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; box-sizing:border-box;  border-radius:10px}
input[type=submit]{ -moz-appearance:none; -webkit-appearance:none; appearance:none; border:0; background-color:#00908F; padding: 10px 20px; color:#fff; font-size:18px; font-weight:300; font-family: 'Ubuntu',"Microsoft JhengHei","\5FAE\x8EDF\6B63\9ED1\9AD4","Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Trebuchet MS", Arial, Helvetica, sans-serif; border-radius:10px}
.subtitle{ font-weight:700}
.greyFullbox { background-color: #F1F1F1;}
.siteInside{width:100%; max-width:1170px; margin:0 auto; box-sizing:border-box; padding:50px 15px;}
.greyFullbox .siteInside{padding:30px 15px 30px;}

.form{ max-width:560px; box-sizing:border-box; margin:0 auto}
.notice{ color:#F00;font-size:16px; padding-bottom:15px;}
.form .item{ padding-bottom:15px; font-size:16px; color:#7c7c7c}
.form .item > div{ padding-bottom:10px}
.form .item > div > img{ vertical-align:middle}
.form .item .text{ color:#333;font-size:16px;}
.form .space{ height:50px}
.form .btnItem{ text-align:center; padding:10px 0}

.noticeBox{ background-color: #F1F1F1; padding: 20px; max-width:560px; box-sizing:border-box; margin:0 auto 20px; border: 1px solid #00908F; color: #00908F; font-size: 16px;}

#errorText { color: #ff0000; font-weight: bold;}



@media only screen and (max-width:290px) {
	
}