<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clear {
    clear: both;
}

.green {
    color: #66ff00;
}

.red {
    color: red;
}

.slider .green {
    background: url(/home/images/arrow_up.png) no-repeat left;
    background-size: 9px 10px;
    padding-left: 12px;
}

.slider .red {
    background: url(/home/images/arrow_down.png) no-repeat left;
    background-size: 9px 10px;
    padding-left: 12px;
}

#page {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

a.logo_link {
    position: absolute;
    top: 5px;
    left: 8px;
    display: block;
    z-index: 999999;
}

h2 {
    margin: 0;
    padding: 10px 0;
}

input,
seclet,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a4a2a2;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a4a2a2;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a4a2a2;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a4a2a2;
}

#header {
    height: 45px;
    background: url(/home/images/bg_topbanner.jpg) repeat-x;
    background-size: 100% 45px;
}

#header .logo {
    width: 15%;
    padding-top: 5px;
    padding-left: 8px;
    float: left;
}

#header .name {
    width: 70%;
    float: left;
    text-align: center;
    margin-top: 7px;
}

#header .button_area {
    width: 15%;
    float: left;
}

#home .slider {
    background: #2f2d2d;
    border-top: #494949 3px solid;
    border-bottom: #494949 3px solid;
    font-size: 140%;
    color: #FFF;
    font-weight: bold;
}

#home .slider ul {
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
}

#home .slider div.button {
    width: 20%;
}

#home .slider div.button a {
    text-decoration: none;
}

#home .slider ul {
    float: left;
}

#home .slider ul li {
    display: inline;
    margin-right: 60px;
    margin-left: 15px;
}

#home .slider div.button {
    max-width: 20%;
    width: 150px;
    background: #FFF;
    float: right;
    color: #000;
    text-align: center;
}

#home .slider div.button a {
    color: #000;
    display: block;
}

#home .timer {
    color: #cfcfcf;
    font-size: 90%;
    text-align: center;
    background: #000;
}

#home #menu {
    background: #000;
}

#home #menu li {
    background: url(/home/images/bg_icon.jpg) repeat-x;
    height: 70px;
    width: 50%;
    text-align: center;
}

#home #menu li span {
    display: block;
    width: 48px;
    height: 27px;
    margin: 0 auto;
    padding-top: 14px;
}

#home #menu li span.icon1 {
    background: url(/home/images/icon1.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li span.icon2 {
    background: url(/home/images/icon2.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li span.icon3 {
    background: url(/home/images/icon3.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li span.icon4 {
    background: url(/home/images/icon4.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li span.icon5 {
    background: url(/home/images/icon5.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li span.icon6 {
    background: url(/home/images/icon6.png) no-repeat center;
    background-size: 48px 27px;
}

#home #menu li.left {
    float: left;
}

#home #menu li.left div.border {
    border-right: #000 1px solid;
    border-bottom: #000 2px solid;
    height: 68px;
}

#home #menu li.right {
    float: right;
}

#home #menu li.right div.border {
    border-left: #000 1px solid;
    border-bottom: #000 2px solid;
    height: 68px;
}

#home #menu li a {
    color: #FFF;
    text-decoration: none;
}

#home .open_acc {
    background: url(/home/images/bg_open_acc_red.png) repeat-x #d7373c top;
    color: #FFF;
    min-height: 156px;
    padding: 10px 20px;
}

#home .open_acc li {
    line-height: 25px;
    background: url(/home/images/icon_tick.png) no-repeat left 6px;
    background-size: 9px 12px;
    padding-left: 18px;
    /*width:92%;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;*/
}

#home .help {
    background: #cdcdcd;
    padding: 10px 20px 20px 20px;
    position: relative;
}

#home .help .arrow {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

#home .help .arrow img {
    width: 16px;
    height: 8px;
}

#home .help input {
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
}

#home .help input.full {
    width: 100%;
}

#home .help input.short {
    width: 19%;
    margin-right: 1%;
}

#home .help input.long {
    width: 78%;
    float: right;
}

#home .contact {
    padding: 20px;
}

#home .contact .bg_red {
    margin: 0 auto;
    background: url(/home/images/bg_contact_red.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#home .contact .bg_red a {
    cursor: pointer;
}

#home .contact .bg_red .left {
    float: left;
    width: 10%;
    text-align: left;
}

#home .contact .bg_red .text {
    float: left;
    width: 80%;
    margin-top: 5px;
}

#home .contact .bg_red .right {
    float: right;
    width: 10%;
    text-align: right;
}

#home .contact .or {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

#home .contact .bg_black {
    margin: 0 auto;
    background: url(/home/images/bg_contact_black.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#home .contact .bg_black .left {
    float: left;
    width: 10%;
    text-align: left;
}

#home .contact .bg_black .text {
    float: left;
    width: 80%;
    line-height: 48px;
}

#home .contact .bg_black .text a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

#home .contact .bg_black .text img {
    padding-right: 5px;
}

#home .contact .bg_black .text span {
    background: url(/home/images/icon_tel.jpg) no-repeat right;
    background-size: 16px 27px;
    width: 16px;
    height: 48px;
    float: left;
    padding-left: 25px;
}

#home .contact .bg_black .right {
    float: right;
    width: 10%;
    text-align: right;
}

#mobile_pc_link {
    background: #cdcdcd;
}

#mobile_pc_link li {
    width: 50%;
    float: left;
    background: #cdcdcd;
    text-align: center;
    color: #000;
    line-height: 47px;
    font-size: 15px;
}

#mobile_pc_link li a {
    color: #000;
    display: block;
    text-decoration: none;
}

#mobile_pc_link li a.left {
    border-right: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#mobile_pc_link li a.right {
    border-left: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}

#inside {
    background: url(/home/images/border_top_inside.gif) no-repeat top;
    background-size: 100% 3px;
    padding-top: 3px;
}

#inside.iframe {
    background: none;
    padding-top: 0;
}

#inside a {
    color: #cc3333;
    text-decoration: none;
}

#inside a:active {
    color: #cc3333;
    text-decoration: none;
    background: #f9d7d7;
}

#inside p.db_disclaimer {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
}

#inside #search {
    background: #f3f3f3;
    height: 32px;
}

#inside #search .back {
    float: left;
    line-height: 32px;
    border-right: #FFF 2px solid;
}

#inside #search .back a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 0 10px 0 5px;
}

#inside #search .back a:active {
    background: #a0a0a0;
}

#inside #search .search_box {
    float: right;
    padding: 4px;
    position: relative;
}

#inside #search .search_box input {
    border: none;
    height: 24px;
    width: 160px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 35px 0 5px;
    /*background:url(/home/images/icon_search_input.gif) no-repeat right #fff;
	background-size: 30px 30px;*/
}

#inside #search .search_box button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(/home/images/icon_search_input.gif) no-repeat right;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    border: none;
}

#inside .dark_tl {
    background: #3c4c54;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    padding-left: 10px;
    position: relative;
    z-index: 99;
}

#inside .dark_tl .section_help_img {
    position: absolute;
    top: 6px;
    right: 6px;
}

#inside .dark_tl .section_why_img {
    position: absolute;
    top: 0;
    right: 0;
}

#inside .red_tl {
    background: #cc3333;
    padding: 10px;
    color: #FFF;
    padding-left: 10px;
    position: relative;
}

#inside .red_tl .arrow_red_tl {
    position: absolute;
    width: 10%;
    left: 45%;
    text-align: center;
    bottom: -9px;
    z-index: 99;
}

#inside .two_tab {}

#inside .two_tab .tab,
#inside .two_tabs .tabs {
    width: 50%;
    float: left;
    text-align: center;
    background: url(/home/images/bg_tab.jpg) repeat-x;
    background-size: auto 43px;
    color: #FFF;
    line-height: 43px;
    position: relative;
}

#inside .two_tab .tab a,
#inside .two_tabs .tabs a {
    color: #FFF;
    display: block;
}

#inside .two_tab .tab a .arrow_tab_on,
#inside .two_tabs .tabs a .arrow_tab_on {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -24px;
    display: none;
    text-align: center;
}

#inside .two_tab .tab.active a,
#inside .two_tabs .tabs.active a {
    background: url(/home/images/bg_tab_on.jpg) repeat-x;
    background-size: auto 43px;
    color: #000;
}

#inside .two_tab .tab.active a .arrow_tab_on,
#inside .two_tabs .tabs.active a .arrow_tab_on {
    display: block;
}

#inside .three_tabs {}

