﻿@import "/inc/css/btn.css";

html, body, select, input, div, h1, h2, h3, h4, p, span, ul, li, div, form {
    margin: 0;
    padding: 0;
}

body {
    font: 15px/1.5 微軟正黑體,Arial;
    color: #333;
    background: #4d4d4d;
    letter-spacing: 1px;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.float-L {
    float: left;
}

.float-R {
    float: right;
}

select {
    font: 15px/1.5 微軟正黑體,Arial;
    color: #333333;
    height: 30px;
}

input {
    font: 15px/1.5 微軟正黑體,Arial;
    color: #333333;
    padding: 4px;
}

.weight {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

/*---- 最外層包裝 ----*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #FFF url("/study/images/header_bg.png") repeat-x top center;
    position: relative;
}

#header {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

#navbar {
    width: 1000px;
    margin: 0 auto;
    color: #333;
}

.logo {
    padding: 10px 0 0 5px;
    height: 90px;
}

.text {
    padding: 25px 5px 0 0;
    font: 12px/1.5 微軟正黑體,Arial;
    text-align: right;
}

#content_index {
    width: 100%;
    background: url("/study/images/content_bg.png") no-repeat center top;
    margin: 0 auto;
}

#content {
    width: 100%;
    background: url("/study/images/content_bg2.png") no-repeat center -20px;
    margin: 0 auto;
}

.index {
    width: 1000px;
    margin: 0 auto;
}

    .index img {
        padding: 100px 0 100px 0;
    }


.index2 {
    width: 1000px;
    margin: 0 auto;
}


#Box_bg {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url("/study/images/Box_bg.png") no-repeat;
}

#Box {
    width: 930px;
    margin: 0 auto;
    padding: 30px 0;
}

    #Box h1 {
        font: 25px/1.5 微軟正黑體,Arial;
        background: url("/study/images/icon_title001.png") no-repeat 5px 18px;
        color: #333;
        padding: 10px 0 10px 40px;
    }

    #Box h2 {
        font: 20px/1.5 微軟正黑體,Arial;
        background: url("/study/images/icon_title002.png") no-repeat 0px 17px;
        color: #333;
        padding: 10px 0 10px 20px;
    }

.bar {
    background: #c5c5c5;
    height: 1px;
    border-bottom: 5px solid #e4e4e4;
    margin: 0 0 20px 0;
}

#Box h3 {
    font: 15px/1.5 微軟正黑體,Arial;
    color: #cc0000;
}

#Box_all {
    width: 750px;
    margin: 0 auto;
}

#detail_left {
    width: 200px;
    float: left;
}

    #detail_left ul {
        list-style-type: none;
    }

        #detail_left ul li {
            text-align: left;
            text-decoration: none;
        }

            #detail_left ul li a {
                text-align: left;
                text-decoration: none;
            }

.menu_on {
    display: block;
    margin: 5px;
    color: #ffffff;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    background: url(/images/menu_bg01.png) no-repeat;
}

.menu a {
    display: block;
    margin: 5px;
    color: #333333;
    text-decoration: none;
    padding: 5px 0 5px 10px;
    background: #fff;
}

    .menu a:hover {
        display: block;
        margin: 5px;
        color: #333333;
        background: #ccc;
        text-decoration: none;
        padding: 5px 0 5px 10px;
        background: url(/images/menu_bg02.png) no-repeat;
    }

.menusub_on {
    display: block;
    margin: 5px 0 5px 25px;
    padding: 5px 0 5px 20px;
    color: #cc0000;
    text-decoration: none;
    background: url(/images/menu_icon.png) no-repeat 0 -100px;
}

.menusub a {
    display: block;
    margin: 5px 0 5px 25px;
    padding: 5px 0 5px 20px;
    color: #333333;
    text-decoration: none;
    background: url(/images/menu_icon.png) no-repeat 0 0;
}

    .menusub a:hover {
        display: block;
        margin: 5px 0 5px 25px;
        padding: 5px 0 5px 20px;
        color: #cc0000;
        text-decoration: none;
        background: url(/images/menu_icon.png) no-repeat 0 -100px;
    }

#Box_right {
    width: 700px;
    float: right;
}

    #Box_right h2 {
        font: 20px/1.5 微軟正黑體,Arial;
        padding-bottom: 10px;
    }
/*證券快速下單、期貨快速下單*/
.trade {
    padding-bottom: 10px;
}

    .trade h2 {
        font: 15px/1.5 微軟正黑體,Arial;
    }

.trade_img {
    background: #ffddde url(/study/images/bg_001.png);
    padding: 20px;
    text-align: center;
}

    .trade_img img {
        border: 1px solid #333;
        width: 650px;
    }

.link li {
    list-style-type: none;
    border-bottom: 1px dotted #999;
    padding: 5px 20px;
}

    .link li a {
        color: #333;
        text-decoration: none;
        background: url(/images/icon_005.png) no-repeat 0 3px;
        ;
        padding-left: 30px;
    }

        .link li a:hover {
            color: #cc0000;
            text-decoration: none;
        }
/*Web下單教學*/
.operate {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #ffddde;
    margin-bottom: 20px;
    list-style-type: none;
}

    .operate ol li {
        list-style-type: decimal;
    }

.step {
    width: 100%;
}

    .step li {
        list-style-type: none;
    }

.step_text {
    margin: 0 20px;
    padding-bottom: 10px;
}

.step_text_title {
    font: 30px/1.5 微軟正黑體,Arial;
    color: #cc0000;
    border-bottom: 2px dotted #cc0000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.step_text_title2 {
    font: 12px/1.5 微軟正黑體,Arial;
    color: #cc0000;
    padding-top: 10px;
}

.step_text span {
    color: #197b30;
    padding: 0 5px;
}

.step_img {
    padding: 10px;
    margin: 0 20px;
    background: #FFF;
    border: 1px solid #bbb;
}

    .step_img img {
        border: 1px solid #5a5a5a;
        width: 635px;
    }
/*功能介紹*/
.intro {
    display: block;
    width: 100%;
    padding: 30px 0;
    background: #ffddde url(/study/images/bg_001.png);
    margin-bottom: 20px;
    list-style-type: none;
}

    .intro:hover {
        border: 1px solid #c5c5c5;
    }


    .intro li {
        list-style-type: none;
    }

.intro_text {
    width: 350px;
    margin: 0 20px;
    padding: 60px 0;
    float: left;
}

.intro_text_title {
    font: 20px/1.5 微軟正黑體,Arial;
    color: #cc0000;
    border-bottom: 2px dotted #cc0000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.intro_text span {
    color: #197b30;
    padding: 0 5px;
}

.intro_img {
    float: right;
    padding: 10px;
    margin-right: 20px;
    background: #FFF;
    border: 1px solid #bbb;
}

    .intro_img img {
        border: 1px solid #5a5a5a;
    }

/*412語音下單教學*/
.code {
    padding-top: 10px;
}

    .code li {
        list-style-type: none;
        display: block;
        padding: 20px 10px;
        float: left;
    }

        .code li span {
            display: block;
            background: url(/study/images/code_bg.png) no-repeat;
            color: #fff;
            font-size: 20px;
            width: 28px;
            height: 40px;
            padding-left: 12px;
            padding-top: 5px;
        }

            .code li span:hover {
                color: #fff;
                background: url(/study/images/code_bg.png) no-repeat -40px 0;
            }
/*QA*/
.qa_list {
    background: #ffddde url(/study/images/bg_001.png);
}

    .qa_list:hover {
        border: 1px solid #c5c5c5;
    }

.QA {
    display: block;
    padding-bottom: 30px;
    list-style-type: none;
    margin-bottom: 20px;
}

.QA_title {
    font: 20px/1.5 微軟正黑體,Arial;
    border-bottom: 2px dotted #cc0000;
    padding: 20px 10px;
    margin: 10px;
}

.QA_Q {
    padding: 10px 20px 5px 50px;
    color: #cc0000;
    background: url(/study/images/icon_qa001.png) no-repeat 10px 8px;
}

.QA_A {
    padding: 5px 20px 10px 50px;
}


#divShow {
    background: #ffddde url("/study/images/icon_001.png") 20px 8px no-repeat;
    padding: 10px 0 10px 60px;
    border: 1px solid #ffc9cb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.List_icon {
    display: block;
    width: 50px;
}

#footer {
    width: 100%;
    background: #4d4d4d;
    color: #fff;
    padding: 20px 0;
}

