@charset "utf-8";

/* popup window unique style */


/* common style */

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

#local-nav {
    position: relative;
}

.local-nav-style1 .title {
    width: auto;
}

.local-nav-style1 .title .title-logo {
    width: 250px;
    display: inline-block;
    margin-right: 2%;
    vertical-align: sub;
}

#local-nav p {
    /*height: 33px;*/
    margin: 0;
    font-weight: normal;
}


/*
#local-nav:after{
    display: block;
    content: "";
    width: 100%;
    height: 45px;
    background: #ffffff;
    position: absolute;
    bottom: -46px;
    left: 0;
    z-index: 0;
}
*/

#local-nav ul {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    height: 44px;
    z-index: 10;
}

#local-nav ul li {
    display: block;
    float: left;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eb5505;
    border-bottom: none;
    font-size: 16px;
    border-top: 1px solid #eb5505;
    border-bottom: 1px solid #eb5505;
}

#local-nav ul li.active,
#local-nav ul li:hover {
    background-color: #fff5ef;
}

#local-nav ul li.link-search span:after {
    content: url(../images/common/icon/search-icon.png);
    display: inline;
    vertical-align: middle;
    margin-right: -5px;
    margin-left: 5px;
    height: 22px;
}

#local-nav ul li.link-search.active span:after,
#local-nav ul li.link-search:hover span:after {
    content: url(../images/common/icon/search-icon-on.png);
    display: inline;
    vertical-align: middle;
    margin-right: -5px;
    margin-left: 5px;
    height: 22px;
}

#local-nav ul li.active a,
#local-nav ul li:hover a {
    color: #eb5505;
    border-bottom: 5px solid #eb5505;
}

#local-nav ul li:first-child {
    border-left: 1px solid #eb5505;
}

#local-nav ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 45px;
    height: 45px;
}

#local-nav ul li a img {
    width: auto;
}

#local-nav ul li a span {
    margin: 0 5px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #local-nav {
        /*padding: 12px 0 0 0;*/
        padding: 0;
        background-color: #f3f3f3;
        height: 45px;
    }
    #local-nav p {
        margin: 0 1.96%;
    }
    #local-nav ul {
        position: absolute;
        height: 94px;
        border: solid 1px #eb5505;
        border-bottom: none;
    }
    /*
    #local-nav:after{
        height: 92px;
        bottom: -93px;
    }
    */
    #local-nav ul li {
        border-top: none;
        width: 50%;
        font-size: 14px;
        border-bottom: 1px solid #eb5505;
        height: 46px;
    }
    #local-nav ul li:first-child {
        border-left: none;
    }
    #local-nav ul li:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (max-width: 769px) {
    .local-nav-style1 .title .title-logo {}
}

@media screen and (max-width: 450px) {
    #local-nav p {
        /* height: 33px;*/
        font-size: 80%;
        width: 100%;
    }
    .local-nav-style1 .title .title-logo {}
}

@media screen and (max-width: 350px) {
    #local-nav p {
        /*height: 33px;*/
        font-size: 70%;
        width: 100%;
    }
    .local-nav-style1 .title .title-logo {}
}

@media screen and (max-width: 340px) {
    #local-nav ul li {
        font-size: 11px;
    }
}

#breadListWrap {
    padding: 0 1.96%;
}

.breadList {
    width: 100%;
    max-width: 980px;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; */
    max-height: 100%;
    font-size: 75%;
    margin: 15px auto 30px;
}

.breadList ul {
    display: block;
}

@media screen and (max-width: 768px) {
    .breadList {
        margin: 15px auto 0;
    }
    .breadList ul li {
        margin-bottom: 2%;
    }
}

.breadList ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 22px;
    text-indent: -22px;
    color: #333333;
}

.breadList ul li.category {
    padding-right: 10px;
}

.breadList ul li:first-child:before {
    content: "";
    padding: 0;
    margin: 0;
}

.breadList ul li:before {
    content: "＞";
    padding-right: 10px;
    color: #333333;
    vertical-align: middle;
}

.breadList ul li a,
.breadList ul li a:link {
    color: #0066aa;
    text-decoration: underline;
}

#main-cont .main-inner {
    margin: 0 auto;
    width: 96.08%;
    max-width: 980px;
}