#inside .three_tabs li.tabs:first-child {
    background: url(/home/images/bg_tab_border.jpg) no-repeat right, url(/home/images/bg_tab.jpg) repeat-x;
    background-size: 2px 43px;
}

#inside .three_tabs li.tabs:last-child {
    background: url(/home/images/bg_tab_border.jpg) no-repeat left, url(/home/images/bg_tab.jpg) repeat-x;
    background-size: 2px 43px;
}

#inside .three_tabs .tabs {
    width: 33%;
    float: left;
    text-align: center;
    background: url(/home/images/bg_tab.jpg) repeat-x;
    background-size: auto 43px;
    color: #FFF;
    line-height: 43px;
    position: relative;
}

#inside .three_tabs .tabs.nd {
    width: 34%;
}

#inside .three_tabs .tabs a {
    color: #FFF;
    display: block;
}

#inside .three_tabs .tabs a .arrow_tab_on {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -24px;
    display: none;
    text-align: center;
}

#inside .three_tabs .tabs.active a {
    background: url(/home/images/bg_tab_on.jpg) repeat-x;
    background-size: auto 43px;
    color: #000;
}

#inside .three_tabs .tabs.active a .arrow_tab_on {
    display: block;
}

#inside #margin .search {
    background: #f7f7f7;
    padding: 60px 10px 10px 10px;
}

#inside #margin.ah .search {
    background: #fff;
    padding: 0px;
}

#inside #margin.ah .search .text {
    padding: 0px;
}

#inside #margin.ah .search .text h2 {
    padding: 10px 10px 0 10px;
    margin: 0;
    font-size: 15px;
}

#inside #margin.ah .search .text p {
    padding: 0 10px 0 10px;
    margin: 0;
}

#inside #margin.ah .search .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #margin.ah .search .text a {
    display: block;
    color: #000;
}

#inside #margin .search input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 10px;
    background: #eee;
    border: none;
}

#inside #margin .search .two_button {
    width: 300px;
    margin: 0 auto;
}

#inside #margin .search .two_button .button {
    background: url(/home/images/icon_submit_black.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    float: left;
    color: #FFF;
    text-align: center;
    line-height: 45px;
}

#inside #margin .search .two_button .button a {
    display: block;
    color: #FFF;
}

#inside #margin .search .two_button .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
}

#inside #margin .search .two_button .button.left {
    margin-right: 6px;
}

#inside #margin .text {
    background: #fff;
    padding: 10px 10px 10px 10px;
}

#inside #margin .text ul li {
    list-style-type: disc;
    margin: 0 0 0 25px;
}

#inside #margin .table {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    border: 1px solid #434343;
}

#inside #margin .table table {
    border-collapse: collapse;
}

#inside #margin .table th {
    background: #434343;
    color: #FFF;
}

#inside #margin .table th span {
    font-size: 13px;
}

#inside #margin .table td {
    background: #fff;
    border: 1px solid #434343;
}

#inside #margin .table th,
#inside #margin .table td {
    padding: 3px 6px;
}

#inside #margin .table .prev {
    float: left;
}

#inside #margin .table .next {
    float: right;
}

#inside #why .text h2 {
    padding: 10px;
    margin: 0;
    color: #000;
}

#inside #why .text p {
    padding: 0 10px 10px 10px;
    margin: 0;
    color: #000;
}

#inside #why .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #products_services {
    padding: 50px 0 0 0;
    background: #f7f7f7;
}

#inside #products_services .text {
    border-bottom: #b6b6b6 1px solid;
    padding-bottom: 5px;
    position: relative;
}

#inside #products_services .text.even {
    background: #eae8e8;
}

#inside #products_services .text h2 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

#inside #products_services .text p {
    padding: 0px 10px 10px 10px;
    margin: 0;
}

#inside #products_services .text .link {
    background: url(/home/images/icon_submit_red_long.png) no-repeat;
    background-size: 100% 32px;
    height: 32px;
    width: 90%;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

#inside #products_services .text .link .left {
    float: left;
    width: 5%;
    text-align: left;
}

#inside #products_services .text .link .linking {
    float: left;
    width: 90%;
    text-align: center;
}

#inside #products_services .text .link .right {
    float: right;
    width: 5%;
    text-align: right;
}

#inside #products_services .text .link a {
    color: #FFF;
    display: block;
}

#inside #products_services .text .link a.small {
    font-size: 13px;
}

#inside #products_services .text .link a.xsmall {
    font-size: 13px;
}

#inside #products_services .text .arrow_right {
    position: absolute;
    bottom: -16px;
    right: 0;
    z-index: 99;
}

#inside #products_services .text.last .arrow_right {
    display: none;
}

#inside #contact {
    padding: 20px 0 0 0;
}

#inside #contact p {
    padding: 0 10px;
}

#inside #contact .hotline {
    margin: 0 auto;
    background: url(/home/images/bg_contact_red.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 20px;
}

#inside #contact .hotline .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #contact .hotline .text {
    float: left;
    width: 80%;
    margin-top: 5px;
}

#inside #contact .hotline .text a {
    color: #FFF;
}

#inside #contact .hotline .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #contact .us_hotline {
    margin: 0 auto;
    background: url(/home/images/bg_contact_black.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 20px;
}

#inside #contact .us_hotline .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #contact .us_hotline .text {
    float: left;
    width: 80%;
    margin-top: 5px;
}

#inside #contact .us_hotline .text a {
    color: #FFF;
}

#inside #contact .us_hotline .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #contact .viewmap {
    background: url(/home/images/icon_viewmap_black.png) no-repeat;
    background-size: 127px 33px;
    width: 127px;
    height: 33px;
    line-height: 31px;
    color: #FFF;
    text-align: center;
    margin-left: 10px;
}

#inside #contact .viewmap a {
    color: #FFF;
}

#inside #contact .table {
    padding: 10px;
}

#inside #contact .table2 {
    padding: 0 10px 10px 10px;
}

#inside #contact .table td,
#inside #contact .table2 td {
    padding: 5px 0;
}

#inside #contact .table input[type="text"],
#inside #contact .table2 input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    background: #eee;
    border: none;
    color: #000;
}

#inside #contact .table input.long,
#inside #contact .table2 input.long {
    width: 78%;
    float: right;
}

#inside #contact .table input.short,
#inside #contact .table2 input.short {
    width: 19%;
    margin-right: 1%;
}

#inside #contact .table select,
#inside #contact .table2 select {
    width: auto;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    background: #eee;
    border: none;
    color: #000;
}

#inside #contact .table textarea {
    width: 100%;
    background: #eee;
    border: none;
    color: #000;
    padding: 8px 10px;
    font-size: 15px;
}

#inside #contact .table2 textarea {
    width: 100%;
    margin-bottom: 5px;
    background: #eee;
    border: none;
    color: #000;
    padding: 8px 10px;
    font-size: 15px;
}

#inside #contact .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #contact .button a {
    color: #FFF;
    display: block;
}

#inside #contact .table span.red,
#inside #contact .table2 span.red {
    color: #a4332f;
}

#inside #contact .table span.small,
#inside #contact .table2 span.small {
    font-size: 13px;
}

#inside #contact .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #contact .button a {
    color: #FFF;
    display: block;
}

#inside #contact .table span.red {
    color: #a4332f;
}

#inside #contact .table span.small {
    font-size: 13px;
}

#inside #getting_started .text {
    background: #f7f7f7;
    border-bottom: #b6b6b6 1px solid;
}

#inside #getting_started .text.even {
    background: #eae8e8;
}

#inside #getting_started .text h2 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

#inside #getting_started .text p {
    padding: 0px 10px 10px 10px;
    margin: 0;
}

#inside #getting_started .text ul {
    padding: 0 10px 15px 10px;
    margin: 0;
}

#inside #getting_started .text li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
    color: #cc3333;
}

#inside #getting_started .text span {
    color: #000;
}

#inside #about {
    padding-top: 10px;
    background: #f7f7f7;
}

#inside #about .text h2 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

#inside #about .text p {
    padding: 0px 10px 10px 10px;
    margin: 0;
}

#inside #disclaimer {
    padding-top: 10px;
    background: #f7f7f7;
}

#inside #disclaimer .text h2 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

#inside #disclaimer .text p {
    padding: 0px 10px 10px 10px;
    margin: 0;
}

#inside #important_notice .text {
    padding-top: 10px;
    background: #f7f7f7;
    border-bottom: #b6b6b6 1px solid;
}

#inside #important_notice .text.even {
    background: #eae8e8;
}

#inside #important_notice .text h2 {
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

#inside #important_notice .text p {
    padding: 0px 10px 10px 10px;
    margin: 0;
}