#company {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font: 12px/1.5 Arial,微軟正黑體;
}

#account, #email {
    width: 350px;
}

/*QA常見問題*/

ul.accordionPart {
	margin: 10px 10px 50px 0;
}
ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 12px;
	margin-top: 12px;
    list-style-type:none;
}
.accordionPart ol > li {
    border-bottom:none;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left:-10px;
    list-style-type:decimal;
    }
.accordionPart ol > img{
    margin-left:-40px;
    width:104%;

    }
.accordionPart .qa_title {
	padding-left: 28px;
    font:15px/1.5 微軟正黑體,Arial;
	color: #cc0000;
	cursor: pointer;
    background:url(/images/icon_qa.png) no-repeat 0 2px;
 }

.qa_title_on {
    color: #cc0000;
	text-decoration: underline;
}
.qa_content {
    margin: 6px 0 15px 0;
    padding-left: 28px;
  
}
.qa_survey{ padding-left:30px; float:left; color:#a67c52;}
.qa_result {float:right;color:#a67c52;}
.qa_result span{color: #cc0000; font-size:25px;}
.qa_content span {color:#8c6239;}
.qa_content a {color:#f78a13; padding:0 5px;}
.qa_content a:hover {color:#cc0000;}
.qa_content p {margin:5px auto;}
.qa_content img{max-width:98%;margin:5px 0 20px 0;border:1px solid #999;}
.accordionPart center{margin-top:20px;}
#page {color:#333333; text-decoration:none;}

/*QA常見問題: 摺疊QA套件*/
.wlsAccordion-item { cursor: pointer;}
.wlsAccordion-item.open { cursor: default; }
.wlsAccordion-item .title {}
.wlsAccordion-item .toggle { text-decoration: none; color:#333333; }
.wlsAccordion-item .content { display: none; }
.wlsAccordion-item.open .content { display: block; }
.no-clickable{ cursor:default;}

form#PageSelect {text-align:center;} 
center {display:inline-block; *display:inline; *zoom:1;}
/* ---------------------------------------------------------
            debug: user用手機瀏覽放大畫面時 header的右方被切斷了
            原因是 position: fixed, 且width=100%
            所以要排除這兩種
---------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    #navigation {
        position: absolute;
    }

    #wrapper, #menu_div, #navigation, #content_index, #footer {
        width: 1200px;
    }
}

@media screen and (min-width: 1001px) {
    #navigation {
        position: fixed;
    }

    #wrapper, #menu_div, #navigation, #content_index, #footer {
        width: 100%;
    }
}

/*移動停損單下單區表格樣式*/
.detail_table1 {
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 5px;
    width: 100%;
}
.detail_table1 th {
    background: #aaa;
    padding: 10px 5px;
    border: 1px #FFFFFF solid;
    color: #fff;
    text-align: center;
}
.detail_table1 td {
    border: 1px #FFFFFF solid;
    padding: 10px;
    color: #333;
	background: #eee;
}