@media screen and (max-width: 640px) {
    .local-nav-style1 .title .title-logo {
        display: block;
        padding-top: 5px;
        width: 35vw;
        margin-bottom: -8px;
    }
    p.title {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 600px) {
    .local-nav-style1 .title .title-logo {
        width: 38vw;
        margin-bottom: -8px;
    }
    p.title {
        font-size: 2.8vw;
    }
    br.brpc {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .local-nav-style1 .title .title-logo {
        width: 50vw;
        margin-bottom: -3px;
    }
    p.title {
        font-size: 3.4vw;
    }
}

@media screen and (max-width: 768px) {
    #main-cont .main-inner {
        padding: 0 5.5%;
        width: 89%;
    }
}

div.main-menu {
    position: relative;
}

.main-menu:after {
    content: "";
    clear: both;
    display: block;
}

#search fieldset {
    padding: 10%;
}

#search .kw_area .title_str {
    float: left;
    width: 100px;
    font-size: 75%;
    line-height: 1.75;
    font-weight: bold;
}

#search .kw_area #search-submit {
    padding: 0 10px;
    color: #ffffff;
    background-color: #000000;
}

.container-unique {
    max-width: 600px;
    margin: 0 auto;
    border: solid 1px #ddd;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
}

.deviceImage {
    position: relative;
    max-width: 200%;
    height: 800px;
    left: -50%;
    width: 1200px;
}

.deviceImageLoad {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#deviceImage {
    height: auto;
    width: 200%;
    left: -50%;
    position: relative;
}

#Loader {
    width: 20%;
    height: 20%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#BG {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}

#HelpGrayLayer,
#GrayLayer {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
}

.switchBox {
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.switch {
    width: 50%;
    margin: 15px 0;
    padding: 10px 0;
    display: inline-block;
    background-color: #f3f3f3;
    border: solid 1px #d6d3d3;
    float: left;
    color: #0066aa;
    text-decoration: none;
}

.switch.active,
.switch:hover {
    background-color: #fff5ef;
    border: solid 1px #eb5505;
    color: #eb5505;
}


/** -----------------
* カテゴリ検索
--------------------*/

a.non_border {
    color: #000;
    text-decoration: none;
    display: block;
}

div#goaisatsu {
    margin: 0 auto;
}

div#g_area {
    height: 54px;
    border: 1px solid #d1d1d1;
    background-image: url("../images/category_search/ss_arrow.jpg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #fff5ef;
}

div#g_area:hover {
    border: 1px solid #eb5505;
}

div#g_area .borderwrap {
    height: 100%;
    border: 2px solid transparent;
}

div#g_area:hover .borderwrap {
    border: 2px solid #eb5505;
}

div#g_left {
    float: left;
    width: 35%;
    text-align: center;
    font-weight: bold;
    color: #eb5505;
}

div#g_right {
    float: left;
    width: 65%;
}

div#g_area:after {
    display: block;
    clear: both;
}

div#category_menu_area {
    max-width: 980px;
    margin: 0 auto;
    overflow: auto;
}

ul#category_menu {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

ul#category_menu li {
    list-style-type: none;
    float: left;
    vertical-align: middle;
    width: 22%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    margin-right: 4%;
    margin-bottom: 45px;
    background-color: #fff5ef;
}

ul#category_menu li:hover {
    border: 1px solid #eb5505;
}

ul#category_menu li a {
    text-decoration: none;
    display: block;
    border: 2px solid transparent;
    overflow: hidden;
}

ul#category_menu li a:hover {
    border: 2px solid #eb5505;
}

ul#category_menu li div.pss_name {
    display: table;
    width: 100%;
}

ul#category_menu li div.pss_name div.ss_name {
    display: table-cell;
    text-align: center;
    font-size: 18px;
    height: 50px;
    color: #eb5505;
    font-weight: bold;
}

ul#category_menu li img {
    padding: 2px;
    border-bottom: 1px solid #d1d1d1;
    background-color: #FFFFFF;
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
}

ul#category_menu li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (min-width: 769px) {
    div#goaisatsu {
        max-width: 385px;
    }
    div#g_area {
        line-height: 50px;
        margin-bottom: 50px;
    }
    ul#category_menu li {}
    ul#category_menu li:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    div#goaisatsu {
        width: 100%;
    }
    div#g_area {
        height: 80px;
        margin-bottom: 20px;
    }
    div#g_left {
        width: 100%;
        padding-top: 20px;
        padding-left: 40px;
        text-align: left;
    }
    div#g_right {
        width: 100%;
        padding-top: 10px;
        padding-left: 40px;
    }
    ul#category_menu li {
        width: 32%;
        border: 1px solid #d1d1d1;
        margin: 0 2% 15px 0;
    }
    ul#category_menu li:nth-child(3n) {
        margin-right: 0;
    }
    ul#category_menu li div.pss_name div.ss_name {
        font-size: 14px;
    }
}

