@charset "utf-8";
/* CSS Document */
/*網頁頁面屬性設定*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
	margin: 0px;
	padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	background-color: #FFF;	
    font-family: "Roboto", "Noto Sans" , -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;font-size: 16px;
    line-height: 1.5;
    color: #000;
}
html>body {
	margin: 0px;
	padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	background-color: #FFF;
    font-family: "Roboto", "Noto Sans" , -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;font-size: 16px;
    line-height: 1.5;
    color: #000;
}
*+html>body {
	margin: 0px;
	padding: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	background-color: #FFF;
    font-family: "Roboto", "Noto Sans" , -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;font-size: 16px;
    line-height: 1.5;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    display: block; 
}
a {
    color: #001eff;
    text-decoration: none; 
}  
a:hover {
    text-decoration: underline; }
  
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #ff7200;
    padding: 8px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
}
h2 {
    font-weight: 400;
    text-align: center;
    color: #000;
    letter-spacing: 1px;
}
h3 {
    display: inline-block;
    background-color: #ff7200;
    padding: 4px 12px; 
    margin-top: 0;
    margin-bottom: 0;
    border:none;
    border-radius: 100px;
    color: #FFF;
}
.infoArea {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 32px;
    border-bottom: #454545 dashed 1px;
}
.logo {
    margin-top:16px;
    margin-bottom: 16px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.logoImg {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 32px;
}
.infoStyle01 {
    width: 96%;
    margin: 0 auto;
}
.infoAreaStyle01 {
    width: 88%;
    margin: 32px auto;
}
.infoAreaStyle02 {
    width: 88%;
    margin: 32px auto;
}
.listStyle {
    font-size: 16px;
}
.notify {
    color: #ff0000;
}
@media (max-width: 767px) {
    h1 {
        font-size: 14px;
        font-weight: bold;
    }
    h2 {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #000;
    }
    h3 {
        display: inline-block;
        background-color: #ff7200;
        padding: 4px 8px; 
        margin-top: 0;
        margin-bottom: 0;
        border:none;
        border-radius: 100px;
        color: #FFF;
        font-size: 14px;
    }
    .logoImg {
        width: 30%;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 32px;
    }
    .infoStyle01 {
        width: 96%;
        margin: 0 auto;
        font-size: 14px;
    }
    .listStyle {
        font-size: 14px;
    }
    }