#inside #us_search .search {
    padding: 10px 10px 10px 10px;
    background: #f7f7f7;
}

#inside #us_search p {
    padding: 0 0 10px 0;
    margin: 0;
}

#inside #us_search .or {
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#inside #us_search input,
#inside #us_search select {
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
}

#inside #us_search input {
    background: #eee;
}

#inside #us_search .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #us_search .table {
    padding: 0 10px 10px 10px;
    background: #f7f7f7;
}

#inside #us_search .table table {
    border-collapse: collapse;
}

#inside #us_search .table th {
    background: #434343;
    color: #FFF;
    border: 1px solid #434343;
}

#inside #us_search .table th span {
    font-size: 13px;
}

#inside #us_search .table td {
    background: #fff;
    border: 1px solid #434343;
}

#inside #us_search .table th,
#inside #margin .table td {
    padding: 3px 6px;
}

#inside #us_search .table .prev {
    float: left;
}

#inside #us_search .table .next {
    float: right;
}

#inside #us_search .button a {
    color: #FFF;
}

#inside #careers .text {
    background: #f7f7f7;
    padding: 0 10px 10px 10px;
}

#inside #careers .text ul {
    padding: 0 0 15px 0;
    margin: 0;
}

#inside #careers .text li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
}

#inside #careers .text h2 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 18px;
}

#inside #careers .text p {
    padding: 0 0 10px 0;
    margin: 0;
}

#inside #careers .text .footer {
    font-weight: bold;
    margin-top: 15px;
}

#inside #cies .faq {
    margin-top: 10px;
}

#inside #cies .faq .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 0 10px 10px;
}

#inside #cies .faq .button.red a {
    color: #FFF;
    display: block;
}

#inside #cies .faq .text {
    padding: 0 10px 10px 10px;
}

#inside #cies .faq .text p {
    padding: 0 0 10px 0;
    margin: 0;
}

#inside #cies #acc .acc-section p {
    padding: 0 10px 10px 10px;
    margin: 0;
}

#inside #cies #acc .acc-content ul {
    margin: 10px 0 0 0;
}

#inside #cies #acc .acc-content ul.inside {
    margin: 0;
    padding: 0 10px 15px 10px;
}

#inside #cies #acc .acc-content ul.inside li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
}

#inside #sitemap {
    padding: 10px;
    background: #f7f7f7;
}

#inside #sitemap ul {
    padding: 0;
    margin: 0;
    color: #cc3333;
}

#inside #sitemap a {
    color: #cc3333;
}

#inside #sitemap ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
    font-weight: bold;
    line-height: 30px;
}

#inside #sitemap ul li ul li {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
    font-weight: normal;
    line-height: 20px;
}

#inside #education_register {
    background: #f7f7f7;
}

#inside #education_register .outline_box table td.center {
    background: #FFF;
}


/*#inside #education_register .outline_box table td.left{
	background:url(/home/images/bg_outline_box_left.png) repeat-y;
	background-size:21px 16px;
}
#inside #education_register .outline_box table td.right{
	background:url(/home/images/bg_outline_box_right.png) repeat-y;
	background-size:21px 16px;
}
#inside #education_register .outline_box table td.top{
	background:url(/home/images/bg_outline_box_top.png) repeat-x;
	background-size:16px 21px;
}
#inside #education_register .outline_box table td.bottom{
	background:url(/home/images/bg_outline_box_bottom.png) repeat-x;
	background-size:16px 21px;
}*/

#inside #education_register .outline_box .top {
    background: url(/home/images/bg_education_register_top.jpg) repeat-x bottom;
    padding-bottom: 5px;
}

#inside #education_register .outline_box .top dl {
    clear: both;
    margin: 10px;
}

#inside #education_register .outline_box .top dl a {
    color: #000;
    text-decoration: underline;
}

#inside #education_register .outline_box .top dt {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 3%;
}

#inside #education_register .outline_box .top dd.tl {
    font-size: 17px;
    font-weight: bold;
}

#inside #education_register .outline_box .top dd {
    float: left;
    width: 77%;
    margin: 0;
}

#inside #education_register .form {
    padding: 10px;
    background: #FFF;
}

#inside #education_register .form input[type=text] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    background: #eee;
    color: #000;
    margin-bottom: 10px;
    border: none;
}
#inside #education_register .form input.other{
	width:40%;
	height:26px;
}
#inside #education_register .form input.last {
    margin-bottom: 0;
}

#inside #education_register .form input.short {
    width: 18%;
    margin-right: 3%;
    float: left;
}

#inside #education_register .form input.phone {
    width: 79%;
    float: left;
}

#inside #education_register .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    /*margin: 0 auto;*/
    margin-top: 10px;
}

#inside #education_register .button a {
    color: #FFF;
    display: block;
}

#inside #register {
    background: #f7f7f7;
}

#inside #register .outline_box table td.center {
    background: #FFF;
}

#inside #register .outline_box .top {
    background: url(/home/images/bg_education_register_top.jpg) repeat-x bottom;
    padding-bottom: 5px;
}

#inside #register .outline_box .top dl {
    clear: both;
    margin: 10px;
}

#inside #register .outline_box .top dl a {
    color: #000;
    text-decoration: underline;
}

#inside #register .outline_box .top dt {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 3%;
}

#inside #register .outline_box .top dd.tl {
    font-size: 17px;
    font-weight: bold;
}

#inside #register .outline_box .top dd {
    float: left;
    width: 77%;
    margin: 0;
}

#inside #register .outline_box .thanks {
    background: none;
    padding: 5px;
    line-height: normal;
    text-align: center;
    font-size: 18px;
}

#inside #ipos {
    background: #f5f5f5;
}

#inside #ipos #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    background: none;
    background-size: 62px 42px;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
}

#inside #ipos .outline_box table td.center {
    background: #FFF;
    padding: 5px;
    line-height: normal;
    font-size: 16px;
}

#inside #ipos .outline_box table td.center .stock_tl {
    font-size: 19px;
    padding: 0 0 6px 0;
}

#inside #ipos .outline_box h3.first-selected table td.center .stock_tl {
    font-weight: bold;
}

#inside #ipos .outline_box table td.center .date {
    font-size: 13px;
    padding: 0 0 5px 0;
}

#inside #ipos .outline_box table td.center .date.today {
    color: #F00;
}

#inside #ipos .outline_box table td.center .small_txt {
    font-size: 13px;
    padding: 0 0 5px 0;
}

#inside #ipos .outline_box table td.center .small_txt .left_side {
    float: left;
}

#inside #ipos .outline_box table td.center .small_txt .right_side {
    float: right;
}

#inside #ipos .outline_box table td.center .big_txt {
    font-size: 22px;
    padding: 0 0 3px 0;
    font-size: 13px;
}

#inside #ipos .outline_box table td.top_l {
    background: url(/home/images/bg_outline_box_top_left.png) no-repeat;
}

#inside #ipos .outline_box table td.top_c {
    background: url(/home/images/bg_outline_box_top.png) no-repeat;
}

#inside #ipos .outline_box table td.top_r {
    background: url(/home/images/bg_outline_box_top_right.png) no-repeat;
}

#inside #ipos .outline_box h3.first-selected table td.top_l,
#inside #ipos .outline_box li.first table td.top_l {
    background: url(/home/images/bg_outline_box_top_left.png) no-repeat;
    height: 16px;
}

#inside #ipos .outline_box h3.first-selected table td.top_c,
#inside #ipos .outline_box li.first table td.top_c {
    background: url(/home/images/bg_outline_box_top.png) no-repeat;
    background-size: 100% 16px;
    height: 16px;
}

#inside #ipos .outline_box h3.first-selected table td.top_r,
#inside #ipos .outline_box li.first table td.top_r {
    background: url(/home/images/bg_outline_box_top_right.png) no-repeat;
    height: 16px;
}


/*#inside #ipos .outline_box h3.first-selected table td.center{
	font-weight:bold;
	font-size:18px;
}*/

#inside #ipos .outline_box table td.bottom {
    background: url(/home/images/bg_outline_box_bottom_line.png) repeat-x;
}

#inside #ipos .outline_box h3.first-selected table td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #ipos #acc .acc-content {
    color: #fff;
}

#inside #ipos #acc .acc-content .txt {
    margin: 0 16px;
    background: #3c4c55;
    border-top: 1px solid #dfdfdf;
    padding: 10px;
}

#inside #ipos #acc .acc-content .txt a {
    color: #fff;
    display: block;
}

#inside #ipos #acc .acc-content .txt a:active {
    background: none;
}