@media screen and (max-width: 499px) {
    div#goaisatsu {
        width: 100%;
    }
    div#g_area {
        height: 60px;
        margin-bottom: 20px;
    }
    div#g_left {
        width: 100%;
        padding-top: 10px;
        padding-left: 40px;
        text-align: left;
    }
    div#g_right {
        width: 100%;
        padding-top: 5px;
        padding-left: 40px;
    }
    ul#category_menu li {
        width: 33.333333333333%;
        border: 1px solid #d1d1d1;
        margin: 0 0 15px 0;
    }
    ul#category_menu li:nth-child(3n) {
        margin-right: 0;
    }
    ul#category_menu li div.pss_name div.ss_name {
        font-size: 14px;
        height: 40px;
    }
}

@media screen and (max-width: 350px) {
    ul#category_menu li div.pss_name div.ss_name {
        font-size: 12px;
    }
}


/** -----------------
* Android8.0について
--------------------*/

div.osver {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: auto;
}

ul.osver_menu {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: -.4em;
    text-align: center;
}

ul.osver_menu li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

ul.osver_menu:before {
    clear: both;
}

div.osverc_tframe {
    display: table;
    width: 70%;
    /*padding: 10px;*/
    margin: 10px auto;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #fff;
    border: solid 1px #eb5505;
    color: #000;
}

div.osverc_tframe a:hover {
    background-color: #fff5ef;
    color: #eb5505;
}

div.osverc_title {
    padding: 10px;
}

div.osverc_info {
    text-align: left;
}

@media screen and (max-width: 370px) {
    div.osverc_info p {
        font-size: 85%;
        line-height: 1.5;
        text-align: left;
    }
}

@media screen and (min-width: 370px) and (max-width: 400px) {
    div.osverc_info p {
        font-size: 88%;
        line-height: 1.5;
        text-align: left;
    }
}

@media screen and (min-width: 400px) and (max-width: 460px) {
    div.osverc_info p {
        font-size: 90%;
        line-height: 1.5;
        text-align: left;
    }
}

div.osverc_info a {
    color: #0066aa;
    text-decoration: underline;
    display: inline;
    border: none;
}


/** -----------------
* 困ったとき
--------------------*/

div.q_and_a {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: auto;
}

ul.qa_menu {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    letter-spacing: -.4em;
}

ul.qa_menu li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

ul.qa_menu:before {
    clear: both;
}

li.qa_arrow.dummy {
    display: none;
}

@media screen and (min-width: 769px) {
    li.qa_arrow {
        background-color: #e6e6e6;
        position: relative;
        padding-left: 30px;
        width: 30%;
        font-weight: bold;
    }
    li.qa_arrow.dummy {
        display: inline-block;
        background-color: transparent;
    }
    li.qa_arrow:after {
        border: 50px solid transparent;
        border-left-color: #e6e6e6;
        border-right-width: 0;
        width: 0;
        right: -50px;
        content: "";
        display: block;
        top: 0px;
        position: absolute;
    }
    li.qa_arrow.dummy:after {
        border-left-color: transparent;
    }
    li.qa_contents {
        width: 28%;
    }
    li.qa_contents a {
        text-decoration: none;
        display: block;
        color: #000;
    }
    li.qa_contents:nth-child(2),
    li.qa_contents:nth-child(5),
    li.qa_contents:nth-child(8) {
        margin-left: 10%;
    }
    li.qa_contents:nth-child(3),
    li.qa_contents:nth-child(6),
    li.qa_contents:nth-child(9) {
        margin-left: 4%;
    }
}

.qa_contents a {
    margin-bottom: 10px;
    border: 1px #d1d1d1 solid;
}

.qa_contents a:hover {
    border: 1px #eb5505 solid;
}

div.qac_title {
    display: table;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    border: 2px transparent solid;
    position: relative;
    z-index: 100;
    background-color: #fff5ef;
    height: 60px;
    color: #eb5505;
}

div.qac_title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    display: block;
    z-index: 0;
    background-image: url("../images/category_search/ss_arrow.jpg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

div.qac_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px;
    display: block;
    z-index: -5;
}

li.qa_contents a:hover div.qac_title {
    border: 2px #eb5505 solid;
}

div.table_cell {
    display: table-cell;
    text-align: center;
}

div.table_cell-left {
    display: table-cell;
    text-align: left;
}

