﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0 0px 0 0;
    padding: 0;
    font-size: 100%;
    /*16px*/
    vertical-align: baseline;
    font-family: 微軟正黑體, 'Times New Roman', Heiti TC, Segoe UI, Meiryo;
}

img {
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, div {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

ol, ul, li, a {
    outline: 0;
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cf {
    zoom: 1;
}

    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

button, input, textarea {
    font-family: 'Noto Serif TC', '微軟正黑體';
    -webkit-appearance: none;
    -moz-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

label, span {
    display: inline-block;
}

body {
    background: rgba(181, 181, 181, 0.50);
}

.policy-wrap {
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #FFF;
}

.WWL {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
}