#inside #ipos #acc .acc-content .txt .tl {
    margin-bottom: 10px;
}

#inside #ipos #acc .acc-content .txt .number table {
    border-collapse: collapse;
}

#inside #ipos #acc .acc-content .txt .number td {
    width: 25%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
}

#inside #ipos #acc .acc-content .txt .number td.small_txt {
    text-align: left;
    font-size: 13px;
    border: none;
    padding: 0 0 3px 0;
}

#inside #ipos #acc .acc-content .table {
    background: #f5f5f5;
}

#inside #ipos #acc li.last .acc-content .table {
    display: none;
}

#inside #ipos div.bottom {
    padding: 16px 16px;
}

#inside #ipos div.bottom .left {
    float: left;
}

#inside #ipos div.bottom .right {
    float: right;
}

#inside #ipos div.bottom a {
    color: #a4332f;
}

#inside #seminars {
    background: #f5f5f5;
    padding-bottom: 15px;
}

#inside #seminars #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #seminars .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #seminars .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #seminars .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #seminars .outline_box table td.bottom {
    background: url(/home/images/bg_outline_box_bottom_line.png) repeat-x;
}

#inside #seminars .outline_box h3.first-selected table td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #seminars #acc .acc-content {
    color: #fff;
}

#inside #seminars .top {
    color: #000;
    padding: 10px;
    background: url(/home/images/bg_topbanner_light.jpg) repeat-x bottom #fff;
}

#inside #seminars .outline_box .top dl {
    clear: both;
    margin: 10px;
}

#inside #seminars .outline_box .top dl a {
    color: #000;
    text-decoration: underline;
}

#inside #seminars .outline_box .top dt {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 3%;
}

#inside #seminars .outline_box .top dd.tl {
    font-size: 17px;
    font-weight: bold;
}

#inside #seminars .outline_box .top dd {
    float: left;
    width: 77%;
    margin: 0;
}

#inside #seminars .outline_box table td.center2 {
    padding: 0;
}

#inside #seminars .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #seminars .button a {
    color: #FFF;
    display: block;
}

#inside #seminars .button.close {
    background: url(/home/images/icon_close_grey.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #seminars .button.close a {
    color: #000;
    display: block;
}

#inside #seminars_form {
    background: #f5f5f5;
    padding-bottom: 0;
}

#inside #seminars_form #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #seminars_form .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #seminars_form .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #seminars_form .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #seminars_form .outline_box table td.bottom {
    background: url(/home/images/bg_outline_box_bottom_line.png) repeat-x;
}

#inside #seminars_form .outline_box h3.first-selected table td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #seminars_form #acc .acc-content {
    color: #fff;
}

#inside #seminars_form .outline_box dl {
    clear: both;
    margin: 5px;
}

#inside #seminars_form .outline_box dl .bigger {
    font-weight: bold;
    font-size: 18px;
}

#inside #seminars_form .grey_tl {
    background: url(/home/images/bg_grey_tl.jpg) repeat-x bottom #fff;
    background-size: 100% 73px;
    padding: 10px;
    color: #FFF;
    padding-left: 10px;
    position: relative;
    color: #000;
}

#inside #seminars_form .txt {
    color: #000;
    padding: 10px;
    background: #fff;
}

#inside #seminars_form .txt p {
    margin: 0 0 10px 0;
}

#inside #seminars_form .txt blockquote {
    margin: 0 0 0 15px;
}

#inside #seminars_form .grey_tl .arrow_grey_tl {
    position: absolute;
    width: 10%;
    left: 45%;
    text-align: center;
    bottom: -10px;
    z-index: 99;
}

#inside #seminars_form .outline_box dt {
    float: left;
    width: 5%;
    text-align: right;
    padding-right: 3%;
}

#inside #seminars_form .outline_box dd {
    float: left;
    width: 92%;
    margin: 0;
}

#inside #seminars_form .outline_box table td.center2 {
    padding: 0;
}

#inside #seminars_form span.red {
    color: #F00;
}

#inside #seminars_form .button.red {
    background: url(/home/images/icon_submit_red.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #seminars_form .bottom_txt {
    padding: 16px 0 0 0;
    margin: 0;
}

#inside #seminars_form .bottom_txt p {
    padding: 0 16px 16px 16px;
    margin: 0;
}

#inside #seminars_form .bottom_txt2 {
    padding: 16px 0 0 0;
    margin: 0;
    background: #EAEAEA;
}

#inside #seminars_form .bottom_txt2 p {
    padding: 0 16px 16px 16px;
    margin: 0;
}

#inside #seminars_form .button a {
    color: #FFF;
    display: block;
}

#inside #seminars_form .button.close {
    background: url(/home/images/icon_close_grey.png) no-repeat;
    background-size: 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

#inside #seminars_form .button.close a {
    color: #000;
    display: block;
}

#inside #seminars_form h1 {
    font-size: 16px;
}

#inside #research .text h2 {
    padding: 10px 10px 0 10px;
    margin: 0;
}

#inside #research .text p {
    padding: 0 10px 0 10px;
    margin: 0;
}

#inside #research .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #research .text a {
    display: block;
    color: #000;
}

#inside #type_of_acc {
    background: #f5f5f5;
    padding-bottom: 15px;
}

#inside #type_of_acc h4 {
    font-weight: normal;
    margin: 0;
    padding: 10px 16px 0 16px;
}

#inside #type_of_acc #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #type_of_acc .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #type_of_acc .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #type_of_acc .outline_box #acc table tr.none td {}

#inside #type_of_acc .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #type_of_acc .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #type_of_acc .outline_box #acc h3.first-selected table tr.none td.bottom {
    background: none;
}

#inside #open_an_acc .outline_box .acc-content table td.center2 {
    padding: 0;
    background: #fff;
}

#inside #type_of_acc .outline_box .acc-content table td.center2 a {
    display: block;
    padding: 15px 34px 15px 5px;
    border-bottom: 1px #dcdcdc solid;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    color: #000;
}

#inside #type_of_acc p.adobe {
    padding: 10px 16px 0 16px;
    margin: 0;
}

#inside #type_of_acc p.adobe span {
    color: #F00;
}

#inside #notes .today {
    padding-top: 10px;
}

#inside #notes .today h3 {
    margin: 0;
    padding: 0 10px;
}

#inside #notes .today p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #notes .today .location {
    border-bottom: #dcdcdc 1px solid;
    margin-bottom: 10px;
}

#inside #notes .today .location.last {
    border-bottom: none;
    margin-bottom: 0;
}

#inside #notes .today .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #notes .today .link .date {
    float: left;
    color: #F00;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 3px;
}

#inside #notes .day {
    border-bottom: #dcdcdc 1px solid;
    background: url(/home/images/arrow_why_link_grey.png) no-repeat right bottom;
    background-size: 34px 19px;
}

#inside #notes .day.current {
    background: url(/home/images/arrow_why_link_white.png) no-repeat right bottom #f9d7d7;
    background-size: 34px 19px;
}

#inside #notes .day p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #notes .day a {
    color: #000;
    display: block;
    padding-top: 10px;
    min-height: 38px;
}

#inside #notes .day span {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}

#inside #notes .pager {
    padding: 0 16px 16px 16px;
}

#inside #notes .pager .left {
    float: left;
}

#inside #notes .pager .right {
    float: right;
}

#inside #research_list .top {
    padding-top: 10px;
}

#inside #research_list .top h3 {
    margin: 0;
    padding: 0 10px;
}

#inside #research_list .top p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #research_list .top p.subtl {
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}

#inside #research_list .top p.date {
    font-size: 13px;
}

#inside #research_list .top a {
    color: #000;
}

#inside #research_list .top .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #research_list .top .link .date {
    float: left;
    color: #000;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 3px;
}

#inside #research_list .top .link .date.today {
    color: #F00;
}

#inside #research_list .top .video {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #research_list .top .video .video_link {
    float: right;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    margin-top: 3px;
    color: #a4332f;
}

#inside #research_list .top .video img {
    float: right;
}

#inside #research_list .day {
    border-bottom: #dcdcdc 1px solid;
    background: url(/home/images/arrow_why_link_grey.png) no-repeat right bottom;
    background-size: 34px 19px;
}

#inside #research_list .day.current {
    background: url(/home/images/arrow_why_link_white.png) no-repeat right bottom #f9d7d7;
    background-size: 34px 19px;
}

#inside #research_list .day div.date {
    font-size: 12px;
    float: left;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 10px;
}

#inside #research_list .day span {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}