div.qac_table {
    display: table;
    width: 100%;
    height: 100px;
}

div.qac_info {
    font-size: 14px;
    line-height: 1.3;
}

div.qac_info.mb5p {
    margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
    li.qa_arrow {
        background-color: #f3f3f3;
        position: relative;
        width: 100%;
        font-weight: bold;
    }
    li.qa_contents {
        width: 100%;
    }
    div.qac_table {
        height: 50px;
    }
    .dummy div.qac_table {
        height: 0px;
    }
    div.qac_info {
        margin: 10px;
        line-height: 1.5;
    }
    div.qac_info.mb5p {
        margin: 10px;
    }
}


/** -----------------
* 便利な使い方
--------------------*/

div.hint {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: auto;
}

div.hint_title {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 3px #eb5505 solid;
    position: relative;
    z-index: 100;
    background-color: #fff5ef;
    height: 60px;
}

div.hint_title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px #eb5505 solid;
    margin: 2px;
    display: block;
    z-index: -1;
    background: #fff5ef;
}

div.hint_title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px #eb5505 solid;
    margin: 2px;
    display: block;
    z-index: -5;
    background: #fff5ef;
}

div#hint_contents {
    margin-top: 50px;
}

div#hint_contents li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 20px 30px;
    background-image: url("../images/category_search/ss_arrow.jpg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 4px 7px;
}

div#hint_contents li.category {
    border-bottom: none;
}

div#hint_contents li.category.child {
    background-image: none;
    padding-left: 50px;
    border-bottom: none;
    padding-top: 0;
}

div#hint_contents li.category.child:before {
    display: inline-block;
    content: "・";
    color: #333333;
    vertical-align: middle;
}

div#hint_contents li.category.child a {
    display: inline-block;
}

div#hint_contents li.category.child.childlast {
    border-bottom: 1px solid #e5e5e5;
}

div#hint_contents li a {
    color: #0066aa;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 768px) {
    div#hint_contents {
        margin-top: 20px;
    }
    div.hint_title {
        font-size: 20px;
    }
}


/** -----------------
* 質問に答えながら設定する（セルフケア）
--------------------*/

#selfcare_alert {
    margin-top: 20px;
    padding-bottom: 20px;
}

#selfcare_alert .title {
    background-color: #fff;
    position: relative;
    display: inline;
    top: 15px;
    left: 10px;
    padding: 0 20px;
}

#selfcare_alert .text {
    border: 1px solid #333;
    padding: 20px 10px 10px 10px;
}


/*機能追加*/

.icon_mark {
    width: 150px;
    height: 150px;
}

.icon_block {
    position: relative;
}

.icon_mark {
    z-index: 0;
}

.icon_cont {
    width: 150px;
    height: 150px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.icon_cont:hover {
    display: block;
}

.pos_r {
    position: relative;
}

#controlBtn {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
}

.loading #prev,
.loading #next,
.loading #up,
.loading #down {
    display: none;
}

#up,
#down,
#next,
#prev {
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    color: #fff;
}

#up,
#down {
    pointer-events: none;
    background-color: transparent;
    color: #666;
}

#up .st0,
#down .st0 {
    opacity: 0.1;
    fill: #dddddd;
}

#up .st1,
#down .st1 {
    fill: none;
    stroke: #dddddd;
    stroke-miterlimit: 10;
}

#up .st2,
#down .st2 {
    fill: #dddddd;
}


/*操作説明*/

span.buttonTxt svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

g.buttonImg circle.st0 {
    opacity: 0.1;
    fill: #EB5505;
}

g.buttonImg circle.st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

g.buttonImg polygon.st2 {
    fill: #EB5505;
}


/*機能追加*/

.frame00_00 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_00 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_00 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_00 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame00_12 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_12 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_12 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_12 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame00_24 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_24 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_24 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_24 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame00_36 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_36 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_36 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_36 #up .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame00_00 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_00 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_00 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_00 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame00_12 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_12 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_12 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_12 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame00_24 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_24 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_24 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_24 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame00_36 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_36 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_36 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_36 #up .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame00_00 #up .st2 {
    fill: #EB5505;
}

.frame01_00 #up .st2 {
    fill: #EB5505;
}

.frame02_00 #up .st2 {
    fill: #EB5505;
}

.frame03_00 #up .st2 {
    fill: #EB5505;
}

.frame00_12 #up .st2 {
    fill: #EB5505;
}

.frame01_12 #up .st2 {
    fill: #EB5505;
}

