@charset "utf-8";
/* CSS Document */
body#index .uk-modal-header h2, body#index .uk-modal-body h4 {
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
input[type="checkbox"] {
    margin-right: 10px;
}

.flabel label+label{
    margin: 0 1%;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    letter-spacing: 1px;
}
.submit_td input[type="text"]{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;}
#map img{border-bottom: 4px solid rgb(255,255,255);}
.contact_tip,#my-id{
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
.form1 li{
    margin-bottom: 1%;
    list-style-type: none;
}
.form1{
    padding-left: 0;
    margin-bottom: 10%;
}
.privacy-policy ul{
    padding-left: 30px;
}
.privacy-policy ul li {
    position: relative;
}
.privacy-policy .uk-article-title {
    font-family: 'Noto Sans TC', Microsoft JhengHei;
}
.privacy-policy ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -1em;
    background: rgb(50,50,50);
    top: 11px;
}
#map {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
}
.submit_td{
    position: relative;
}
#contact #to_form .uk-radio{
    margin-right: 5px;
}
#contact #to_form .uk-checkbox:checked, #contact #to_form .uk-checkbox:indeterminate, #contact #to_form .uk-radio:checked {
    background-color: #BD922B;
}
.flabel {
    margin: 1% 0 1% 0;
    border-bottom: 1px solid #C1A772;
    margin-left: 0;
    height: 34px;
}
#contact #to_form .uk-form-label {
    color:#000;
    font-size:18px;
    font-family:Microsoft JhengHei;
    font-weight: bold;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-right: 1%;
}
/*無欄位聯絡表單*/
input::placeholder{
    color:#000;
    font-size:18px;
    font-family:Microsoft JhengHei;
    font-weight: bold;
}
textarea::placeholder{
    color:#000;
    font-size: 18px;
    font-family:Microsoft JhengHei;
    font-weight: bold;
}
.SelectStyle option{
    color:#000;
    font-size: 18px;
}
.contact {
    left: 0;
    margin-top: 0;
    width: 84%;
    margin-left: 8%;
    margin-right: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.contact > table {
    width: 100%;
}
.contact > table >tbody > tr {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5%;
}
.contact > table >tbody > tr > td:first-child {
    background: #f3f3f3;
    font-size: 1em;
    font-family: 'cwTeXHei',Microsoft JhengHei;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    min-width: 38px;
    position: relative;
}
input[type="text"] {
}
.contact > table >tbody > tr > td:nth-child(2) {
    display: inline-block;
    width: 85%;
    position: relative;
}
#authnum2 {
    position: absolute;
    right: 20%;
    cursor: pointer;
    height: 36px;
    width: 20%;
}
input[type="text"] {
    width: calc(100% - 24px);
    height: 34px;
    background: transparent;
    font-family: Microsoft JhengHei;
    letter-spacing: 1px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 3px;
    border: 1px solid #C1A772;
    font-size: 18px;
    border-top-width: 0;
    font-weight: bold;
    border-left-width: 0;
    border-right-width: 0;
}
.contact > table >tbody > tr:last-child > td > input[type="text"] {
    width: 100%;
}
.con_btn {
    background: #C1A772;
    border: 0px;
    padding: 0px;
    color: #FFF;
    font-family: 'Noto Sans TC', Microsoft JhengHei;
    height: 36px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
.submit_td .con_btn {
    width: 20%;
}
.contact > table >tbody > tr:last-child > td:first-child {
    background: transparent;
}
textarea {
    background: transparent;
    width: calc(100% - 4px);
    font-family: Microsoft JhengHei;
    max-width: 100%;
    height: 80px;
    text-indent: 20px;
    margin-top: 0;
    padding-top: 1%;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #C1A772;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
.SelectStyle,.SelectStyle2{
    width: calc(100% - 4px);
    height: 36px;
    overflow: hidden;
    background: url(../images/btn_list.png) no-repeat right transparent;
    display: inline-block;
    border: 1px solid #C1A772;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    text-indent: 20px;
}
.SelectStyle2{
    background-position: 99.4%
}
.SelectStyle select,.SelectStyle2 select {
    background: transparent;
    width: 100%;
    line-height: 1;
    border: 0;
    height: 36px;
    -webkit-appearance: none;
    font-family: Microsoft JhengHei;
    cursor: pointer;
    letter-spacing: 1px;
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
    text-align: left;
}
li.contact_tip{
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
    margin-top: 2%;
    margin-bottom: 3%;
    letter-spacing: 1px;
}
.contact_tip a{
    color: #c1a772;
    display: inline-block;
    position: static;
    padding: 0;
    opacity: 1;
    background: transparent;
    vertical-align: bottom;
}
.roseparty{
    background: #5fbeb8;
    padding: 15px 0 15px 0;
}
.roseparty a{
    display:inline-block;
    width: 100%;
}
.roseparty a img{
    height: 21px;
    display: block;
    margin: 0 auto;
}
.uk-form input[type=checkbox]:not(:disabled), .uk-form input[type=radio]:not(:disabled) {
    cursor: pointer;
}
.uk-form input[type=checkbox], .uk-form input[type=radio] {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: #FFF;
    margin-right: 9px;
}
.uk-form input[type=checkbox], .uk-form input[type=radio] {
    padding: 0;
}
.uk-form input, .uk-form select, .uk-form textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}
.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 20px;
    color: #00a8e6;
}
.uk-form input[type=checkbox]:before, .uk-form input[type=radio]:before {
    display: block;
}
footer{
    text-align: center;
    width: 94%;
    margin: 0 auto;
}
footer img{
    width: 100%;
    display: inline-block;
    min-width: 240px;
}
@media (max-width: 960px){
    textarea {
        height: 100px;
    }
    .SelectStyle2 {
        background-position: 100%;
    }
	.flabel {
    	height: auto;
	}
	#contact #to_form .uk-form-label{
		margin-bottom:1%;
		width: 100%;
		display: inline-block;
	}
	.flabel label:nth-child(2){
		margin-left:20px;
	}
	.flabel label+label{
		margin-bottom:5px;
	}
}
@media (max-width: 480px){
    .map {
        height: 300px;
    }
}