#inside #research_list .day div.date.today {
    color: #F00;
}

#inside #research_list .day p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #research_list .day a {
    color: #000;
    display: block;
    padding-top: 10px;
    padding-bottom: 6px;
}

#inside #research_list .top_notes {
    padding-top: 10px;
}

#inside #research_list .top_notes a {
    color: #000;
}

#inside #research_list .top_notes h3 {
    margin: 0;
    padding: 0 10px;
}

#inside #research_list .top_notes p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #research_list .top_notes .location {
    border-bottom: #dcdcdc 1px solid;
    margin-bottom: 10px;
}

#inside #research_list .top_notes .location.last {
    border-bottom: none;
    margin-bottom: 0;
}

#inside #research_list .top_notes .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #research_list .top_notes .link .date {
    float: left;
    color: #000;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 3px;
}

#inside #research_list .top_notes .link .date.today {
    color: #F00;
}

#inside #research_list .pager {
    padding: 0 16px 16px 16px;
}

#inside #research_list .pager .left {
    float: left;
}

#inside #research_list .pager .right {
    float: right;
}

#inside #blue_top .day {
    border-bottom: #dcdcdc 1px solid;
    background: url(/home/images/arrow_why_link_grey.png) no-repeat right bottom;
    background-size: 34px 19px;
}

#inside #blue_top .day.current {
    background: url(/home/images/arrow_why_link_white.png) no-repeat right bottom #f9d7d7;
    background-size: 34px 19px;
}

#inside #blue_top .day span {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}

#inside #blue_top .day p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #blue_top .day a {
    color: #000;
    display: block;
    min-height: 55px;
    padding-top: 10px;
}

#inside #blue_top .pager {
    padding: 0 16px 16px 16px;
}

#inside #blue_top .pager .left {
    float: left;
}

#inside #blue_top .pager .right {
    float: right;
}

#inside #money_talk .day {
    border-bottom: #dcdcdc 1px solid;
    background: url(/home/images/arrow_why_link_grey.png) no-repeat right bottom;
    background-size: 34px 19px;
}

#inside #money_talk .day.current {
    background: url(/home/images/arrow_why_link_white.png) no-repeat right bottom #f9d7d7;
    background-size: 34px 19px;
}

#inside #money_talk .day span {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}

#inside #money_talk .day p {
    margin: 0;
    padding: 0 10px 10px 10px;
}

#inside #money_talk .day a {
    color: #000;
    display: block;
    min-height: 55px;
    padding-top: 10px;
}

#inside #money_talk .pager {
    padding: 0 16px 16px 16px;
}

#inside #money_talk .pager .left {
    float: left;
}

#inside #money_talk .pager .right {
    float: right;
}

#inside .red_tl li {
    line-height: 25px;
    background: url(/home/images/icon_tick.png) no-repeat left 6px;
    background-size: 9px 12px;
    padding-left: 18px;
}

#inside #open_an_acc .help {
    background: #fff;
    padding: 10px 20px 10px 20px;
    position: relative;
}

#inside #open_an_acc .help .arrow img {
    width: 16px;
    height: 8px;
}

#inside #open_an_acc .help input {
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    background: #eee;
    border: none;
    color: #000;
}

#inside #open_an_acc .help input.full {
    width: 100%;
}

#inside #open_an_acc .help input.short {
    width: 19%;
    margin-right: 1%;
}

#inside #open_an_acc .help input.long {
    width: 78%;
    float: right;
}

#inside #open_an_acc .help p {
    margin: 0;
    padding: 5px 0 0 0;
}

#inside #open_an_acc .contact {
    padding: 0 20px 20px 20px;
}

#inside #open_an_acc .contact .bg_red {
    margin: 0 auto;
    background: url(/home/images/bg_contact_red.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#inside #open_an_acc .contact .bg_red a {
    cursor: pointer;
    color: #FFF;
}

#inside #open_an_acc .contact .bg_red .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #open_an_acc .contact .bg_red .text {
    float: left;
    width: 80%;
    margin-top: 5px;
}

#inside #open_an_acc .contact .bg_red .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #open_an_acc .contact .or {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

#inside #open_an_acc .contact .bg_black {
    margin: 0 auto;
    background: url(/home/images/bg_contact_black.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#inside #open_an_acc .contact .bg_black .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #open_an_acc .contact .bg_black .text {
    float: left;
    width: 80%;
    line-height: 48px;
}

#inside #open_an_acc .contact .bg_black .text a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

#inside #open_an_acc .contact .bg_black .text a:active {
    background: none;
}

#inside #open_an_acc .contact .bg_black .text img {
    padding-right: 5px;
}

#inside #open_an_acc .contact .bg_black .text span {
    background: url(/home/images/icon_tel.jpg) no-repeat right;
    background-size: 16px 27px;
    width: 16px;
    height: 48px;
    float: left;
    padding-left: 25px;
}

#inside #open_an_acc .contact .bg_black .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #open_an_acc .contact .bg_grey {
    margin: 0 auto;
    background: url(/home/images/bg_contact_grey.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#inside #open_an_acc .contact .bg_grey .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #open_an_acc .contact .bg_grey .text {
    float: left;
    width: 80%;
    line-height: 48px;
}

#inside #open_an_acc .contact .bg_grey .text a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

#inside #open_an_acc .contact .bg_grey .text a:active {
    background: none;
}

#inside #open_an_acc .contact .bg_grey .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #video .text p {
    padding: 10px;
    margin: 0;
}

#inside #video .text .link {
    text-align: right;
    background: url(/home/images/bg_outline_box_bottom_line.png) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #video .text a {
    display: block;
    color: #000;
}

#inside #video .text div.date {
    font-size: 12px;
    float: left;
    margin-top: 0;
    margin-bottom: 2px;
    padding-left: 10px;
}

#inside #video .pager {
    padding: 0 16px 16px 16px;
}

#inside #video .pager .left {
    float: left;
}

#inside #video .pager .right {
    float: right;
}

#inside #tools .text h2 {
    padding: 10px;
    margin: 0;
    color: #000;
}

#inside #tools .text p {
    padding: 0 10px 10px 10px;
    margin: 0;
    color: #000;
}

#inside #tools .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #tools .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 2px;
    font-size: 14px;
}

#inside #tools .text .link a {
    display: block;
    padding-bottom: 4px;
}

#inside #real_time_streaming p {
    padding: 0 10px 10px 10px;
    margin: 0;
}

#inside #real_time_snapshots .text {
    padding: 15px 10px;
}

#inside #real_time_streaming .text ul {
    margin: 0 0 25px 10px;
    padding-left: 20px;
}

#inside #real_time_streaming .text ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

#inside #real_time_streaming .text ol {
    margin: 15px 0 0 10px;
    padding-left: 20px;
}

#inside #real_time_snapshots .text ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

#inside #real_time_streaming .text {
    padding: 15px 10px;
}

#inside #real_time_streaming .text ol {
    margin: 0;
}

#inside #real_time_streaming .text ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
}

#inside #quote .table td {
    width: 50%;
    background: #eee;
    border: 1px #fff solid;
    padding: 9px 8px;
}

#inside #quote .table td.big {
    font-size: 18px;
    text-align: center;
}

#inside #quote .table label {
    font-size: 12px;
    font-weight: bold;
}

#inside #quote .table .big label {
    display: block;
    font-size: 20px;
    width: 100%;
}

#inside #quote .table td.description {
    font-size: 12px;
    text-align: right;
    background: #FFF;
    padding: 3px;
}

#inside #quote .table td.timer {
    font-size: 12px;
    text-align: right;
    background: #FFF;
    padding: 3px;
}

#inside #quote .table td.border {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat bottom right #dcdcdc;
    padding: 0;
}

#inside #quote .table tr.next_lvl td {
    background: #cdcdcd;
}

#inside #quote .table tr.next_lvl td label {
    width: 100%;
    display: block;
}

#inside #quote .link_more .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom #f7f7f7;
    background-size: 100% 2px;
    padding-bottom: 0;
    font-size: 14px;
    height: 42px;
}

#inside #quote .link_more .link a {
    display: block;
    color: #000;
    padding-bottom: 5px;
}

#inside #quote .link_more .link h3 {
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 0 0 10px;
}

#inside #quote .link_more .link img {
    padding-top: 20px;
}

#inside #quote .link_more .related_link {
    padding: 10px;
    line-height: 24px;
}

#inside #quote .link_more .hkex_news {
    padding: 0;
    border-bottom: 2px solid #e2e2e2;
}