.frame02_12 #up .st2 {
    fill: #EB5505;
}

.frame03_12 #up .st2 {
    fill: #EB5505;
}

.frame00_24 #up .st2 {
    fill: #EB5505;
}

.frame01_24 #up .st2 {
    fill: #EB5505;
}

.frame02_24 #up .st2 {
    fill: #EB5505;
}

.frame03_24 #up .st2 {
    fill: #EB5505;
}

.frame00_36 #up .st2 {
    fill: #EB5505;
}

.frame01_36 #up .st2 {
    fill: #EB5505;
}

.frame02_36 #up .st2 {
    fill: #EB5505;
}

.frame03_36 #up .st2 {
    fill: #EB5505;
}

.frame00_00 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame01_00 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame02_00 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame03_00 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame00_12 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame01_12 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame02_12 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame03_12 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame00_24 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame01_24 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame02_24 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame03_24 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame00_36 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame01_36 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame02_36 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame03_36 #up {
    display: block;
    pointer-events: visible;
    background-color: transparent;
    color: #fff;
}

.frame01_00 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_00 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_00 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame04_00 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_12 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_12 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_12 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame04_12 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_24 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_24 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_24 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame04_24 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_36 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame02_36 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame03_36 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame04_36 #down .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.frame01_00 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_00 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_00 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame04_00 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_12 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_12 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_12 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame04_12 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_24 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_24 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_24 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame04_24 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_36 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame02_36 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame03_36 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame04_36 #down .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.frame01_00 #down .st2 {
    fill: #EB5505;
}

.frame02_00 #down .st2 {
    fill: #EB5505;
}

.frame03_00 #down .st2 {
    fill: #EB5505;
}

.frame04_00 #down .st2 {
    fill: #EB5505;
}

.frame01_12 #down .st2 {
    fill: #EB5505;
}

.frame02_12 #down .st2 {
    fill: #EB5505;
}

.frame03_12 #down .st2 {
    fill: #EB5505;
}

.frame04_12 #down .st2 {
    fill: #EB5505;
}

.frame01_24 #down .st2 {
    fill: #EB5505;
}

.frame02_24 #down .st2 {
    fill: #EB5505;
}

.frame03_24 #down .st2 {
    fill: #EB5505;
}

.frame04_24 #down .st2 {
    fill: #EB5505;
}

.frame01_36 #down .st2 {
    fill: #EB5505;
}

.frame02_36 #down .st2 {
    fill: #EB5505;
}

.frame03_36 #down .st2 {
    fill: #EB5505;
}

.frame04_36 #down .st2 {
    fill: #EB5505;
}

.frame01_00 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame02_00 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame03_00 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame04_00 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame01_12 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame02_12 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame03_12 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame04_12 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame01_24 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame02_24 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame03_24 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame04_24 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame01_36 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame02_36 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame03_36 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame04_36 #down {
    display: block;
    pointer-events: visible;
    background-color: #DF5411;
    color: #fff;
}

.frame03_00 #prev,
.frame03_00 #next,
.frame04_00 #prev,
.frame04_00 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame03_12 #prev,
.frame03_12 #next,
.frame04_12 #prev,
.frame04_12 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame03_24 #prev,
.frame03_24 #next,
.frame04_24 #prev,
.frame04_24 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame03_36 #prev,
.frame03_36 #next,
.frame04_36 #prev,
.frame04_36 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame01_00 #prev .st0,
.frame01_00 #next .st0,
.frame00_00 #prev .st0,
.frame00_00 #next .st0,
.frame01_12 #prev .st0,
.frame01_12 #next .st0,
.frame00_12 #prev .st0,
.frame00_12 #next .st0,
.frame01_24 #prev .st0,
.frame01_24 #next .st0,
.frame00_24 #prev .st0,
.frame00_24 #next .st0,
.frame01_36 #prev .st0,
.frame01_36 #next .st0,
.frame00_36 #prev .st0,
.frame00_36 #next .st0,
.frame03_00 #prev .st0,
.frame03_00 #next .st0,
.frame04_00 #prev .st0,
.frame04_00 #next .st0,
.frame03_12 #prev .st0,
.frame03_12 #next .st0,
.frame04_12 #prev .st0,
.frame04_12 #next .st0,
.frame03_24 #prev .st0,
.frame03_24 #next .st0,
.frame04_24 #prev .st0,
.frame04_24 #next .st0,
.frame03_36 #prev .st0,
.frame03_36 #next .st0,
.frame04_36 #prev .st0,
.frame04_36 #next .st0 {
    opacity: 0.1;
    fill: #dddddd;
}

