﻿/*定義頁面寬高*/
html, body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
}

/*整體內容div*/
#MasterPage_div {
}

/*設定背景樣式*/
body {
    /*font-family: SetoFont;*/
    font-family: '微軟正黑體';
    /*font-family: 'cwTeXHei','Arial','微軟正黑體';*/
    /*background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center center;*/
    /*background-color: #430503;*/
    /*font-size: 16px;*/
    background-color: #f5f5f5;
}

input {
    font-family: '微軟正黑體';
    border: 1px solid #b6b6b6;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0 0 inset;
    padding: 5px 8px;
    color: #ff6a00;
}

select {
    cursor: pointer;
    font-family: '微軟正黑體';
    border: 1px solid #b6b6b6;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0 0 inset;
    padding: 5px 8px;
    color: #ff6a00;
}

option {
    font-family: '新細明體';
}

button {
    font-family: '微軟正黑體';
}

a {
    cursor: pointer;
    color: #0094ff;
}

    /*去除超連結底線*/
    a:link, a:visited, a:active {
        text-decoration: none;
        color: #0094ff;
    }

    a:hover {
        text-decoration: none;
        color: #0072c4;
    }

/*.cke_reset_all a {
    color: #505050;
}*/

/*p {
    margin: 0;
}*/

/*去除按鈕關注外框線*/
/*button[type=button]:focus {
    outline: none;
}*/

/*placeholder字樣的樣式*/
/*::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}*/

#HeaderBG_Box {
    width: 1000px;
    height: 170px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative;
}

    #HeaderBG_Box img {
        width: 100%;
        height: 100%;
    }

#DpProclaim {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f1f1f1;
    font-size: 12px;
    border: 1px solid #b6b6b6;
    padding: 3px 5px;
}

#Copyright_Box {
    width: 1000px;
    margin: auto;
    padding: 0 0 10px 0;
}











.FloatBox {
    opacity: 0;
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.FloatBox_Inset {
    opacity: 0;
    width: 800px;
    margin: 0 auto 150px auto;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.FloatBox_Title {
    color: #707070;
    font-weight: bold;
    border-bottom: 1px solid #b6b6b6;
    padding: 5px 10px;
    box-shadow: #fff 0 1px 0 0 inset;
    background: rgb(247,247,247);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(208,210,208,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(208,210,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d0d2d0',GradientType=0 );
}

#FloatBox_TitleWord {
    display: inline-block;
    max-width: 720px;
}

.FloatBox_Html {
    padding: 10px;
    overflow: auto;
}

.FloatBox_HtmlAll {
    word-wrap: break-word;
}

.FloatBox_Close {
    cursor: pointer;
    float: right;
    opacity: 0.5;
}

    .FloatBox_Close:hover {
        opacity: 1;
    }

    .FloatBox_Close:active {
        opacity: 0.5;
    }

@media screen and (min-width: 1920px) {
    .FloatBox_Html {
        max-height: 750px;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1919px) {
    .FloatBox_Html {
        max-height: 550px;
    }
}

@media screen and (max-width: 1359px) {
    .FloatBox_Html {
        max-height: 450px;
    }
}