#inside #quote .link_more .hkex_news dl {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    border-bottom: #b6b6b6 1px solid;
    background: #f7f7f7;
}

#inside #quote .link_more .hkex_news dl.last {
    border-bottom: none;
}

#inside #quote .link_more .hkex_news dl.even {
    background: #eae8e8;
}

#inside #quote .link_more .hkex_news dl dt {}

#inside #quote .link_more .hkex_news dl dd {
    margin: 0;
}

#inside iframe#quote {
    width: 100%;
    height: 930px;
}

#inside #quote .table td .green {
    color: #008000;
}

#inside #quote .table td .red {
    color: #FF0000;
}

#inside #highlight .text h2 {
    padding: 10px 10px 0 10px;
    margin: 0;
}

#inside #highlight .text p {
    padding: 0 10px 0 10px;
    margin: 0;
}

#inside #highlight .text p.date {
    padding: 10px 10px 0 10px;
    margin: 0;
}

#inside #highlight .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #highlight .text a {
    display: block;
    color: #000;
}

#inside #highlight .pager {
    padding: 15px 10px;
}

#inside #highlight .pager .left {
    float: left;
}

#inside #highlight .pager .right {
    float: right;
}

#inside #highlight_inside {}

#inside #highlight_inside .outline_box {
    padding: 0 0 10px 0;
}

#inside #top20 {
    background: #f5f5f5;
    padding-bottom: 15px;
}

#inside #top20 h4 {
    font-weight: normal;
    margin: 0;
    padding: 10px 16px 0 16px;
}

#inside #top20 #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #top20 .outline_box table td.center {
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    font-weight: bold;
}

#inside #top20 .outline_box table td.center a {
    display: block;
    line-height: 42px;
    padding: 5px 34px 5px 5px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
}

#inside #top20 .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #top20 .outline_box #acc table tr.none td {}

#inside #top20 .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #top20 .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #top20 .outline_box #acc h3.first-selected table tr.none td.bottom {
    background: none;
}

#inside #top20_stock .select_menu {
    width: 90%;
    margin: 15px auto;
}

#inside #top20_stock .select_menu select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
}

#inside #top20_stock .table {
    padding: 0 10px 10px 10px;
}

#inside #top20_stock .table thead th {
    background: #3c4c54;
    color: #FFF;
    padding: 9px 8px;
}

#inside #top20_stock .table tbody th {
    padding: 9px 8px;
    background: #eee;
    text-align: left;
    border: 1px #fff solid;
}

#inside #top20_stock .table tbody td {
    padding: 5px 8px;
    border: 1px #fff solid;
}

#inside #top20_stock .table tbody td.line {
    background: #dcdcdc;
    padding: 0;
    height: 3px;
}

#inside #top20_stock .table tbody th .green {
    color: #008000;
}

#inside #top20_stock p.time {
    background: #FFF;
    margin: 0;
    padding: 0 15px 10px 10px;
    text-align: right;
}

#inside iframe#top20_share {
    width: 100%;
    height: 1250px;
}

#inside #index .select_menu {
    width: 90%;
    margin: 15px auto;
}

#inside #index .select_menu select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
}

#inside #index .table {
    padding: 0 10px 10px 10px;
}

#inside #index .table thead th {
    background: #3c4c54;
    color: #FFF;
    padding: 9px 8px;
}

#inside #index .table tbody th {
    padding: 9px 8px;
    text-align: left;
    border: 1px #fff solid;
    background: #eee;
}

#inside #index .table tbody td {
    padding: 5px 8px;
    border: 1px #fff solid;
}

#inside #index .table tbody td.line {
    background: #dcdcdc;
    padding: 0;
    height: 3px;
}

#inside #index .table tbody th .green {
    color: #008000;
}

#inside #index p.time {
    background: #FFF;
    margin: 0;
    padding: 0 15px 10px 10px;
    text-align: right;
}

#inside iframe#index {
    width: 100%;
    height: 1300px;
}

#inside #index .pager {
    padding: 0 16px 16px 16px;
}

#inside #index .pager .left {
    float: left;
}

#inside #index .pager .right {
    float: right;
}

#inside #hsi_constituent {
    background: #f5f5f5;
    padding-bottom: 15px;
}

#inside #hsi_constituent h4 {
    font-weight: normal;
    margin: 0;
    padding: 10px 16px 0 16px;
}

#inside #hsi_constituent #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #hsi_constituent .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #hsi_constituent .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #hsi_constituent .outline_box #acc table tr.none td {}

#inside #hsi_constituent .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #hsi_constituent .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #hsi_constituent .outline_box #acc h3.first-selected table tr.none td.bottom {
    background: none;
}

#inside #hsi_constituent .outline_box .acc-content table td.center2 {
    padding: 0;
    background: #fff;
}

#inside #hsi_constituent .outline_box .acc-content table td.center2 a {
    display: block;
    padding: 15px 34px 15px 5px;
    border-bottom: 1px #dcdcdc solid;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    color: #000;
}

#inside #iframe_index .table td {
    width: 50%;
    background: #eee;
    border: 1px #fff solid;
    padding: 9px 8px;
    font-size: 15px;
}

#inside #iframe_index .table label {
    display: block;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}

#inside #iframe_index .table td .green {
    color: #008000;
}

#inside #iframe_index .table td.description {
    font-size: 12px;
    text-align: right;
    background: #FFF;
    padding: 3px;
}

#inside #iframe_index .table tr.next_lvl td {
    background: #cdcdcd;
    text-align: center;
}

#inside #iframe_index .table tr.next_lvl td label {
    display: initial;
    margin-right: 10px;
}

#inside iframe#hsi,
#inside iframe#hscei,
#inside iframe#redchip,
#inside iframe#gem,
#inside iframe#fin,
#inside iframe#uti,
#inside iframe#prop,
#inside iframe#comind {
    width: 100%;
    height: 376px;
}

#inside #world .table {
    padding: 0 10px 10px 10px;
}

#inside #world .table thead th {
    background: #3c4c54;
    color: #FFF;
    padding: 9px 8px;
}

#inside #world .table tbody th {
    padding: 9px 8px;
    text-align: left;
    border: 1px #fff solid;
    background: #eee;
}

#inside #world .table tbody td {
    padding: 5px 8px;
    border: 1px #fff solid;
}

#inside #world .table tbody td.line {
    background: #dcdcdc;
    padding: 0;
    height: 3px;
}

#inside #world .table tbody th .green {
    color: #008000;
}

#inside #world p.time {
    background: #FFF;
    margin: 0;
    padding: 10px 15px 10px 10px;
    text-align: right;
    font-size: 13px
}

#inside iframe#world {
    width: 100%;
    height: 1110px;
}

#inside #news {
    padding-bottom: 15px;
    background: #f7f7f7;
}

#inside #news .outline_box table td.center {
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    font-weight: bold;
}

#inside #news .outline_box table td.center a {
    display: block;
    line-height: 42px;
    color: #000;
    padding: 5px 34px 5px 5px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
}

#inside #news .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #news #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #news_inside .link_more .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom #f7f7f7;
    background-size: 100% 2px;
    padding-bottom: 0;
    font-size: 14px;
    height: 42px;
}

#inside #news_inside .link_more .link h3 {
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 0 0 10px;
}

#inside #news_inside .link_more .hkex_news {
    padding: 0;
    border-bottom: 2px solid #e2e2e2;
}

#inside #news_inside .link_more .hkex_news dl {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    border-bottom: #b6b6b6 1px solid;
    background: #f7f7f7;
}

#inside #news_inside .link_more .hkex_news dl.last {
    border-bottom: none;
}

#inside #news_inside .link_more .hkex_news dl.even {
    background: #eae8e8;
}

#inside #news_inside .link_more .hkex_news dl dt {}

#inside #news_inside .link_more .hkex_news dl dd {
    margin: 0;
}

#inside iframe#news {
    width: 100%;
    height: 810px;
}

#inside iframe#exotic_news,
#inside iframe#exotic_vol_news,
#inside iframe#exotic_range_news {
    width: 100%;
    height: 850px;
}

#inside iframe#exotic_bigvol_news {
    width: 100%;
    height: 1200px;
}

#inside #news_inside .pager {
    padding: 10px;
}

#inside #news_inside .pager .left {
    float: left;
}

#inside #news_inside .pager .right {
    float: right;
}

#inside #ipo_info {
    padding-bottom: 15px;
    background: #f7f7f7;
}

#inside #ipo_info .outline_box table td.center {
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    font-weight: bold;
}

#inside #ipo_info .outline_box table td.center a {
    display: block;
    line-height: 42px;
    color: #000;
    padding: 5px 34px 5px 5px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
}