.frame01_00 #prev .st1,
.frame01_00 #next .st1,
.frame00_00 #prev .st1,
.frame00_00 #next .st1,
.frame01_12 #prev .st1,
.frame01_12 #next .st1,
.frame00_12 #prev .st1,
.frame00_12 #next .st1,
.frame01_24 #prev .st1,
.frame01_24 #next .st1,
.frame00_24 #prev .st1,
.frame00_24 #next .st1,
.frame01_36 #prev .st1,
.frame01_36 #next .st1,
.frame00_36 #prev .st1,
.frame00_36 #next .st1,
.frame03_00 #prev .st1,
.frame03_00 #next .st1,
.frame04_00 #prev .st1,
.frame04_00 #next .st1,
.frame03_12 #prev .st1,
.frame03_12 #next .st1,
.frame04_12 #prev .st1,
.frame04_12 #next .st1,
.frame03_24 #prev .st1,
.frame03_24 #next .st1,
.frame04_24 #prev .st1,
.frame04_24 #next .st1,
.frame03_36 #prev .st1,
.frame03_36 #next .st1,
.frame04_36 #prev .st1,
.frame04_36 #next .st1 {
    fill: none;
    stroke: #dddddd;
    stroke-miterlimit: 10;
}

.frame01_00 #prev .st2,
.frame01_00 #next .st2,
.frame00_00 #prev .st2,
.frame00_00 #next .st2,
.frame01_12 #prev .st2,
.frame01_12 #next .st2,
.frame00_12 #prev .st2,
.frame00_12 #next .st2,
.frame01_24 #prev .st2,
.frame01_24 #next .st2,
.frame00_24 #prev .st2,
.frame00_24 #next .st2,
.frame01_36 #prev .st2,
.frame01_36 #next .st2,
.frame00_36 #prev .st2,
.frame00_36 #next .st2,
.frame03_00 #prev .st2,
.frame03_00 #next .st2,
.frame04_00 #prev .st2,
.frame04_00 #next .st2,
.frame03_12 #prev .st2,
.frame03_12 #next .st2,
.frame04_12 #prev .st2,
.frame04_12 #next .st2,
.frame03_24 #prev .st2,
.frame03_24 #next .st2,
.frame04_24 #prev .st2,
.frame04_24 #next .st2,
.frame03_36 #prev .st2,
.frame03_36 #next .st2,
.frame04_36 #prev .st2,
.frame04_36 #next .st2 {
    fill: #dddddd;
}

.frame01_00 #prev,
.frame01_00 #next,
.frame00_00 #prev,
.frame00_00 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame01_12 #prev,
.frame01_12 #next,
.frame00_12 #prev,
.frame00_12 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame01_24 #prev,
.frame01_24 #next,
.frame00_24 #prev,
.frame00_24 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.frame01_36 #prev,
.frame01_36 #next,
.frame00_36 #prev,
.frame00_36 #next {
    pointer-events: none;
    background-color: #dddddd;
    color: #666;
}

.btnTable {
    position: absolute;
    right: 1%;
    bottom: 1%;
    width: 27.5%;
}

.btnRow {
    display: table-row;
}

.btnCell {
    display: table-cell;
    width: 33.3%;
}

.controllerWrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(50 / 50 * 100%);
}

.controllerWrap svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.controllerImg {
    width: 10%;
    height: auto;
}

.controller .st0 {
    opacity: 0.1;
    fill: #EB5505;
}

.controller .st1 {
    fill: none;
    stroke: #EB5505;
    stroke-miterlimit: 10;
}

.controller .st2 {
    fill: #EB5505;
}

.controller:hover .st0 {
    fill: #FFFFFF;
}

.controller:hover .st1 {
    opacity: 0.6;
    fill: #EB5505;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

.controller:hover .st2 {
    fill: #FFFFFF;
}

#up:hover .st0 {
    fill: #FFFFFF;
}

#up:hover .st1 {
    opacity: 0.6;
    fill: #EB5505;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

#up:hover .st2 {
    fill: #FFFFFF;
}

#down:hover .st0 {
    fill: #FFFFFF;
}

#down:hover .st1 {
    opacity: 0.6;
    fill: #EB5505;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

#down:hover .st2 {
    fill: #FFFFFF;
}