#inside #ipo_info .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #ipo_info #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #ipo_iframe .table {
    padding: 0;
}

#inside #ipo_iframe .table tbody th {
    padding: 3px 8px;
    border: 1px #fff solid;
    background: #eee;
    font-size: 13px;
    font-weight: normal;
}

#inside #ipo_iframe .table tbody td {
    padding: 9px 8px;
    text-align: left;
    border: 1px #fff solid;
}

#inside #ipo_iframe .table tbody td.name {
    height: auto;
}

#inside #ipo_iframe .table tbody td.line {
    background: #dcdcdc;
    padding: 0;
    height: 3px;
}

#inside iframe#ipo_iframe {
    width: 100%;
    height: 2100px;
}

#inside #ipo_iframe .pager {
    padding: 15px 10px;
}

#inside #ipo_iframe .pager .left {
    float: left;
}

#inside #ipo_iframe .pager .right {
    float: right;
}

#inside #ipo_archive_iframe .table {
    padding: 0;
}

#inside #ipo_archive_iframe .table tbody th {
    padding: 3px 8px;
    border: 1px #fff solid;
    background: #eee;
    font-size: 13px;
    font-weight: normal;
}

#inside #ipo_archive_iframe .table tbody td {
    padding: 9px 8px;
    text-align: left;
    border: 1px #fff solid;
}

#inside #ipo_archive_iframe .table tbody td.name {
    height: auto;
}

#inside #ipo_archive_iframe .table tbody td.line {
    background: #dcdcdc;
    padding: 0;
    height: 3px;
}

#inside iframe#ipo_archive_iframe {
    width: 100%;
    height: 2500px;
}

#inside #ipo_archive_iframe .pager {
    padding: 15px 10px;
}

#inside #ipo_archive_iframe .pager .left {
    float: left;
}

#inside #ipo_archive_iframe .pager .right {
    float: right;
}

#inside #page_not_found .text {
    padding: 10px;
    font-size: 17px;
    margin-bottom: 30px;
}

#inside #page_not_found .text {
    padding: 10px;
    font-size: 17px;
    margin-bottom: 30px;
}

#inside #page_not_found .text p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
}

#inside #page_not_found .text a {
    text-decoration: underline;
}

#inside #page_not_found .text ul li {
    line-height: 30px;
    font-size: 15px;
}

#inside #tools_page {
    background: #f5f5f5;
    padding-bottom: 15px;
}

#inside #tools_page h4 {
    font-weight: normal;
    margin: 0;
    padding: 10px 16px 0 16px;
}

#inside #tools_page #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #tools_page .outline_box table.no_link td.center {
    background: #fff;
}

#inside #tools_page .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #tools_page .outline_box table td.center span {
    font-weight: normal;
}

#inside #tools_page .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #tools_page .outline_box #acc table tr.none td {}

#inside #tools_page .outline_box table.no_link tr.none td.bottom,
#inside #tools_page .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #tools_page .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #tools_page .outline_box #acc h3.first-selected table tr.none td.bottom {
    background: none;
}

#inside #tools_page .outline_box .acc-content table td.center2 {
    padding: 0;
    background: #fff;
}

#inside #tools_page .outline_box .acc-content table td.center2 a {
    display: block;
    padding: 15px 34px 15px 5px;
    border-bottom: 1px #dcdcdc solid;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    color: #000;
}

#inside #promotion .text h2 {
    padding: 10px 10px 0 10px;
    margin: 0;
}

#inside #promotion .text p {
    padding: 0 10px 0 10px;
    margin: 0;
}

#inside #promotion .text .link {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #promotion .text a {
    display: block;
    color: #000;
}

#inside #promotion .text span {
    color: #F00;
}

#inside #investor_corner {
    background: #fafafa;
}

#inside #investor_corner .outline_box .dark_blue_tl {
    background: #3b4c54;
    padding: 10px;
    color: #FFF;
}

#inside #investor_corner .outline_box {
    margin-bottom: 15px;
}

#inside #investor_corner .top {
    background: #fff;
    padding: 10px;
    font-weight: normal;
}

#inside #investor_corner .center.weekly .top a {
    /*color:#000;*/
}

#inside #investor_corner .top li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

#inside #investor_corner .top li.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#inside #investor_corner .link {
    text-align: right;
    background: transparent url("/home/images/border_why_link.gif") no-repeat scroll center bottom / 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#inside #investor_corner .newspapers,
#inside #investor_corner .description {
    padding: 0px 16px 0 16px;
}

#inside #investor_corner p.description {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#inside #investor_corner .newspapers .red_tl span.date {
    float: right;
}

#inside #investor_corner #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#inside #investor_corner .outline_box table td.center.weekly {
    background: #fff;
    padding: 0;
    height: auto;
    font-size: 15px;
}

#inside #investor_corner .outline_box table td.center.weekly .red_tl span#load_more {
    float: right;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    width: 50px;
    text-align: right;
    cursor: pointer;
}

#inside #investor_corner .outline_box table td.center.weekly .red_tl span#load_more.on:after {
    content: "縮小";
    position: absolute;
    right: 0;
    width: 50px;
    text-align: right;
    background: #cc3333;
    cursor: pointer;
}

#inside #investor_corner .outline_box table td.center.weekly .more_content {
    display: none;
}

#inside #investor_corner .outline_box table td.center.weekly .more_content.on {
    display: block;
}

#inside #investor_corner .outline_box table td.center {
    padding: 5px 34px 5px 10px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#inside #investor_corner .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#inside #investor_corner .outline_box #acc h3.first-selected table tr.none td {
    display: none;
}

#inside #investor_corner .outline_box table td.bottom {
    background: url(/home/images/bg_outline_box_bottom_line.png) repeat-x;
}

#inside #investor_corner .outline_box h3.first-selected table td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#inside #investor_corner #acc .acc-content {
    color: #fff;
}

#inside #investor_corner .news_date .red_tl dl {
    clear: both;
    padding: 0;
    margin: 0;
}

#inside #investor_corner .news_date .red_tl dl a {
    color: #000;
    text-decoration: underline;
}

#inside #investor_corner .news_date .red_tl dt {
    float: left;
    padding-right: 3%;
}

#inside #investor_corner .news_date .red_tl dd.tl {
    font-size: 17px;
    font-weight: bold;
}

#inside #investor_corner .news_date .red_tl dd {
    margin: 0;
}

#inside #investor_corner .news_date .top {
    color: #000;
    background: url(/home/images/bg_education_register_top.jpg) repeat-x bottom;
}

#inside #timetable table {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    border: 1px solid #434343;
}

#inside #timetable table {
    border-collapse: collapse;
}

#inside #timetable table th {
    background: #434343;
    color: #FFF;
}

#inside #timetable table th span {
    font-size: 13px;
}

#inside #timetable table td {
    background: #fff;
    /*border:1px solid #434343;*/
}

#inside #timetable table th,
#inside #timetable table td {
    padding: 3px 6px;
}

#inside #timetable table td.white {
    border-top: 1px solid #F7F7F7;
}

#inside #bond_enquiry_form .outline_box input[type="text"],
#inside #bond_enquiry_form .outline_box select,
#inside #bond_enquiry_form .outline_box textarea {
    width: 100%;
    height: 35px;
    font-size: 15px;
    background: #EEE;
    border: none;
}

#inside #bond_enquiry_form .button.red {
    background: transparent url("/home/images/icon_submit_red.png") no-repeat scroll 0% 0% / 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0px auto;
}

#inside #bond_enquiry_form .outline_box {
    padding: 0px 10px 10px 10px;
}

#inside #bond_enquiry_form .outline_box .space {
    padding: 10px;
}

#inside #bond_enquiry_form .outline_box .space td {
    padding: 5px 0px;
}

#inside #bond_enquiry_form .outline_box input[type="text"],
#inside #bond_enquiry_form .outline_box select,
#inside #bond_enquiry_form .outline_box textarea {
    width: 100%;
    height: 35px;
    font-size: 15px;
    background: #EEE;
    border: none;
    padding: 0px 10px;
}

#inside #bond_enquiry_form .outline_box textarea {
    height: auto!important;
    padding: 8px 10px;
}

#inside #bond_enquiry_form .outline_box textarea {
    height: auto!important
}

#inside #bond_enquiry_form .outline_box input.tel_code {
    width: 29%;
    margin-right: 1%;
    float: left;
}

#inside #bond_enquiry_form .outline_box input.tel_number {
    width: 70%;
    float: left;
}

#inside #bond_enquiry_form .outline_box td.mandatory {
    text-align: right;
    font-size: 12px;
}

#inside #bond_enquiry_form .outline_box td span {
    color: #A4332F;
}

#inside #bond_enquiry_form .button.red {
    background: transparent url("/home/images/icon_submit_red.png") no-repeat scroll 0% 0% / 147px 48px;
    width: 147px;
    height: 48px;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0px auto 10px auto;
}

#inside #bond_enquiry_form .button.red a {
    color: #FFF;
    display: block;
}

#inside #bond_enquiry_form .open_acc {
    margin: 0px auto 20px;
    background: transparent url("/home/images/bg_contact_red.jpg") repeat-x scroll 0% 0% / auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#inside #bond_enquiry_form .open_acc .left {
    float: left;
    width: 10%;
    text-align: left;
}

#inside #bond_enquiry_form .open_acc .right {
    float: right;
    width: 10%;
    text-align: right;
}

#inside #bond_enquiry_form .open_acc .text {
    float: left;
    width: 80%;
    margin-top: 5px;
    line-height: 36px;
}

#inside #bond_enquiry_form .open_acc {
    margin: 0px auto 20px;
    background: transparent url("/home/images/bg_contact_red.jpg") repeat-x scroll 0% 0% / auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#inside #bond_enquiry_form .open_acc a {
    color: #FFF;
    display: block;
}


/*footer*/

#footer {
    padding: 15px 20px;
}

#footer .button {
    margin: 15px 0;
}

#footer .button table {
    width: auto;
}

#footer .button table td {
    padding: 0 10px;
}

#footer .link {
    text-align: center;
    font-size: 14px;
}

#footer a {
    color: #a4332f;
}

#footer a:active {
    color: #a4332f;
    background: #f9d7d7;
}

#footer .terms {
    font-size: 13px;
    text-align: center;
}


/**/

.swiper-container {
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    float: left;
}

.swiper-wrapper,
.swiper-slide {
    height: 444px!important;
}

.swiper-slide img {
    width: auto;
    height: 444px;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #f0eff5;
    margin-right: 5px;
    opacity: 0.95;
    border: 1px solid #d3d3d5;
    cursor: pointer;
}

.swiper-active-switch {
    background: #d3d3d5;
}

#promotion_custom {
    padding: 0;
    margin: 0;
    background: #fff;
}

#promotion_custom h2 {
    margin: 10px 0 0 0;
    padding: 0 10px 10px 10px;
}

#promotion_custom h3 {
    margin: 10px 0 0 0;
    padding: 0 10px 10px 10px;
}

#promotion_custom ul,
#promotion_custom ol {
    padding: 0 10px 15px 10px;
    margin: 0;
}

#promotion_custom ol.first {
    margin-top: 10px;
}

#promotion_custom ul li,
#promotion_custom ul#acc ul#nested ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
}

#promotion_custom ol li,
#promotion_custom ul#acc ul#nested ol li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
}

#promotion_custom p {
    padding: 0 10px 10px 10px;
    margin: 0;
}

#promotion_custom table {
    margin: 0 3% 10px 3%;
    width: 94%;
}

#promotion_custom .pic {
    margin-bottom: 10px;
}

#promotion_custom .pic img {
    width: 100%;
    height: auto;
}

#promotion_custom p.section {
    padding-top: 15px;
}

#promotion_custom .red,
#promotion_custom .red a {
    color: #F00;
}

#promotion_custom .red a {
    text-decoration: underline;
}

#promotion_custom .big {
    font-size: 20px;
    font-weight: bold;
}

#promotion_custom ul#acc {
    width: 100%;
    list-style: none;
    margin: 0 auto 15px auto;
    padding: 0;
}

#promotion_custom ul#acc li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#promotion_custom ul#nested {
    margin-top: 10px;
}

#promotion_custom ul#acc li .pic {
    width: 90%;
    margin: 0 auto;
}

#promotion_custom ul#acc li .pic.bottom {
    margin-bottom: 10px;
}

#promotion_custom .pic.half {
    width: 44%;
    float: left;
    margin: 0 3%;
}

#promotion_custom .link {
    background: url(/home/images/icon_submit_red_long.png) no-repeat;
    background-size: 100% 32px;
    height: 32px;
    width: 90%;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

#promotion_custom .link a {
    color: #FFF;
    display: block;
}

#promotion_custom .link .left {
    float: left;
    width: 5%;
    text-align: left;
}

#promotion_custom .link .linking {
    float: left;
    width: 90%;
    text-align: center;
}

#promotion_custom .link .right {
    float: right;
    width: 5%;
    text-align: right;
}

#promotion_custom .link2 {
    text-align: right;
    background: url(/home/images/border_why_link.gif) no-repeat bottom;
    background-size: 100% 2px;
    padding-bottom: 6px;
    font-size: 14px;
}

#promotion_custom .download {
    margin: 20px 0px;
    font-size: 12px;
    border: #000 1px solid;
}

#promotion_custom .download .title {
    background: #000;
    color: #FFF;
    line-height: 24px;
    text-align: center;
}

#promotion_custom .download span {
    float: left;
    width: 46%;
    padding: 2%;
}

#promotion_custom .download span img {
    width: 100%;
    height: auto;
}

#promotion_custom.us-trading {
    background: #ccc;
}

#promotion_custom dl {
    margin-top: 10px;
    padding: 0 10px;
}

#promotion_custom dt {
    float: left;
    width: 20%;
}

#promotion_custom dd {
    float: left;
    margin: 0;
    width: 80%;
}

#promotion_custom .outline_box #acc h3 {
    padding: 0;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
    min-height: 0;
    line-height: normal;
    border-bottom: none;
    background: none;
}

#promotion_custom .outline_box table {
    margin: 0;
    width: 100%;
}

#promotion_custom .outline_box table td.center {
    padding: 5px 34px 5px 5px;
    font-size: 16px;
    line-height: normal;
    font-size: 16px;
    height: 42px;
    background: url(/home/images/unselect_w.jpg) no-repeat #fff right;
    background-size: 62px 50px;
    font-weight: bold;
}

#promotion_custom .outline_box #acc table tr.none td.bottom {
    background: url(/home/images/bg_table_bottom_red.gif) no-repeat right #dcdcdc;
}

#promotion_custom .outline_box .acc-content table td.center2 {
    padding: 10px;
    background: #fff;
}

#promotion_custom .outline_box #acc h3.first-selected table td.center {
    background: url(/home/images/select_w.jpg) no-repeat #3b4c54 right;
    background-size: 62px 50px;
    color: #FFF;
}

#promotion_custom .bg_red {
    margin: 10px auto;
    background: url(/home/images/bg_contact_red.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#promotion_custom .bg_red a {
    cursor: pointer;
    color: #FFF;
}

#promotion_custom .bg_red .left {
    float: left;
    width: 10%;
    text-align: left;
}

#promotion_custom .bg_red .text {
    float: left;
    width: 80%;
    margin-top: 5px;
}

#promotion_custom .bg_red .right {
    float: right;
    width: 10%;
    text-align: right;
}

#promotion_custom .bg_black {
    margin: 10px auto;
    background: url(/home/images/bg_contact_black.jpg) repeat-x;
    background-size: auto 48px;
    min-width: 278px;
    max-width: 80%;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#promotion_custom .bg_black a {
    cursor: pointer;
    color: #FFF;
}

#promotion_custom .bg_black .left {
    float: left;
    width: 10%;
    text-align: left;
}

#promotion_custom .bg_black .text {
    float: left;
    width: 80%;
    margin-top: 0;
    line-height: 44px;
}

#promotion_custom .bg_black .right {
    float: right;
    width: 10%;
    text-align: right;
}

div.faq_requirement {
    padding: 0 10px 0 10px;
}

td.holiday-bg {
    background: #F9F;
}


/*adv*/

.adv_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
    display: block;
    z-index: 999999997;
}

.adv_banner {
    position: fixed;
    z-index: 999999998;
    opacity: 1;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 90%;
}

.adv_banner img {
    width: 100%;
    height: auto;
}

.adv_close {
    position: absolute;
    z-index: 999999999;
    opacity: 1;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
}


/* ////////////////&nbsp;*/

.margin_result {
    background: #f7f7f7;
    padding: 0 20px;
}

#inside #margin .margin_result .table {
    margin-top: 0;
}

.margin_txt {
    padding: 10px 0;
    ;
}

#inside #margin .margin_result .table tbody tr:nth-child(even) td {
    background-color: #e1e1e1;
}</pre></body></html>