@charset "UTF-8";

/*
 * structure
** ------------------------------------------------------ */
template {
    display: none;
}

#Container input, #Container textarea, #Container select, #Container button {
    font-family: inherit;
}

.SearchInput {
    color: #333 !important;
}

.SearchInput::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput::placeholder {
    color: #999 !important;
    opacity: 1;
}

#HeaderArea #HeaderSearch {
    box-sizing: border-box;
    width: auto;
    max-width: 242px;
    background: none;
}

#HeaderArea #HeaderSearch #HeaderSearchInner {
    overflow: inherit;
    min-width: inherit;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 14px;
}

#HeaderArea #HeaderSearch .SearchInput {
    box-sizing: border-box;
    min-width: 190px;
    min-height: 25px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    border-radius: 14px;
}

[lang="pl"] #HeaderArea #HeaderSearch .SearchInput {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
}

#HeaderArea #HeaderSearch .InputCol {
    overflow: inherit;
    padding: 0 35px 0 10px;
    border-radius: 14px;
}

#HeaderArea #HeaderSearch .InputCol .SearchButton {
    top: 0;
    right: 5px;
}

[class*="theme-K"] #Search #HeaderSearch, [class*="theme-K"] #Downloads #HeaderSearch {
    width: auto !important;
    margin: 0 !important;
    background: none !important;
}

#HeaderSearchInner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 400px;
}

.layout-header #HeaderSearchInner {
    min-width: 240px;
}

[class*="theme-K"] #Search #HeaderSearchInner, [class*="theme-K"] #Downloads #HeaderSearchInner {
    background: none !important;
}

.layout-header #HeaderSearchInner > .InputCol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 16px !important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3em;
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner > .InputCol {
        padding: 0 12px !important;
        border-radius: 4px;
    }
}

.layout-header #HeaderSearchInner .SearchInput {
    width: 100%;
    padding: 8px 8px 7px 0 !important;
    font-size: 14px;
    line-height: 1.2 !important;
    border: 0;
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner .SearchInput {
        padding: 14px 12px 13px 0 !important;
        font-size: 16px;
    }
}

.theme-KIB[lang="pl"] .layout-header #HeaderSearchInner .SearchInput {
    min-height: 32px;
    padding: 9px 8px 9px 0 !important;
    font-size: 11px;
}

@media screen and (max-width: 969px) {
    .theme-KIB[lang="pl"] .layout-header #HeaderSearchInner .SearchInput {
        padding: 16px 12px 15px 0 !important;
        font-size: 13px;
    }
}

.layout-header #HeaderSearchInner .SearchSuggestBox {
    top: 100%;
    right: 0;
    margin-top: 6px;
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner .SearchSuggestBox {
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        margin-top: 25px;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

.layout-header #HeaderSearchInner .SearchSuggestBox::before {
    right: 40px;
    left: inherit;
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner .SearchSuggestBox::before {
        top: -8px;
        right: 54px;
        width: 16px;
        height: 16px;
        border-radius: 0;
    }
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner .SearchSuggestBox .SearchSuggestBoxInner {
        margin-right: -20px;
        margin-left: -20px;
        padding: 20px;
        border: 0;
        border-radius: 0;
    }
}

.layout-header #HeaderSearchInner .SearchSuggestBox .SearchSuggestBoxInner::before {
    right: 43px;
    left: inherit;
}

@media screen and (max-width: 969px) {
    .layout-header #HeaderSearchInner .SearchSuggestBox .SearchSuggestBoxInner::before {
        display: none;
    }
}

.layout-header #HeaderSearchInner .SearchButton {
    position: static !important;
    width: 23px;
    height: 26px;
}

[data-select-types="true"] div#ContentsArea {
    z-index: inherit;
}

[data-select-types="true"] div#ContentsLayout.DoubleSubMain div#MainContent, [data-select-types="true"] div.DoubleMainSub#ContentsLayout div#MainContent {
    position: static;
}

[data-main-suggest="true"] div#ContentsLayout.DoubleSubMain div#MainContent, [data-main-suggest="true"] div.DoubleMainSub#ContentsLayout div#MainContent {
    position: static;
}

#SearchContentWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#SearchContentWrapper > #main {
    float: none;
    margin: 0;
}

#SearchContentWrapper > #main.right > *:first-child {
    margin-top: inherit;
    padding-top: inherit;
}

#SearchContentWrapper > #side {
    float: none;
    margin: 0;
    padding: 10px;
    background: #f2f2f2;
    border-top: 2px solid #888;
}

#SubContentInner {
    padding: 14px 10px 10px;
}

#SubContentInner > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.search-layout-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 20px 30px;
}

.search-navigationBreadcrumb {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    margin-left: -20px;
    font-size: 11px;
    line-height: 1.1;
}

.search-navigationBreadcrumb > li {
    position: relative;
    margin-left: 20px;
}

.search-navigationBreadcrumb > li::before {
    position: absolute;
    top: 3px;
    left: -14px;
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    content: "";
    transform: rotate(-45deg) skew(18deg, 18deg);
}

.search-navigationBreadcrumb > li:first-child::before {
    display: none;
}

.search-navigationBreadcrumb a {
    text-decoration: none;
}

.search-navigationBreadcrumb a:hover, .search-navigationBreadcrumb a:active, .search-navigationBreadcrumb a:focus {
    text-decoration: underline;
}

.search-navigationBreadcrumb em {
    font-weight: normal;
}

.search-layout-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

@media screen and (max-width: 969px) {
    .search-layout-grid {
        margin-bottom: 0;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-1 {
    width: 8.3333333% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-1 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-2 {
    width: 16.6666666% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-2 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-3 {
    width: 25% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-3 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-4 {
    width: 33.3333333% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-4 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-5 {
    width: 41.6666666% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-5 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-6 {
    width: 50% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-6 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-7 {
    width: 58.3333333% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-7 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-8 {
    width: 66.6666666% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-8 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-9 {
    width: 75% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-9 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-10 {
    width: 83.3333333% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-10 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-11 {
    width: 91.6666666% !important;
}

@media screen and (max-width: 969px) {
    .search-layout-grid.of-column-12 .search-layout-grid-column.of-column-11 {
        width: 100% !important;
    }
}

.search-layout-grid.of-column-12 .search-layout-grid-column.of-column-12 {
    width: 100% !important;
}

.search-layout-grid-column {
    width: 100% !important;
}

.search-layout-grid-column.of-flex {
    display: -ms-flexbox;
    display: flex;
}

.search-layout-grid-column.of-flex > * {
    width: 100% !important;
}

[class*="theme-K"] #Search #ContentsArea, [class*="theme-K"] #Downloads #ContentsArea {
    width: auto;
}

[class*="theme-K"] #Search div#ContentsLayoutInner, [class*="theme-K"] #Downloads div#ContentsLayoutInner {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

[class*="theme-K"] #Search div#ContentsLayoutInner::after, [class*="theme-K"] #Downloads div#ContentsLayoutInner::after {
    display: none;
}

[class*="theme-K"] #Search #Container div#ContentsLayout.DoubleSubMain, [class*="theme-K"] #Downloads #Container div#ContentsLayout.DoubleSubMain {
    margin: 0;
    padding: 0;
    background: none;
}

[class*="theme-K"] #Search #Container div#ContentsLayout.DoubleSubMain div#MainContent, [class*="theme-K"] #Downloads #Container div#ContentsLayout.DoubleSubMain div#MainContent {
    float: none;
    width: auto;
    margin-top: 0;
}

[class*="theme-K"] #Search #Container div#ContentsLayout.DoubleSubMain div#MainContentBody, [class*="theme-K"] #Downloads #Container div#ContentsLayout.DoubleSubMain div#MainContentBody {
    width: auto;
    margin: 0;
    background: none;
}

[class*="theme-K"] #Search #Container div#ContentsLayout.DoubleSubMain div#SubContent, [class*="theme-K"] #Downloads #Container div#ContentsLayout.DoubleSubMain div#SubContent {
    float: none;
    width: auto;
    background: none;
}

/*
 * popup
** ------------------------------------------------------ */
#ContentsArea.Popup {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 50px;
}

[class*="theme-K"] #Search #ContentsArea.Popup, [class*="theme-K"] #Downloads #ContentsArea.Popup {
    max-width: 900px;
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}

.Popup div#PageTitle {
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
}

.Popup div#PageTitle h1 {
    float: left;
    padding: 0 0 0 6px;
    font-size: 1.5em;
    border-left: solid 3px #e60012;
}

[class*="theme-K"] #Search .Popup div#PageTitle h1, [class*="theme-K"] #Downloads .Popup div#PageTitle h1 {
    float: none;
}

.Popup div#PageTitle p#PrintPage {
    float: right;
}

.Popup div#MainContent h2.NormalHeading {
    margin: 0 0 9px;
    padding: 0;
    font-size: 1.16em;
    color: #000;
    line-height: 1.28;
    text-transform: uppercase;
    border-bottom-width: 0;
}

.Popup div#MainContent h2.NormalHeading span.Inner {
    display: inline;
    padding: 0;
    border-left-width: 0;
    zoom: normal;
}

.Popup div#MainContent h3 {
    margin: 0 0 9px;
    padding: 0 0 0 10px;
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    background: url("../../img/common/mkr_blet_l_gray.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Link {
    padding: 0 0 0 8px;
    background: url("../../img/common/mkr_triangle_gray_r.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Blank {
    padding: 0 0 0 13px;
    background: url("../../img/common/icon_blank.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Pdf {
    padding: 0 0 0 17px;
    background: url("../../img/common/icon_pdf.png") 0 .15em no-repeat;
}

.Popup div#MainContent p.CloseWindow {
    margin: 0 0 10px;
    font-size: .91em;
    text-align: center;
}

.Popup div#MainContent p.CloseWindow a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #666;
    text-decoration: none;
    background: url("../../img/common/mkr_crossmark_close.png") 0 50% no-repeat;
}

.Popup div#MainContent p.CloseWindow a:hover, .Popup div#MainContent p.CloseWindow a:focus {
    text-decoration: underline;
}

.Popup div#MigrateContentWrap dt {
    clear: left;
    font-weight: bold;
}

.Popup div#MigrateContentWrap dt.line {
    float: left;
    width: 100px;
    margin-bottom: 8px;
}

.Popup div#MigrateContentWrap dd {
    margin-bottom: 8px;
    margin-left: 12px;
    padding-left: 0;
}

.Popup div#MigrateContentWrap ol {
    margin: 0 0 0 2em;
    padding: 0;
}

.Popup div#MigrateContentWrap ol.parent li {
    list-style-position: inside;
}

.Popup div#MigrateContentWrap ol.node {
    margin-bottom: 1.4em;
    margin-left: 2.5em;
}

.Popup div#MigrateContentWrap ol.node li {
    position: relative;
    margin-bottom: .3em;
    list-style: none outside none;
}

.Popup div#MigrateContentWrap ol.node li span {
    position: absolute;
    top: 0;
    left: -1.7em;
}

.Popup div#MigrateContentWrap table td {
    padding: 0 0 10px;
}

.Popup div#MigrateContentWrap table, .Popup div#MigrateContentWrap table tr, .Popup div#MigrateContentWrap table td {
    margin: 0;
    padding: 0;
    border: medium none;
}

.Popup div#MigrateContentWrap p.subTitle {
    padding: 7px 0 7px 10px;
    font-weight: bold;
    background-color: #dcdcdc;
}

.Popup div#PageTitle {
    width: auto;
}

.Popup div#MigrateContentWrap table td li {
    margin-top: 10px !important;
}

.Popup div#MigrateContentWrap p.ksDl {
    margin-top: 10px !important;
}

.Popup div#MigrateContentWrap table.ksdlTbl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.Popup div#MigrateContentWrap table.ksdlTbl td {
    padding: 0 0 5px 0 !important;
}

.Popup div#MigrateContentWrap h5 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.Popup div#MigrateContentWrap h5.fst {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.Popup div#MigrateContentWrap p.ksClBt {
    margin-bottom: 20px !important;
}

/*
 * drilldown
** ------------------------------------------------------ */
.DrillDownModal > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 969px) {
    [data-search-modal="true"] .DrillDownModal {
        padding: 20px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav {
        display: none;
    }
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .Group {
        padding-bottom: 64px;
    }
}

.DrillDownNav .Group li {
    position: relative;
    margin: 2px 0;
    padding-left: 17px;
    font-size: 14px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group li {
        padding-left: 36px;
        font-size: 15px;
        line-height: 2.2;
    }
}

#SubContent .DrillDownNav .Group li {
    margin: 2px 0;
    padding-left: 17px;
    font-size: 14px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] #SubContent .DrillDownNav .Group li {
        padding-left: 36px;
        font-size: 15px;
    }
}

.DrillDownNav .Group li .Name {
    overflow: hidden;
    color: #06c;
    text-align: left;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: none;
    border: 0;
    cursor: pointer;
    transition: opacity .3;
}

#Container .DrillDownNav .Group li .Name {
    color: #1a5c9a;
}

.DrillDownNav .Group li .Name:hover, .DrillDownNav .Group li .Name:active, .DrillDownNav .Group li .Name:focus {
    opacity: .7;
}

.DrillDownNav .Group li .Count {
    color: #333;
    opacity: 1;
}

.DrillDownNav .Group li > ul {
    display: none;
}

.DrillDownNav .Group li.IsOpen > ul {
    display: block;
}

.DrillDownNav .Group > li > .Name {
    max-width: 172px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group > li > .Name {
        max-width: inherit;
    }
}

.search-cardSub .DrillDownNav .Group > li > .Name {
    max-width: inherit;
}

#SubContent .DrillDownNav .Group > li > .Name {
    padding: 0;
}

.DrillDownNav .Group > li.IsOpen + li {
    margin-top: 10px;
}

#SubContent .DrillDownNav .Group > li.IsOpen + li {
    margin-top: 10px;
}

.DrillDownNav .Group .IsOpen > .Name .NameInner.IsActive, .DrillDownNav .Group .IsOpen > .NameInner.IsActive {
    font-weight: bold;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .Group .IsOpen > .Name .NameInner.IsActive + .Count, [class*="theme-K"]
    .DrillDownNav .Group .IsOpen > .NameInner.IsActive + .Count {
        position: relative;
        display: inline-block;
        margin-left: 4px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .Group .IsOpen > .Name .NameInner.IsActive + .Count::before, [class*="theme-K"]
    .DrillDownNav .Group .IsOpen > .NameInner.IsActive + .Count::before {
        position: absolute;
        top: 3px;
        right: 0;
        display: block;
        width: 18px;
        height: 18px;
        background: #e60012;
        border-radius: 50%;
        content: "";
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .Group .IsOpen > .Name .NameInner.IsActive + .Count::after, [class*="theme-K"]
    .DrillDownNav .Group .IsOpen > .NameInner.IsActive + .Count::after {
        position: absolute;
        top: 6px;
        right: 6px;
        display: block;
        width: 6px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
        transition: none;
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .Group .IsOpen.Parents > .Name .NameInner.IsActive + .Count::before, [class*="theme-K"] .DrillDownNav .Group .IsOpen.Parents > .Name .NameInner.IsActive + .Count::after {
        display: none;
    }
}

.DrillDownNav .Type > li > .Name {
    max-width: 156px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Type > li > .Name {
        max-width: inherit;
    }
}

.search-cardSub .DrillDownNav .Type > li > .Name {
    max-width: inherit;
}

#SubContent .DrillDownNav .Type > li > .Name {
    padding: 0;
}

.DrillDownNav .Series > li {
    padding-left: 2px;
    background: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Series > li {
        padding-left: 2px;
    }
}

#SubContent .DrillDownNav .Series > li {
    padding-left: 2px;
    background: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] #SubContent .DrillDownNav .Series > li {
        padding-left: 2px;
    }
}

.DrillDownNav .Series .Name {
    position: relative;
    display: inline-block;
    max-width: 153px;
    padding-left: 10px;
    color: #06c;
    line-height: 1.5;
    background: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Series .Name {
        max-width: inherit;
    }
}

.search-cardSub .DrillDownNav .Series .Name {
    max-width: inherit;
}

#SubContent .DrillDownNav .Series .Name {
    padding-left: 10px;
}

.DrillDownNav .Series .Name::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

.DrillDownNav .Group .IsCurrent .Name {
    font-weight: bold;
    color: #06c;
}

.DrillDownNav .Group .Switch {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    font-size: 0;
    background: #888;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group .Switch {
        width: 22px;
        height: 22px;
    }
}

.DrillDownNav .Group .Switch::before {
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 1px;
    height: 9px;
    background: #fff;
    content: "";
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group .Switch::before {
        top: 3px;
        left: 10px;
        width: 2px;
        height: 16px;
    }
}

.DrillDownNav .Group .Switch::after {
    position: absolute;
    top: 6px;
    left: 2px;
    display: block;
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group .Switch::after {
        top: 10px;
        left: 3px;
        width: 16px;
        height: 2px;
    }
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] {
    display: none;
    pointer-events: none;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    position: relative;
    display: inline-block;
    margin-left: -13px;
    padding-left: 10px;
    color: #06c;
    line-height: 1.5;
    background: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
        margin-left: -32px;
    }
}

#SubContent .DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    padding-left: 10px;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name::before {
        top: 7px;
    }
}

.DrillDownNav .Group .IsOpen > .Switch[disabled]::after {
    content: none;
}

.DrillDownNav .Group .IsOpen > .Switch::before {
    content: none;
}

.DrillDownSPButtonList {
    display: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownSPButtonList {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% + 16px);
        margin-left: -16px;
        padding: 16px;
        background: #e1e1e1;
        animation: display1 .2s ease forwards;
    }
    [class*="theme-K"] [data-search-modal="true"] .DrillDownSPButtonList.IsHidden {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownSPButtonList > li {
        padding-left: 16px;
    }
}

.DrillDownSPSelect {
    padding: 10px 48px;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    background: #888;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.DrillDownSPReset {
    padding: 10px 24px;
    font-size: 15px;
    color: #999;
    line-height: 1;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

/*
 * heading
** ------------------------------------------------------ */
.SearchHeadingLv1 {
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 2px solid #999;
}

.SearchHeadingLv2 {
    margin-top: 28px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #999;
}

#Container .SearchHeadingLv2 {
    position: relative;
    padding-left: 9px;
    font-size: 16px;
}

#Container .SearchHeadingLv2::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: calc(100% - 8px);
    background: #e60012;
    content: "";
}

#Container .SearchHeadingLv2 em {
    color: #333;
}

.SearchSideHeading {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #999;
}

.SearchCategorySPLabel {
    display: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchCategorySPLabel {
        display: block;
    }
}

.SearchCategoryPCLabel {
    display: block;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchCategoryPCLabel {
        display: none;
    }
}

/*
 * tab
** ------------------------------------------------------ */
#ContentsArea #Container .TabNav.Top {
    margin-bottom: 30px;
}

.SearchTabListWrapper {
    margin-bottom: 30px;
    padding-bottom: 1px;
}

.SearchTabListWrapper::-webkit-scrollbar {
    height: 12px;
}

.SearchTabListWrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.SearchTabListWrapper::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
}

.SearchTabListWrapper::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
}

.SearchTabListWrapper .SearchTabList {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchTabListWrapper {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.SearchTabList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 58px;
    border-bottom: 1px solid #999;
}

[class*="theme-K"] .SearchTabList {
    min-width: 770px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchTabList {
        min-width: inherit;
    }
}

.SearchTabList.Stretch {
    padding: 0;
}

* + .SearchTabList {
    margin-top: 30px;
}

.SearchTabList > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
    text-align: center;
}

.SearchTabList > li:first-child {
    margin-left: 0;
}

[class*="theme-K"] .SearchTabList > li:last-child > a::before {
    width: calc(100% + 7px);
}

.SearchTabList > li.Doc + .Doc {
    margin-left: 5px;
}

.SearchTabList > li.IsActive > a {
    position: relative;
    padding: 7px 5px 6px;
    font-size: 13px;
    color: #d00202;
    background: #fff;
}

.SearchTabList > li.IsActive > a::before {
    position: absolute;
    bottom: -1px;
    left: 0 !important;
    display: block;
    width: 100% !important;
    height: 2px;
    background: #fff !important;
    content: "";
}

.SearchTabList > li.IsActive > a:hover, .SearchTabList > li.IsActive > a:active, .SearchTabList > li.IsActive > a:focus {
    color: #d00202;
    opacity: 1;
}

.SearchTabList > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 5px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    background: #e1e1e1;
    border: 1px solid #999;
    border-bottom: 0;
    transition: opacity .3s;
}

[class*="theme-K"] .SearchTabList > li > a {
    position: relative;
}

[class*="theme-K"] .SearchTabList > li > a::before {
    position: absolute;
    bottom: -1px;
    left: -7px;
    display: block;
    width: calc(100% + 14px);
    height: 1px;
    background: #999;
    content: "";
}

.SearchTabList > li > a:hover, .SearchTabList > li > a:active, .SearchTabList > li > a:focus {
    color: #333;
    text-decoration: none;
    opacity: .7;
}

#ContentsArea .SearchTabList {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #ContentsArea .SearchTabList {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#ContentsArea .SearchTabList > li {
    -ms-flex: none;
    flex: none;
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
}

#ContentsArea .SearchTabList > li.IsActive a {
    font-size: 14px;
    color: #e10012;
}

#ContentsArea .SearchTabList > li:first-child {
    margin-left: 0;
}

#Downloads #ContentsArea .SearchTabList > li {
    min-width: 120px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Downloads #ContentsArea .SearchTabList > li {
        min-width: auto;
    }
}

#ContentsArea .SearchTabList > li > a {
    padding: 7px 20px 5px;
}

@media screen and (max-width: 1240px) {
    [class*="theme-K"] #ContentsArea .SearchTabList > li > a {
        padding: 7px 17px 5px;
    }
}

/*
 * list
** ------------------------------------------------------ */
.SearchLinkList01 {
    margin-bottom: 16px;
    list-style: none;
}

#Container .SearchLinkList01 {
    margin-bottom: 0;
}

.SearchLinkList01.Inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -4px -12px;
}

#Container .SearchLinkList01.Inline {
    margin: 0 0 -4px -12px;
}

.SearchLinkList01.Inline > li {
    margin: 0 0 4px 12px;
}

#Container .SearchLinkList01.Inline > li {
    margin: 0 0 4px 12px;
}

.SearchLinkList01.Right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.SearchLinkList01.Col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

#Container .SearchLinkList01.Col2 {
    margin-left: -10px;
}

.SearchLinkList01.Col2 > li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
}

#Container .SearchLinkList01.Col2 > li {
    padding-left: 10px;
}

.SearchLinkList01.IsHidden {
    display: none;
}

.DrillDownNav .SearchLinkList01 {
    margin-top: 10px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .DrillDownNav .SearchLinkList01 {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .SearchLinkList01 > li > a, [class*="theme-K"] [data-search-modal="true"]
    .DrillDownNav .SearchLinkList01 > li > button {
        font-size: 15px;
    }
    [class*="theme-K"] [data-search-modal="true"] .DrillDownNav .SearchLinkList01 > li > a::before, [class*="theme-K"] [data-search-modal="true"]
    .DrillDownNav .SearchLinkList01 > li > button::before {
        top: 6px;
    }
}

#Container .SearchLinkList01 > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchLinkList01 > li > a, .SearchLinkList01 > li > button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    font-size: 12px;
    color: #06c;
    line-height: 1.4;
    text-decoration: none;
    background: none;
    border: 0;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchLinkList01 > li > a.EmphasisLink, .SearchLinkList01 > li > button.EmphasisLink {
    padding-left: 15px !important;
    font-weight: bold;
    font-size: 16px;
    color: #06c !important;
    background: url(../../img/common/icon_triangle_l_red.png) 1.5px .25em no-repeat;
    background-position-y: .3em;
}

.SearchLinkList01 > li > a.EmphasisLink::before, .SearchLinkList01 > li > button.EmphasisLink::before {
    display: none;
}

.SearchLinkList01 > li > a.EmphasisLink:hover, .SearchLinkList01 > li > a.EmphasisLink:active, .SearchLinkList01 > li > a.EmphasisLink:focus, .SearchLinkList01 > li > button.EmphasisLink:hover, .SearchLinkList01 > li > button.EmphasisLink:active, .SearchLinkList01 > li > button.EmphasisLink:focus {
    color: #3285d3 !important;
}

#Container .SearchLinkList01 > li > a, #Container
.SearchLinkList01 > li > button {
    padding-left: 10px;
    color: #1a5c9a;
}

.SearchLinkList01 > li > a:hover, .SearchLinkList01 > li > a:active, .SearchLinkList01 > li > a:focus, .SearchLinkList01 > li > button:hover, .SearchLinkList01 > li > button:active, .SearchLinkList01 > li > button:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchLinkList01 > li > a:hover, #Container .SearchLinkList01 > li > a:active, #Container .SearchLinkList01 > li > a:focus, #Container
.SearchLinkList01 > li > button:hover, #Container
.SearchLinkList01 > li > button:active, #Container
.SearchLinkList01 > li > button:focus {
    color: #3285d3;
    text-decoration: underline;
    opacity: 1;
}

.SearchUtilityBox01 .SearchLinkList01 > li > a, .SearchSeriesList .SearchLinkList01 > li > a, .SearchUtilityBox01
.SearchLinkList01 > li > button, .SearchSeriesList
.SearchLinkList01 > li > button {
    font-size: 11px;
}

.SearchLinkList01 > li > a::before, .SearchLinkList01 > li > button::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 4px;
    height: 6px;
    background: url(/img/elements/icon_arrow_red01.gif) no-repeat left center;
    content: "";
}

#Container .SearchLinkList01 > li > a::before, #Container
.SearchLinkList01 > li > button::before {
    width: auto;
    height: auto;
    background: none;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #75777c;
}

.SearchPageList01 {
    margin-bottom: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    list-style: none;
}

#Container .SearchPageList01 {
    margin-bottom: 16px;
}

.SearchPageList01.IsNoResult {
    display: block !important;
    margin-bottom: 0 !important;
}

.SearchPageList01 > li {
    padding: 15px 0;
    line-height: 1.8;
    border-bottom: 1px dashed #ccc;
    outline: none;
    animation: display1 .2s linear;
}

#Container .SearchPageList01 > li {
    margin-bottom: 0;
    padding: 15px 0;
    background: none;
}

.SearchPageList01 > li.IsHidden {
    display: none;
}

.SearchPageList01 > li:first-child {
    padding-top: 0;
}

.SearchPageList01 > li .Title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #06c;
    text-decoration: none;
}

#Container .SearchPageList01 > li .Title {
    position: relative;
    margin-bottom: 3px;
    padding-left: 11px;
    font-size: 15px;
    color: #1a5c9a;
}

#Container .SearchPageList01 > li .Title:hover, #Container .SearchPageList01 > li .Title:active, #Container .SearchPageList01 > li .Title:focus {
    color: #e60012;
    text-decoration: none;
}

#Container .SearchPageList01 > li .Title::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchPageList01 > li .Title::after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

#main .SearchPageList01 > li .Description {
    margin: 0 0 5px;
    font-size: 12px;
}

#Container .SearchPageList01 > li .Description {
    margin-bottom: 5px;
    font-size: 12px;
}

.SearchPageList01 > li .Url {
    display: inline-block;
    font-size: 12px;
    color: #06c;
    text-decoration: none;
}

#Container .SearchPageList01 > li .Url {
    font-style: italic;
    color: #1a5c9a;
}

/*
 * box
** ------------------------------------------------------ */
.SearchUtilityBox01 {
    padding: 10px 20px;
    background: #f2f2f2;
}

.SearchUtilityBox01 + #PageBottomContent {
    margin-top: 40px;
}

#Container .SearchUtilityBox01 > dl {
    margin-bottom: 0;
}

.SearchUtilityBox01 > dl > dt {
    font-weight: bold;
    font-size: 12px;
}

#Container .SearchUtilityBox01 > dl > dt {
    margin-top: 3px;
    margin-bottom: 5px;
}

.SearchUtilityBox02 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    padding: 10px !important;
    background: #e1e1e1;
}

.SearchUtilityBox02.HasSearchSuggest {
    position: relative;
}

.SearchUtilityBox02 .InputArea {
    width: 400px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchUtilityBox02 .InputArea {
        -ms-flex: 1;
        flex: 1;
    }
}

.SearchUtilityBox02 .InputArea input {
    width: 100%;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.5;
    background: #fff;
    border: 0;
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchUtilityBox02 .InputArea input {
        font-size: 16px;
    }
}

#Container .SearchUtilityBox02 .InputArea input {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
}

.SearchUtilityBox02 .BtnArea {
    display: -ms-flexbox;
    display: flex;
}

.SearchUtilityBox02 .BtnArea button {
    position: relative;
    display: block;
    padding: 2px 20px 2px 7px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #888;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchUtilityBox02 .BtnArea button {
        white-space: nowrap;
    }
}

.SearchUtilityBox02 .BtnArea button:hover, .SearchUtilityBox02 .BtnArea button:active, .SearchUtilityBox02 .BtnArea button:focus {
    opacity: .7;
}

.SearchUtilityBox02 .BtnArea button::before, .SearchUtilityBox02 .BtnArea button::after {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transform: translateY(-50%);
}

.SearchUtilityBox02 .BtnArea button::after {
    right: 5px;
    border-color: transparent transparent transparent #888;
}

/*
 * search results
** ------------------------------------------------------ */
.search-cardMain {
    padding: 24px !important;
    background: #fff;
    border: 1px solid #ccc;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .search-cardMain {
        padding: 0 !important;
        border: 0;
    }
}

.search-cardSub {
    margin-top: 24px;
    padding: 20px !important;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-right: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .search-cardSub {
        margin-top: 0;
        padding: 0 !important;
        background: #fff;
        border: 0;
    }
}

div.Balloon div.BalloonInner {
    position: relative;
    padding: 6px 10px;
    background: #fff;
    border: solid 1px #777;
    zoom: 1;
}

[class*="theme-K"] div.Balloon p {
    font-size: 1.1rem;
}

div.Balloon div.BalloonChip {
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 101;
    width: 13px;
    height: 14px;
    margin-left: -7px;
    background: url(../../img/common/bg_balloon_chip.png) 0 0 no-repeat;
}

.BalloonInner > *:last-child {
    margin-bottom: 0;
}

.SearchResultUtilityGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 0;
    }
}

#main .SearchResultUtilityGroup .ResultTxt {
    margin-top: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt {
    margin-bottom: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt > span {
    margin-right: 5px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .ViewListWrapper {
        display: none;
    }
}

.SearchResultUtilityGroup .ViewList {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #999;
    border-radius: 2px;
}

#Container .SearchResultUtilityGroup .ViewList {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .ViewList > li.IsActive button {
    background: #e1e1e1;
    box-shadow: 2px 2px 6px rgba(51, 51, 51, .3) inset;
}

.SearchResultUtilityGroup .ViewList > li button {
    display: block;
    padding: 5px;
    line-height: 1;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: background .2s;
}

#Container .SearchResultUtilityGroup .ViewList > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchResultUtilityGroup .FilterGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .FilterGroup {
        width: 100%;
        margin-bottom: 24px;
    }
}

.SearchResultUtilityGroup .FilterGroup > * {
    margin-right: 10px;
}

.SearchResultUtilityGroup .FilterGroup > *:last-child {
    margin-right: 0;
}

#Container .SearchResultUtilityGroup .FilterGroup .Discontinued {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.9;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued label {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 22px;
    font-size: 12px;
    cursor: pointer;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

.SearchResultUtilityGroup .SelectTypes {
    position: relative;
    min-width: 150px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .SelectTypes {
        width: 100%;
    }
}

.DownloadListClose .SearchResultUtilityGroup .SelectTypes.IsOpen, .DownloadListOpen .SearchResultUtilityGroup .SelectTypes.IsOpen {
    z-index: 1000;
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook {
    background: #e1e1e1;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    opacity: 1;
    transition: none;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook {
        background: #fff;
    }
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook::after {
    margin-top: -10px;
    transform: rotate(180deg);
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesBox {
    display: block;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesBox {
        display: none;
    }
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    position: relative;
    overflow: visible;
    width: 100%;
    min-height: 33px;
    padding: 6px 27px 5px 27px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    min-width: 180px;
    padding: 6px 22px 5px;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook::after {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    margin: 2px 0 0 6px;
    vertical-align: middle;
    border-width: 7px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    content: "";
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    position: absolute;
    top: -8px;
    right: -8px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #d00202;
    border-radius: 50%;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 18px;
        height: 18px;
        padding-top: 0;
        text-align: center;
    }
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    background: #e60012;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength.IsHidden {
    display: none;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 150px;
    text-align: center;
    background: #fff;
    transition: height .2s ease-out;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchResultUtilityGroup .SelectTypes .SelectTypesBox {
        position: static;
    }
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner {
    padding: 10px;
    border: 1px solid #999;
    border-top: 0;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    padding: 0;
    line-height: 1.9;
    background: none;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li:last-child {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li {
    text-align: left;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li label {
    position: relative;
    display: block;
    padding-left: 22px;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li select {
    display: block;
    width: calc(100% - 22px);
    margin-left: 22px;
    font-size: 12px;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox li select {
    min-height: 22px;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn {
    margin-top: 10px;
    padding: 2px 7px;
    font-size: 14px;
    color: #fff;
    background: #888;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:hover, .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:active, .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:focus {
    opacity: .7;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:disabled {
    color: #666;
    background: #e5e5e5;
    opacity: 1;
}

.SearchDownloadNotes {
    position: relative;
    display: none;
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 12px;
    text-align: right;
}

#main .SearchDownloadNotes {
    margin-top: 10px;
}

#Container .SearchDownloadNotes {
    margin-bottom: 12px;
    line-height: 1.7;
}

.SearchDownloadNotes.IsShow {
    display: block;
}

.SearchDownloadNotes.IsShow + .SearchDownloadList {
    margin-top: 0;
}

.SearchDownloadNotes::before {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin: -3px 5px 0 -20px;
    vertical-align: middle;
    background: url(/img/search/icon_key_01.png) no-repeat;
    content: "";
}

.SearchDownloadNotes + .SearchDownloadList {
    margin-top: 20px;
}

.SearchHr {
    margin-top: 60px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.SearchDownloadList {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.SearchResultUtilityGroup + .SearchDownloadList {
    margin-top: 20px;
}

#Container .SearchResultUtilityGroup + .SearchDownloadList {
    margin-top: 20px;
}

.SearchDownloadList + * {
    margin-top: 16px;
}

#Container .SearchDownloadList + * {
    margin-top: 16px;
}

.SearchDownloadList.IsNoResult {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.SearchDownloadList[data-view="Grid"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -10px;
}

#Container .SearchDownloadList[data-view="Grid"] {
    margin-bottom: -30px;
    margin-left: -10px;
}

.SearchDownloadList[data-view="Grid"].Col2 > li {
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .DownloadGroup {
    -ms-flex-direction: row;
    flex-direction: row;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .DownloadGroup .Item {
    -ms-flex: 1;
    flex: 1;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 15px;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .BtnGroup {
    width: auto;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col2 > li {
        width: 100%;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col2 > li .BtnGroup {
        display: none;
    }
}

.SearchDownloadList[data-view="Grid"].Col3 > li {
    width: 33.333333%;
}

.SearchDownloadList[data-view="Grid"].Col4 > li {
    width: 25%;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li {
        -ms-flex-align: end;
        align-items: flex-end;
        width: 50%;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li .DownloadGroup {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li .DownloadGroup .Item {
        -ms-flex: 1;
        flex: 1;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li .ThumbnailWrapper {
        min-width: 92px;
        margin-right: 15px;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li .BtnGroup {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li {
        width: 100%;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"].Col4 > li .BtnGroup {
        display: none;
    }
}

.SearchDownloadList[data-view="Grid"].Col4 > li .TitleGroup .Title {
    font-size: 12px;
    line-height: 1.5;
}

.SearchDownloadList[data-view="Grid"].Col5 > li {
    width: 20%;
}

.SearchDownloadList[data-view="Grid"].Col5 > li .TitleGroup .Title {
    font-size: 12px;
    line-height: 1.5;
}

.SearchDownloadList[data-view="Grid"] > li {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    border: 0;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"] > li {
        margin-bottom: 16px;
    }
}

.SearchDownloadList[data-view="Grid"] > li:first-child {
    border: 0;
}

#Container .SearchDownloadList[data-view="Grid"] > li {
    margin-bottom: 30px;
    padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"] > li {
        margin-bottom: 16px;
    }
}

.SearchDownloadList[data-view="Grid"] .DownloadGroup {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 12px 9px 10px;
    color: #06c;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: box-shadow .2s .1s, background .2s .1s, border .2s .1s;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"] .DownloadGroup {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#Container .SearchDownloadList[data-view="Grid"] .DownloadGroup {
    color: #1a5c9a;
}

.SearchDownloadList[data-view="Grid"] .DownloadGroup:hover, .SearchDownloadList[data-view="Grid"] .DownloadGroup:active, .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus {
    color: #06c;
    text-decoration: none;
    background: #fff5f5;
    border-color: #ff7a7a;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    opacity: inherit;
}

#Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:hover, #Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:active, #Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus {
    color: #1a5c9a;
}

.SearchDownloadList[data-view="Grid"] .DownloadGroup:hover .ThumbnailWrapper .Thumbnail, .SearchDownloadList[data-view="Grid"] .DownloadGroup:active .ThumbnailWrapper .Thumbnail, .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus .ThumbnailWrapper .Thumbnail {
    transform: scale(1.057);
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 92px;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"] .ThumbnailWrapper {
        margin-right: 20px;
    }
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper .Thumbnail {
    border: 1px solid #dfdfdf;
    transition: transform .15s .1s;
    transform: scale(1);
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper .Thumbnail img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    transform: scale(1);
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="Grid"] .ThumbnailWrapper .Thumbnail img {
        max-width: inherit;
    }
}

.SearchDownloadList[data-view="Grid"] .IconGroup {
    position: static;
    margin-bottom: 5px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup > * {
    margin-right: 6px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup > *:last-child {
    margin-right: 0;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconLang {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconLang.case2 {
    display: block;
    padding-right: 6px;
    padding-left: 6px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconKey {
    position: absolute;
    top: 12px;
    right: 9px;
    left: inherit;
    margin-top: 0;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup {
    position: relative;
    padding-left: 27px;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup::before, .SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: #d00202;
    border-radius: 2px;
    content: "";
}

#Container .SearchDownloadList[data-view="Grid"] .TitleGroup::before, #Container .SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    background-color: #e60012;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    top: 7px;
    left: 3px;
    width: 15px;
    height: 13px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    border-radius: 0;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup .Lang {
    display: block;
    font-size: 11px;
    color: #333;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup .Lang.case2 {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup > * + * {
    margin-top: 0;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchDownloadBtn {
    display: none;
    border-radius: 0;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn {
    overflow: visible;
    margin-top: 10px;
    border-radius: 0;
    cursor: pointer;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:hover .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:active .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:focus .SearchAddBtnInner > span::after {
    border-color: transparent transparent #fff5f5 transparent;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled], .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled {
    border-radius: 2px;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::after {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span {
    display: block;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
    position: absolute;
    top: -20px;
    right: 18px;
    display: block;
    border-width: 9px 5px;
    border-style: solid;
    border-color: transparent transparent #eaeaea transparent;
    content: "";
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
    top: -16px;
    border-color: transparent transparent #fff transparent;
    transition: border-color .2s;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -30px;
        margin-left: -10px;
    }
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] {
        margin-bottom: -30px;
        margin-left: -10px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 50%;
        margin-bottom: 30px;
        padding: 0 0 0 10px;
        border: 0;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li:first-child {
        border: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] > li {
        margin-bottom: 30px;
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] > li {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup {
        position: relative;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding: 12px 9px 10px;
        color: #06c;
        text-decoration: none;
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
        transition: box-shadow .2s .1s, background .2s .1s, border .2s .1s;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup .Item {
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .DownloadGroup {
        color: #1a5c9a;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:hover, [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:active, [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:focus {
        color: #06c;
        text-decoration: none;
        background: #fff5f5;
        border-color: #ff7a7a;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        opacity: inherit;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .DownloadGroup:hover, [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .DownloadGroup:active, [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .DownloadGroup:focus {
        color: #1a5c9a;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:hover .ThumbnailWrapper .Thumbnail, [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:active .ThumbnailWrapper .Thumbnail, [class*="theme-K"] .SearchDownloadList[data-view="List"] .DownloadGroup:focus .ThumbnailWrapper .Thumbnail {
        transform: scale(1.057);
    }
}

.SearchDownloadList[data-view="List"] > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 20px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li .ThumbnailWrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 92px;
        margin-right: 15px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li .ThumbnailWrapper {
        margin-right: 20px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li .ThumbnailWrapper .Thumbnail {
        border: 1px solid #dfdfdf;
        transition: transform .15s .1s;
        transform: scale(1);
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li .ThumbnailWrapper .Thumbnail img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 0;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
        transform: scale(1);
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] > li .ThumbnailWrapper .Thumbnail img {
        max-width: inherit;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup {
        position: static;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup > * {
        margin-right: 6px;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup > *:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup .IconLang {
        display: none;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup .IconLang.case2 {
        display: block;
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .IconGroup .IconKey {
        position: absolute;
        top: 12px;
        right: 9px;
        left: inherit;
        margin-top: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup {
        position: relative;
        padding-left: 27px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup::before, [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup::after {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 21px;
        height: 21px;
        background: #d00202;
        border-radius: 2px;
        content: "";
    }
    [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .TitleGroup::before, [class*="theme-K"] #Container .SearchDownloadList[data-view="List"] .TitleGroup::after {
        background-color: #e60012;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup::after {
        top: 7px;
        left: 3px;
        width: 15px;
        height: 13px;
        background: url(/img/search/icon_download_01.png) no-repeat;
        border-radius: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup .Lang {
        display: block;
        font-size: 11px;
        color: #333;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .TitleGroup .Lang.case2 {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup {
        width: auto;
        min-width: inherit;
        max-width: inherit;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup > * + * {
        margin-top: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchDownloadBtn {
        display: none;
        border-radius: 0;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn {
        overflow: visible;
        margin-top: 10px;
        border-radius: 0;
        cursor: pointer;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn:hover .SearchAddBtnInner > span::after, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn:active .SearchAddBtnInner > span::after, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn:focus .SearchAddBtnInner > span::after {
        border-color: transparent transparent #fff5f5 transparent;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn[disabled], [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn.Disabled {
        border-radius: 2px;
    }
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::before, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::after, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::before, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::after {
        display: none;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span {
        display: block;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::before, [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
        position: absolute;
        top: -20px;
        right: 18px;
        display: block;
        border-width: 9px 5px;
        border-style: solid;
        border-color: transparent transparent #eaeaea transparent;
        content: "";
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchDownloadList[data-view="List"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
        top: -16px;
        border-color: transparent transparent #fff transparent;
        transition: border-color .2s;
    }
}

.SearchDownloadList > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    outline: none;
    animation: display1 .2s linear forwards;
}

.gtie9 .SearchDownloadList > li {
    animation: none;
}

#Container .SearchDownloadList > li {
    margin-bottom: 0;
    padding: 20px 0;
    background: none;
}

.SearchDownloadList > li.IsHidden {
    display: none;
}

.SearchDownloadList > li:first-child {
    border-top: 1px dashed #ccc;
}

@keyframes display1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes display2 {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.SearchDownloadList .DownloadGroup {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-right: 20px;
    color: #06c;
    text-decoration: none;
    border: 1px solid transparent;
    transition: inherit;
}

#Container .SearchDownloadList .DownloadGroup {
    color: #1a5c9a;
}

.SearchDownloadList a.DownloadGroup {
    transition: opacity .3s;
}

.SearchDownloadList a.DownloadGroup:hover, .SearchDownloadList a.DownloadGroup:active, .SearchDownloadList a.DownloadGroup:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList a.DownloadGroup:hover, #Container .SearchDownloadList a.DownloadGroup:active, #Container .SearchDownloadList a.DownloadGroup:focus {
    color: #e60012;
}

.SearchDownloadList .ThumbnailWrapper {
    margin-right: 40px;
}

.SearchDownloadList .ThumbnailWrapper .Thumbnail img {
    border: 1px solid #dfdfdf;
}

.SearchDownloadList .ThumbnailWrapper .ThumbnailLink {
    transition: opacity .3s;
}

.SearchDownloadList .ThumbnailWrapper .ThumbnailLink:hover, .SearchDownloadList .ThumbnailWrapper .ThumbnailLink:active, .SearchDownloadList .ThumbnailWrapper .ThumbnailLink:focus {
    opacity: .7;
}

.SearchDownloadList .ThumbnailWrapper .IconKey {
    display: none;
}

.SearchDownloadList .ThumbnailWrapper .IconKey:empty {
    display: none;
}

.SearchDownloadList .IconGroup {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.SearchDownloadList .IconGroup > * {
    margin-right: 10px;
}

.SearchDownloadList .IconGroup > *:last-child {
    margin-right: 0;
}

.SearchDownloadList .IconGroup .IconNew {
    padding: 3px 6px 2px;
    font-size: 12px;
    color: #d00202;
    line-height: 1.1;
    background: #fff;
    border: 1px solid #d00202;
}

.SearchDownloadList .IconGroup .IconNew:empty {
    display: none;
}

.SearchDownloadList .IconGroup .IconLang {
    display: none;
    padding: 4px 28px 3px;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
    background: #9e9e9e;
}

.SearchDownloadList .IconGroup .IconKey {
    position: absolute;
    top: 0;
    left: -31px;
    margin-top: 0;
}

.SearchDownloadList .IconGroup .IconKey:empty {
    display: none;
}

.SearchDownloadList .TitleGroup {
    max-width: 414px;
    font-size: 12px;
    line-height: 1.5;
}

.search-cardMain .SearchDownloadList .TitleGroup {
    max-width: 572px;
}

.SearchDownloadList .TitleGroup .Title {
    font-size: 16px;
    line-height: 1.33;
}

.SearchDownloadList .TitleGroup .TitleLink {
    color: #06c;
    text-decoration: none;
    transition: opacity .3s;
}

#Container .SearchDownloadList .TitleGroup .TitleLink {
    color: #1a5c9a;
}

.SearchDownloadList .TitleGroup .TitleLink:hover, .SearchDownloadList .TitleGroup .TitleLink:active, .SearchDownloadList .TitleGroup .TitleLink:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList .TitleGroup .TitleLink:hover, #Container .SearchDownloadList .TitleGroup .TitleLink:active, #Container .SearchDownloadList .TitleGroup .TitleLink:focus {
    color: #f00;
}

.SearchDownloadList .TitleGroup .FileInfo {
    font-size: 11px;
    color: #333;
}

.SearchDownloadList .TitleGroup .Lang {
    color: #333;
}

.SearchDownloadList .TitleGroup .OS, .SearchDownloadList .TitleGroup .Version, .SearchDownloadList .TitleGroup .UpdateDate {
    color: #333;
}

.SearchDownloadList .TitleGroup .Description {
    margin-top: 10px;
}

.SearchDownloadList .TitleGroup .DescriptionLink {
    position: relative;
    overflow: hidden;
    padding: 2px 22px 1px 8px;
    color: #333;
    background: #fff;
    border: #999 1px solid;
    border-radius: 2px;
    transition: opacity .3s;
}

.SearchDownloadList .TitleGroup .DescriptionLink:hover, .SearchDownloadList .TitleGroup .DescriptionLink:active, .SearchDownloadList .TitleGroup .DescriptionLink:focus {
    color: #333;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList .TitleGroup .DescriptionLink {
    padding: 4px 22px 4px 8px;
    text-decoration: none;
}

.SearchDownloadList .TitleGroup .DescriptionLink::before {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    border-width: 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    content: "";
}

.SearchDownloadList .BtnGroup {
    min-width: 174px;
    max-width: 174px;
}

.SearchDownloadList .BtnGroup > * + * {
    margin-top: 10px;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn {
    position: relative;
    display: block;
    padding: 9px 10px 8px 30px;
    font-size: 11px;
    color: #fff;
    line-height: 1.6;
    text-decoration: none;
    background: #d00202;
    border-radius: 2px;
    transition: opacity .3s;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn:hover, .SearchDownloadList .BtnGroup .SearchDownloadBtn:active, .SearchDownloadList .BtnGroup .SearchDownloadBtn:focus {
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList .BtnGroup .SearchDownloadBtn {
    padding-left: 33px;
    font-size: 13px;
    background: #e60012;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn::before {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 8px 6px 28px;
    font-size: 11px;
    color: #333;
    text-align: left;
    line-height: 1.6;
    background: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s .1s;
}

.SearchDownloadList .BtnGroup .SearchAddBtn.IsWaiting {
    cursor: default;
    pointer-events: none;
}

.SearchDownloadList .BtnGroup .SearchAddBtn:hover, .SearchDownloadList .BtnGroup .SearchAddBtn:active, .SearchDownloadList .BtnGroup .SearchAddBtn:focus {
    background: #fff5f5;
    opacity: 1;
}

#Container .SearchDownloadList .BtnGroup .SearchAddBtn {
    padding-left: 32px;
    font-size: 13px;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled], .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled {
    color: #666;
    background: #e5e5e5;
    cursor: inherit;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:hover, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:active, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:focus, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:hover, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:active, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:focus {
    background: #e5e5e5;
    opacity: inherit;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled]::before, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled::before {
    background: #9e9e9e;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner::after, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner::after {
    background: #e5e5e5;
}

.SearchDownloadList .BtnGroup .SearchAddBtn::before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 18px;
    height: 18px;
    background: #ffe2e2;
    border-radius: 2px;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner {
    display: block;
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    width: 12px;
    height: 2px;
    background: #d00202;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    left: 14px;
    width: 2px;
    height: 12px;
}

.SearchMoreBtnWrapper {
    margin-bottom: 60px;
    text-align: center;
}

.SearchMoreBtnWrapper.IsHidden {
    display: none;
}

#main .SearchMoreBtnWrapper {
    margin-top: 40px;
}

.SearchMoreBtnWrapper + * {
    margin-top: 16px;
}

#Container .SearchMoreBtnWrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

#Container .SearchMoreBtnWrapper + .TabNav.Bottom, #Container .SearchMoreBtnWrapper + * + .TabNav.Bottom {
    margin-top: 40px;
}

.SearchMoreBtnWrapper .SearchMoreBtn {
    position: relative;
    display: inline-block;
    padding: 15px 54px;
    font-size: 13px;
    line-height: 1.5;
    background: #f9f9f9;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchMoreBtnWrapper .SearchMoreBtn:hover, .SearchMoreBtnWrapper .SearchMoreBtn:active, .SearchMoreBtnWrapper .SearchMoreBtn:focus {
    opacity: .7;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad2::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    margin-left: 10px;
    vertical-align: middle;
    border: 2px solid;
    border-left: 1px solid transparent;
    border-radius: 50%;
    content: "";
    animation: loading 1.5s linear infinite;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad::after {
    display: inline-block;
    width: 3px;
    height: 3px;
    color: #000;
    border-radius: 50%;
    content: "";
    transform: translateZ(0);
    animation: loading2 .8s infinite ease;
}

@keyframes loading {
    0% {
    }
    50% {
        opacity: .6;
    }
    100% {
        opacity: .3;
        transform: rotate(1080deg);
        transform-origin: 50% 50%;
    }
}

@keyframes loading2 {
    0%, 100% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .3), 1em 0 0 0 rgba(0, 0, 0, .5), 1.5em 0 0 0 rgba(0, 0, 0, .8);
    }
    33.3% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .8), 1em 0 0 0 rgba(0, 0, 0, .3), 1.5em 0 0 0 rgba(0, 0, 0, .5);
    }
    66.6% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .5), 1em 0 0 0 rgba(0, 0, 0, .8), 1.5em 0 0 0 rgba(0, 0, 0, .3);
    }
}

.SearchSeriesList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-left: -40px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

#Container .SearchSeriesList {
    margin-bottom: 16px;
    margin-left: -40px;
    line-height: 1.3;
}

.SearchSeriesList.IsNoResult {
    display: block !important;
    margin-bottom: 0 !important;
}

.SearchSeriesList.Col2 > li {
    width: calc(50% - 40px);
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSeriesList.Col2 > li {
        width: calc(100% - 40px);
    }
}

.SearchSeriesList.Col2 > li:first-child, .SearchSeriesList.Col2 > li:first-child + li {
    padding-top: 0;
}

.SearchSeriesList.Col2 > li .Products {
    width: 218px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSeriesList.Col2 > li .Products {
        -ms-flex: 1;
        flex: 1;
    }
}

#Container .SearchSeriesList.Col2 > li .Products {
    width: 218px;
}

[class*="theme-K"] #Container .SearchSeriesList.Col2 > li .Products {
    width: 353px;
}

.SearchSeriesList.Col2 > li .LinkGroup {
    width: 125px;
}

@media screen and (max-width: 1240px) {
    [class*="theme-K"] .SearchSeriesList.Col2 > li .LinkGroup {
        min-width: 125px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSeriesList.Col2 > li .LinkGroup {
        width: 100%;
        min-width: inherit;
    }
}

#Container .SearchSeriesList.Col2 > li .LinkGroup {
    width: 125px;
}

@media screen and (max-width: 1240px) {
    [class*="theme-K"] #Container .SearchSeriesList.Col2 > li .LinkGroup {
        min-width: 125px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchSeriesList.Col2 > li .LinkGroup {
        width: 100%;
        min-width: inherit;
    }
}

.SearchSeriesList > li {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 20px 0 30px;
    border-bottom: 1px dotted #ccc;
    outline: none;
    animation: display1 .2s linear forwards;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSeriesList > li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gtie9 .SearchSeriesList > li {
    animation: none;
}

#Container .SearchSeriesList > li {
    margin-left: 40px;
    padding: 20px 0 30px;
    background: none;
}

.SearchSeriesList > li.IsHidden {
    display: none;
}

.SearchSeriesList > li .Products {
    -ms-flex-order: 2;
    order: 2;
    width: 473px;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSeriesList > li .Products {
        margin-right: 0;
    }
}

#Container .SearchSeriesList > li .Products {
    width: 458px;
}

[class*="theme-K"] #Container .SearchSeriesList > li .Products {
    width: 613px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchSeriesList > li .Products {
        -ms-flex: 1;
        flex: 1;
    }
}

.SearchSeriesList > li .Products .Series {
    display: inline-block;
    color: #06c;
    text-decoration: none;
    transition: opacity .3s;
}

#Container .SearchSeriesList > li .Products .Series {
    color: #1a5c9a;
}

.SearchSeriesList > li .Products .Series:hover, .SearchSeriesList > li .Products .Series:active, .SearchSeriesList > li .Products .Series:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchSeriesList > li .Products .Series:hover, #Container .SearchSeriesList > li .Products .Series:active, #Container .SearchSeriesList > li .Products .Series:focus {
    color: #e60012;
}

.SearchSeriesList > li .Products .Series .CommonName {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

#Container .SearchSeriesList > li .Products .Series .CommonName {
    margin-bottom: 3px;
    padding-left: 11px;
    font-size: 15px;
}

#Container .SearchSeriesList > li .Products .Series .CommonName::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchSeriesList > li .Products .Series .CommonName::after {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.SearchSeriesList > li .Products .Series .Name {
    font-size: 13px;
}

#Container .SearchSeriesList > li .Products .Series .Name {
    padding-left: 11px;
    font-size: 14px;
}

.SearchSeriesList > li .Products .Description {
    margin-top: 3px;
    font-size: 13px;
}

.SearchSeriesList > li .LinkGroup {
    -ms-flex-order: 3;
    order: 3;
    width: 125px;
}

@media screen and (max-width: 1240px) {
    [class*="theme-K"] .SearchSeriesList > li .LinkGroup {
        min-width: 125px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSeriesList > li .LinkGroup {
        width: 100%;
        min-width: inherit;
        margin-top: 10px;
        margin-left: 106px;
    }
}

#Container .SearchSeriesList > li .LinkGroup {
    width: 140px;
}

@media screen and (max-width: 1240px) {
    [class*="theme-K"] #Container .SearchSeriesList > li .LinkGroup {
        min-width: 140px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchSeriesList > li .LinkGroup {
        width: 100%;
        min-width: inherit;
    }
}

.SearchSeriesList > li .LinkGroup .DownloadBtnWrapper {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSeriesList > li .LinkGroup .DownloadBtnWrapper {
        display: inline-block;
    }
}

.SearchSeriesList > li .LinkGroup div.DownloadBtn {
    background: #ccc;
}

.SearchSeriesList > li .LinkGroup div.DownloadBtn:hover, .SearchSeriesList > li .LinkGroup div.DownloadBtn:active, .SearchSeriesList > li .LinkGroup div.DownloadBtn:focus {
    opacity: 1;
}

.SearchSeriesList > li .LinkGroup div.DownloadBtn::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .3);
    content: "";
}

.SearchSeriesList > li .LinkGroup .DownloadBtn {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 8px 16px 8px 35px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    background: #d00202;
    border-radius: 2px;
    transition: opacity .3s;
}

#Container .SearchSeriesList > li .LinkGroup .DownloadBtn {
    font-weight: normal;
    background: #e60012;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn:hover, .SearchSeriesList > li .LinkGroup .DownloadBtn:active, .SearchSeriesList > li .LinkGroup .DownloadBtn:focus {
    text-decoration: none;
    opacity: .7;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn::before {
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

.SearchSeriesList > li .Thumbnail {
    -ms-flex-order: 1;
    order: 1;
    width: 92px;
    min-height: 92px;
    margin-right: 14px;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink {
    transition: opacity .3s;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink:hover, .SearchSeriesList > li .Thumbnail .ThumbnailLink:active, .SearchSeriesList > li .Thumbnail .ThumbnailLink:focus {
    opacity: .7;
}

.SearchSeriesList > li .Thumbnail img {
    border: #ddd solid 1px;
}

.SearchDownloadList[data-view="Grid"][data-filter="all"] > li:nth-child(n + 6) {
    display: none;
}

[class*="theme-K"] .SearchDownloadList[data-view="Grid"][data-filter="all"] > li:nth-child(n + 6) {
    display: -ms-flexbox;
    display: flex;
}

.search-bx-wrapper {
    position: relative;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .search-bx-wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .search-bx-wrapper {
        margin-bottom: 30px;
        padding: 0;
    }
}

[class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"] {
    max-width: 970px;
    margin: 0 auto;
    opacity: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"] {
        max-width: inherit;
        margin-left: -10px;
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"] {
        margin-left: 0;
    }
}

[class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"].IsReady {
    opacity: 1;
}

[class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"].IsReady:not(.IsStatic) {
    animation: display1 .2s linear forwards;
}

@media screen and (min-width: 768px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"].Col5.IsStatic {
        transform: translate3d(0, 0, 0) !important;
    }
}

[class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"].Col5.IsStatic > li {
    width: 100% !important;
    animation: none;
}

@media screen and (min-width: 768px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"].Col5.IsStatic > li {
        width: 20% !important;
    }
}

[class*="theme-K"] #Container .search-bx-wrapper .SearchDownloadList[data-view="Grid"][data-filter="all"] {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    max-width: inherit;
    margin: 0 0 -30px 0;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #Container .SearchDownloadList[data-view="Grid"][data-filter="all"] > li:only-child {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.search-bx-wrapper .SearchDownloadList[data-view="Grid"] {
    margin-left: 0;
}

#Container .search-bx-wrapper .SearchDownloadList[data-view="Grid"] {
    margin-left: 0;
}

.search-bx-wrapper .SearchDownloadList[data-view="Grid"][data-filter="all"] > li {
    padding-left: 0;
}

#Container .search-bx-wrapper .SearchDownloadList[data-view="Grid"][data-filter="all"] > li {
    padding-left: 0;
}

.search-bx-wrapper .SearchDownloadList[data-view="Grid"] > li:nth-child(n + 6) {
    display: -ms-flexbox;
    display: flex;
}

.IsStatic .bx-clone {
    display: none !important;
}

.search-bx-wrapper .bx-controls {
    margin-top: 20px;
}

.search-bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    bottom: -30px;
    z-index: 300;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .search-bx-wrapper .bx-controls .bx-pager {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .search-bx-wrapper .bx-controls .bx-pager {
        display: none;
    }
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    background: #ccc;
    border-radius: 20px;
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: #c00;
}

.search-bx-wrapper .bx-controls .bx-controls-direction {
    width: 100%;
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 28px;
    height: 48px;
    text-indent: -999em;
    background: #888;
    transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev, [class*="theme-K"]
    .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        opacity: .7;
    }
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -40px;
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
        left: -20px;
    }
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -40px;
    transform: scale(-1, 1) translateY(-50%);
}

@media screen and (max-width: 1080px) {
    [class*="theme-K"] .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        right: -20px;
    }
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before, .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-left: -3px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #fff;
    border-left: none;
    content: "";
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev::after, .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #888;
    border-left: none;
    content: "";
}

/*
 * cart
** ------------------------------------------------------ */
/* Adjust FooterArea Padding (DownloadList Status)
---------- */
/* DownloadList close */
body.DownloadListClose .layout-footer {
    padding-bottom: 162px;
}

@media screen and (max-width: 969px) {
    body.DownloadListClose .layout-footer {
        padding-bottom: 50px;
    }
}

body.DownloadListClose div#FooterAreaInner {
    padding-bottom: 108px;
}

/* DownloadList open */
body.DownloadListOpen .layout-footer {
    padding-bottom: 225px;
}

@media screen and (max-width: 767px) {
    body.DownloadListOpen .layout-footer {
        padding-bottom: 0;
    }
}

body.DownloadListOpen div#FooterAreaInner {
    padding-bottom: 250px;
}

/* 03. DownloadList
---------- ---------- ---------- */
div#DownloadList {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: block;
    zoom: 1;
}

/* DownloadListTitleWrap
---------- ---------- */
div#DownloadList div#DownloadListTitleWrap {
    border-top: solid 1px #8f9192;
}

/* DownloadListTitle
---------- */
div#DownloadList div#DownloadListTitle {
    background: linear-gradient(#8e8f90 0%, #646566 100%);
    background-color: #646566;
    background-position: right top;
    border-top: solid 1px #b0b2b2;
    zoom: 1;
}

div#DownloadList div#DownloadListTitle div#DownloadListTitleInner:after {
    display: block;
    clear: both;
    content: "";
}

div#DownloadList div#DownloadListTitle div#DownloadListTitleInner {
    width: 970px;
    margin: 0 auto;
    padding: 8px 0;
}

div#DownloadList div#DownloadListTitle p.Title {
    float: left;
    font-weight: bold;
    color: #fff;
}

div#DownloadList div#DownloadListTitle div.InformationCol {
    float: right;
}

div#DownloadList div#DownloadListTitle div.InformationCol > ul.DownloadItemInformation {
    float: left;
    margin: 0 9px 0 0;
    padding: 0 9px 0 0;
    border-right: solid 1px #bfbfbf;
    list-style: none;
}

div#DownloadList div#DownloadListTitle div.InformationCol > ul.DownloadItemInformation li {
    float: left;
    margin: 0 0 0 12px;
    color: #fff;
}

div#DownloadList div#DownloadListTitle div.InformationCol > ul.DownloadItemInformation li:first-child {
    margin-left: 0;
}

div#DownloadList div#DownloadListTitle div.InformationCol > ul.DownloadItemInformation li em {
    font-weight: bold;
}

div#DownloadList div#DownloadListTitle div.InformationCol div.Button {
    float: left;
}

div#DownloadList div#DownloadListTitle div.InformationCol div.Button a {
    display: inline-block;
    padding: 0 21px 0 0;
    color: #fff;
    background: url("../../img/common/mkr_arw_downloadlist_top.png") 100% 50% no-repeat;
    zoom: 1;

    *display: inline;
}

/* open/close button states */
body.DownloadListClose div#DownloadList div#DownloadListTitle div.InformationCol div.Button a {
    background-image: url("../../img/common/mkr_arw_downloadlist_top.png");
}

body.DownloadListOpen div#DownloadList div#DownloadListTitle div.InformationCol div.Button a {
    background-image: url("../../img/common/mkr_arw_downloadlist_btm.png");
}

/* DownloadListErrorMessage
---------- */
div#DownloadList div#DownloadListErrorMessage {
    background-color: #ffe5e6;
    border-bottom: solid 1px #e89396;
}

div#DownloadList div#DownloadListErrorMessage div#DownloadListErrorMessageInner {
    width: 970px;
    margin: 0 auto;
    padding: 8px 0;
}

div#DownloadList div#DownloadListErrorMessage p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

/* DownloadListContent
---------- ---------- */
div#DownloadList div#DownloadListContent {
    padding: 10px 0;
    background-color: #dfdfdf;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner:after {
    display: block;
    clear: both;
    content: "";
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner {
    position: relative;
    /* ie7 bugfix */
    width: 970px;
    margin: 0 auto;
}

/* General
---------- */
div#DownloadList div#DownloadListContent ul {
    margin: 0 0 16px;
    list-style: none;
}

div#DownloadList div#DownloadListContent ul li {
    margin: 0 0 5px;
    padding: 0 0 0 13px;
    background: url("../../img/common/mkr_blet_black.png") 4px .5em no-repeat;
}

/* Download Items
---------- */
div#DownloadList div#DownloadListContent div.ItemCol {
    float: left;
    width: 760px;
    min-height: 100px;
    padding: 5px 5px 5px 7px;
    background: url("../../img/common/sep_downloadlist_y.png") 0 0 repeat-y;
}

div#DownloadList div#DownloadListContent div.ItemCol ul:after {
    display: block;
    clear: both;
    content: "";
}

div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList {
    width: 700px;
    margin: 0 auto;
    vertical-align: middle;
    letter-spacing: -1em;
    zoom: 1;
}

[class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList {
    display: -ms-flexbox;
    display: flex;
    width: 3000px !important;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList li {
    display: inline-block;
    width: 67px;
    height: 67px;
    margin: 0 5px;
    padding: 0;
    padding-top: 5px;
    text-align: center;
    line-height: 67px;
    letter-spacing: normal;
    background: none;
    zoom: 1;

    *display: inline;
    *vertical-align: middle;
    /* ie7 bugfix */
}

div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList li img {
    vertical-align: middle;
    border: solid 1px #999;
}

/* DeleteButton */
div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList li span.DeleteButtonWrap {
    position: relative;
    display: inline-block;
    zoom: 1;

    *display: inline;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList li span.DeleteButtonWrap a.DeleteButton {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 18px;
    height: 18px;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.ImageList li span.DeleteButtonWrap a.DeleteButton img {
    border: none;
}

/* Delete All Item */
div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem {
    margin: 15px 0 0 25px;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem li {
    margin: 0;
    padding-left: 15px;
    background: url("../../img/common/mkr_downloadlist_delete.png") 0 50% no-repeat;
}

/* OperationCol
---------- */
div#DownloadList div#DownloadListContent div.OperationCol {
    float: left;
    width: 180px;
    min-height: 100px;
    padding: 5px 0 5px 17px;
    background: url("../../img/common/sep_downloadlist_y.png") 0 0 repeat-y;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dt {
    margin: 0 0 5px;
    font-weight: bold;
    color: #000;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul {
    overflow: hidden;
    margin: 0 0 15px;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    background: none;
}

/* checkbox */
div#DownloadList div#DownloadListContent .UIElm-check-label {
    position: relative;
    display: inline-block;
    min-height: 22px;
    min-height: 1em;
    padding: 0 0 0 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
}

div#DownloadList div#DownloadListContent .UIElm-check-label span.CustomCheckbox {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../img/common/parts_form_uielem_check_radio.png") 0 0 no-repeat;
    cursor: pointer;
    zoom: 1;
}

/* checked */
div#DownloadList div#DownloadListContent .UIElm-check-label span.CustomCheckbox.checked {
    background-position: 0 -25px;
}

/* disabled */
div#DownloadList div#DownloadListContent .UIElm-check-label span.CustomCheckbox.disabled {
    background-position: -25px 0;
    cursor: default;
}

/* checked and disabled */
div#DownloadList div#DownloadListContent .UIElm-check-label span.CustomCheckbox.checked.disabled {
    background-position: -25px -25px;
}

/* checkbox + link text */
div#DownloadList div#DownloadListContent .UIElm-check-label + a {
    vertical-align: bottom;
}

/* TextButton */
div#DownloadList div#DownloadListContent a.TextButton {
    display: inline-block;
    padding: 4px 9px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(#bcbcbc 0%, #818181 100%);
    background-color: #818181;
    background-position: right top;
    border: solid 1px #848b90;
    box-shadow: 1px 1px 1px #ccc;
    zoom: 1;

    *display: inline;
}

div#DownloadList div#DownloadListContent a.TextButton:hover, div#DownloadList div#DownloadListContent a.TextButton:focus {
    background: linear-gradient(#c5c5c5 0%, #8f8f8f 100%);
    background-color: #8f8f8f;
    background-position: right top;
    border-color: #9a9fa2;
}

div#DownloadList div#DownloadListContent a.TextButton:active {
    background: linear-gradient(#818181 0%, #bcbcbc 100%);
    background-color: #bcbcbc;
    background-position: right top;
}

div#DownloadList div#DownloadListContent a.TextButton span.Inner {
    display: inline-block;
    min-height: 13px;
    cursor: pointer;
    zoom: 1;

    *display: inline;
}

/* download */
div#DownloadList div#DownloadListContent a.TextButton.Download {
    color: #fff;
    background: linear-gradient(#f30b19 0%, #cd0100 100%);
    background-color: #cd0100;
    background-position: right top;
    border: solid 1px #ad0329;
}

div#DownloadList div#DownloadListContent a.TextButton.Download:hover, div#DownloadList div#DownloadListContent a.TextButton.Download:focus {
    background: linear-gradient(#f9323f 0%, #df2a28 100%);
    background-color: #df2a28;
    background-position: right top;
    border-color: #c52c4e;
}

div#DownloadList div#DownloadListContent a.TextButton.Download:active {
    background: linear-gradient(#cd0100 0%, #f30b19 100%);
    background-color: #f30b19;
    background-position: right top;
}

div#DownloadList div#DownloadListContent a.TextButton.Download span.Inner {
    margin: 0 0 0 -5px;
    padding: 0 0 0 18px;
}

div#DownloadList div#DownloadListContent a.TextButton.Download span.Inner {
    background: url("../../img/common/icon_textbutton_download_s.png") 0 50% no-repeat;
}

/* Disabled
---------- */
div#DownloadList div#DownloadListContent a.TextButton.Disabled {
    color: #a0a0a0 !important;
    background: linear-gradient(#e3e6ea 0%, #d3d5da 100%) !important;
    background-color: #d3d5da !important;
    background-position: right top !important;
    border: solid 1px #bbb !important;
}

div#DownloadList div#DownloadListContent a.TextButton.Disabled, div#DownloadList div#DownloadListContent a.TextButton.Disabled span.Inner {
    cursor: default;
}

/* DownloadListDeleteBalloon
---------- ---------- */
div#DownloadList div#DownloadListDeleteBalloon {
    position: absolute;
    bottom: 150px;
    left: 300px;
}

div#DownloadList div#DownloadListDeleteBalloon div#DownloadListDeleteBalloonInner {
    position: relative;
    width: 253px;
    padding: 0 0 14px;
    background: url("../../img/common/bg_downloadlist_balloon_btm.png") 0 100% no-repeat;
    zoom: 1;
}

div#DownloadList div#DownloadListDeleteBalloon div#DownloadListDeleteBalloonInner2 {
    padding: 0 3px 0 0;
    background: url("../../img/common/bg_downloadlist_balloon_r.png") 100% 0 no-repeat;
}

div#DownloadList div#DownloadListDeleteBalloon p {
    padding: 10px;
    background: #fff;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #999;
}

.is-menu-show #DownloadListWrapper {
    display: none;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] #DownloadListWrapper {
        display: none;
    }
}

#DownloadListOpenerWrapper {
    position: fixed;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 500;
    display: none;
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    text-align: right;
    pointer-events: none;
}

[class*="theme-K"] #DownloadListOpenerWrapper {
    max-width: 1240px;
}

#DownloadListOpenerWrapper #DownloadListOpener {
    width: 105px;
    height: 105px;
    padding: 10px;
    color: #fff;
    line-height: 1.5;
    background: #d00202;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: opacity .3s;
    pointer-events: auto;
}

.TypeGlobal #DownloadListOpenerWrapper #DownloadListOpener {
    width: 120px;
    height: 120px;
    font-family: inherit;
    background: #e60012;
}

#DownloadListOpenerWrapper #DownloadListOpener:hover, #DownloadListOpenerWrapper #DownloadListOpener:active, #DownloadListOpenerWrapper #DownloadListOpener:focus {
    opacity: .7;
}

#DownloadListOpenerWrapper #DownloadListOpener > span {
    display: block;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerAmountCount {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerAmountCount em {
    font-style: normal;
    font-size: 20px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerSelectedText {
    position: relative;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerSelectedText::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background: #fff;
    content: "";
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerText {
    position: relative;
    margin-top: 5px;
    font-size: 12px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerText::before {
    display: inline-block;
    margin: -10px 4px 0 0;
    vertical-align: middle;
    border-width: 6px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
}

div#DownloadList {
    position: fixed;
    right: 0;
    bottom: 25px !important;
    left: 0;
    z-index: 500;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    padding: 8px 25px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

[class*="theme-K"] div#DownloadList {
    max-width: 1240px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList {
        z-index: 1000;
        padding: 2px 12px;
    }
}

div#DownloadList::before {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    border: 1px solid #d00202;
    border-radius: 2px;
    content: "";
}

div#DownloadList div#DownloadListTitleWrap {
    margin-bottom: 18px;
    padding: 10px 0 5px;
    border-top: 0 !important;
    border-bottom: 1px solid #999;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle {
    width: 100%;
    margin: 0 auto;
    background: none;
    border-top: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: auto;
    padding: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner .Title {
    display: block;
    float: none;
    margin-right: 28px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol {
    position: static;
    float: none;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation {
    float: none;
    margin: 0;
    padding: 0;
    color: #333;
    border: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em {
    margin-left: 5px;
    font-weight: bold;
    font-style: normal;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListAmountCount {
    font-weight: bold;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListTotalFileSize {
    font-weight: bold;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li {
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li:last-child {
    margin-left: 14px;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li:last-child em {
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton {
    position: absolute;
    top: 4px;
    right: 0;
    line-height: 1.3;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton::before {
    position: absolute;
    top: 2px;
    left: -6px;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #999;
    content: "";
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a {
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 12px;
    font-size: 14px;
    color: #06c;
    text-decoration: none;
    background: none;
    transition: opacity .3s;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a {
    color: #1a5c9a;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, .TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    left: 0 !important;
    width: 2px !important;
    background: #9d9d9d !important;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover, div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active, div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus {
    text-decoration: none;
    opacity: .7;
}

body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 1px;
    height: 10px;
    margin: 0;
    background: #06c;
    border: 0;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    transform: translateY(-50%) rotate(-45deg);
}

body.DownloadListClose div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body.DownloadListClose div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    display: none;
}

div#DownloadList div#DownloadListErrorMessage {
    background: #ffffae;
}

#DownloadListWrapper.TypeGlobal div#DownloadList div#DownloadListErrorMessage {
    background-color: #ffe5e6;
    border-bottom: solid 1px #e89396;
}

div#DownloadList div#DownloadListErrorMessage div#DownloadListErrorMessageInner {
    width: auto;
    padding: 8px;
}

div#DownloadList div#DownloadListContent {
    width: 100%;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    background: none !important;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto !important;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner::after {
    display: none !important;
}

div#DownloadList div#DownloadListContent div.ItemCol {
    float: none !important;
    width: 760px;
    min-height: inherit !important;
    padding: 0 !important;
    background: none !important;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol {
        width: calc(760vw * 100 / 969);
        margin-right: 5px;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic {
    position: relative;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 61px;
    height: 72px;
    margin: 0 5px;
    padding: 5px 10px 0 0;
    text-align: left;
    line-height: inherit;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li {
        width: auto;
        min-width: calc(61vw * 100 / 969);
        height: auto;
        margin: 0 calc(5vw * 100 / 969);
        padding-right: calc(10vw * 100 / 969);
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap {
    position: relative;
    display: inline-block;
    border: 1px solid #cbcbcb;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap img {
    width: 100%;
    border: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap img {
        width: auto;
        max-width: 33px;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/search/icon_delete_01.png) no-repeat;
    transition: opacity .3s;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton {
        right: 0;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:hover, div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:active, div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton img {
    display: none;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-container {
    padding: 0 27px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-container {
        padding: 0 calc(27vw * 100 / 969);
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-clip {
    overflow: hidden;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url(/img/search/dl_bundle_thumbnail_back_01.png) no-repeat center left;
    cursor: pointer;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-prev.jcarousel-prev-disabled, [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-prev.jcarousel-prev-disabled-horizontal {
        pointer-events: none;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url(/img/search/dl_bundle_thumbnail_next_01.png) no-repeat center left;
    cursor: pointer;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-next.jcarousel-next-disabled, [class*="theme-K"] div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-next.jcarousel-next-disabled-horizontal {
        pointer-events: none;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem {
    float: none;
    margin-top: 10px !important;
    margin-left: 32px !important;
    background: none;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem li {
    padding: 0 !important;
    background: none !important;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a {
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    padding-left: 18px;
    font-size: 14px;
    color: #06c;
    line-height: 1.3;
    text-decoration: none;
    text-indent: inherit;
    background: url(/img/search/icon_delete_01.png) no-repeat 0 .1em;
    transition: opacity .3s;
}

#Container div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a {
    color: #1a5c9a;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:hover, div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:active, div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol {
    float: none !important;
    width: 126px;
    min-height: inherit !important;
    margin-top: 0;
    padding: 0 !important;
    background: none !important;
}

.TypeGlobal div#DownloadList div#DownloadListContent div.OperationCol {
    width: 136px;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dt {
    font-size: 12px;
    color: #333 !important;
    line-height: 1.2;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul {
    overflow: hidden;
    margin: 0 !important;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li {
    float: none !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: 1.9;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    font-size: 12px;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] + span {
    display: block;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a {
    color: #333;
    text-decoration: none;
    transition: opacity .3s;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:hover, div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:active, div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px 16px 5px 35px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    white-space: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: #d00202;
    border: 0 !important;
    border-radius: 2px;
    box-shadow: none;
    transition: opacity .3s;
}

.TypeGlobal div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    padding-right: 6px;
    font-size: 13px;
    background: #e60012 !important;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:hover, div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:active, div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:focus {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton.Disabled {
    color: #666 !important;
    background: #e5e5e5 !important;
    opacity: 1;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton::before {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton span {
    margin: 0;
    padding: 0;
    text-indent: inherit;
    background: none;
}

/*
 * suggest
** ------------------------------------------------------ */
#TopSearchForm {
    position: relative;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner #TopSearchInput {
    width: 335px;
    height: 39px;
    padding-left: 32px;
    font-size: 142.85714%;
    color: #333;
    line-height: 1.6;
    background: #fff url(/img/elements/bg_top_form01_left02_03.gif) no-repeat 10px center;
    border: #bdbdbd 2px solid;
    border-right: 0;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner .placeholder {
    pointer-events: none;
}

.SearchSuggestBox {
    position: absolute;
    z-index: 1001;
    display: block;
    box-sizing: border-box;
    min-width: 206px;
    max-width: 548px;
    margin-top: -20px;
    padding: 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox {
        width: 100%;
        max-width: 100%;
    }
}

#TopSearchBlock .SearchSuggestBox {
    margin-top: 0;
}

#HeaderArea .SearchSuggestBox {
    top: 40px;
    right: 0;
    margin-top: 0;
}

#HeaderArea .SearchSuggestBox::before {
    right: 27px;
    left: inherit;
}

#HeaderArea .SearchSuggestBox .SearchSuggestBoxInner::before {
    right: 30px;
    left: inherit;
}

.SearchSuggestBox.History {
    min-width: 206px;
    max-width: 400px;
}

#HeaderArea .SearchSuggestBox.History {
    width: 100%;
}

.SearchSuggestBox.IsHidden {
    display: none;
}

#header .SearchSuggestBox {
    top: 43px;
    right: 40px;
    z-index: 10000;
    margin-top: 0;
}

#header .SearchSuggestBox::before {
    right: 27px;
    left: inherit;
}

#header .SearchSuggestBox .SearchSuggestBoxInner::before {
    right: 30px;
    left: inherit;
}

.products_box_01 #TopSearchForm .HasSearchSuggest .SearchSuggestBox {
    margin-top: -20px;
}

#TopSearchForm .HasSearchSuggest .SearchSuggestBox {
    margin-top: 6px;
}

.HasSearchSuggest .SearchSuggestBox {
    top: 100%;
    left: 6px;
    margin-top: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .HasSearchSuggest .SearchSuggestBox {
        left: 0;
    }
}

.HasSearchSuggest .SearchSuggestBox .SuggestColumn > .Column:first-child {
    min-width: 488px;
    max-width: inherit;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .HasSearchSuggest .SearchSuggestBox .SuggestColumn > .Column:first-child {
        min-width: inherit;
    }
}

.HasSearchSuggest .SearchSuggestBox.SearchAllCategory .SuggestColumn > .Column:first-child {
    min-width: inherit;
    max-width: 320px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .HasSearchSuggest .SearchSuggestBox.SearchAllCategory .SuggestColumn > .Column:first-child {
        width: 100%;
        max-width: inherit;
        padding-right: 5px;
    }
}

.SearchSuggestBox::before {
    position: absolute;
    top: -10px;
    left: 27px;
    z-index: -1;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 7px 0;
    content: "";
    transform: rotate(45deg) skew(10deg, 10deg);
}

.SearchSuggestBox .SearchSuggestBoxInner {
    padding: 20px 5px 20px 25px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SearchSuggestBoxInner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.SearchSuggestBox .SearchSuggestBoxInner::before {
    position: absolute;
    top: -3px;
    left: 30px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    content: "";
    transform: rotate(45deg) skew(10deg, 10deg);
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SearchSuggestBoxInner .SearchLinkList01 > li > a, [class*="theme-K"]
    .SearchSuggestBox .SearchSuggestBoxInner .SearchLinkList01 > li > button {
        font-size: 14px;
    }
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SearchSuggestBoxInner .SearchLinkList01 > li > a::before, [class*="theme-K"]
    .SearchSuggestBox .SearchSuggestBoxInner .SearchLinkList01 > li > button::before {
        top: 6px;
    }
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .CategoryList {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    border-bottom: 0;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt {
        font-size: 16px;
    }
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt em {
    font-weight: bold;
    font-style: normal;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd {
    font-size: 14px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd {
        font-size: 16px;
    }
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd > *:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd > *:last-child.AssetList {
    margin-bottom: -20px;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd > *:last-child.AssetList {
    margin-bottom: -20px;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .HistoryList {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li {
    margin-bottom: 6px;
    padding: 0;
    background: none;
}

.SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li:last-child {
    margin-bottom: 0;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button {
    margin: 0;
    padding: 0;
    color: #06c;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity .3;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button {
    color: #1a5c9a;
}

.SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:hover, .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:active, .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:focus {
    color: #f00;
    opacity: .7;
}

.SearchSuggestBox .SearchHistory {
    display: block;
    margin-right: 20px;
}

.SearchSuggestBox .SearchHistory.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn {
    display: -ms-flexbox;
    display: flex;
}

.SearchSuggestBox .SuggestColumn > .Column {
    box-sizing: border-box;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child {
    width: 100%;
    max-width: 320px;
    padding-right: 20px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn > .Column:first-child {
        max-width: inherit;
        padding-right: 0;
    }
}

.SearchSuggestBox .SuggestColumn > .Column:first-child.IsHidden {
    width: auto;
    padding-right: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child.IsHidden + .Column {
    padding-left: 0;
    border-left: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child + .Column {
    display: none;
    -ms-flex: 1;
    flex: 1;
    min-width: 168px;
    margin-right: 20px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child + .Column.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child {
    width: 100%;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child > * + * {
    border-top: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child .SeriesList.Col2 {
    padding-right: 0;
}

#Container .SearchSuggestBox .SuggestColumn > .Column:only-child .SeriesList.Col2 {
    padding-right: 0;
}

.SearchSuggestBox .SuggestColumn > .Column > * + * {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#Container .SearchSuggestBox .SuggestColumn > .Column > * + * {
    margin-top: 15px;
}

.SearchSuggestBox .SuggestColumn.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .SeriesArea {
    box-sizing: border-box;
    min-width: 300px;
    padding: 0 10px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesArea {
        width: 100%;
        min-width: inherit;
        padding: 0;
    }
}

.SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
    list-style: none;
}

.SearchSuggestBox .SuggestColumn .SeriesList + * {
    margin-top: 32px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList + * {
    margin-top: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList {
    margin-bottom: -16px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 {
    margin-left: -16px;
    padding-right: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList.Col2 {
    margin-bottom: 0;
    margin-left: -16px;
    padding-right: 20px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li {
    width: calc(50% - 16px);
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li {
        width: calc(100% - 16px);
    }
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li {
    margin-left: 16px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li:first-child {
    padding-top: 10px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li:last-child {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li:only-child {
    width: calc(100% - 16px);
    padding-bottom: 10px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li .Item .Series .CommonName {
    font-size: 13px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li .Item .Series .CommonName {
        font-size: 16px;
    }
}

.SearchSuggestBox .SuggestColumn .SeriesList > li {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li {
    margin: 0;
    padding: 10px 0;
    background: none;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li:first-child {
    padding-top: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    width: 483px;
    line-height: 1.4;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl dt {
    color: #333;
    border-bottom: 0;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series {
    display: inline-block;
    color: #06c;
    text-decoration: none;
    transition: opacity .3s;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series {
    color: #1a5c9a;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:hover, .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:active, .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:hover, #Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:active, #Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series:focus {
    color: #e60012;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName {
        font-size: inherit;
    }
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName {
    position: relative;
    margin-bottom: 3px;
    padding-left: 11px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::before {
        top: 4px;
    }
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] #Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::after {
        top: 6px;
    }
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .Name {
    font-size: 12px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .Name {
        font-size: 14px;
    }
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .Name {
    display: block;
    padding-left: 11px;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav {
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav {
        font-size: 14px;
    }
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > a, .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > button {
    font-size: 12px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > a, [class*="theme-K"]
    .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > button {
        font-size: 14px;
    }
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Thumbnail {
    -ms-flex-order: 1;
    order: 1;
    min-height: 55px;
    margin-right: 14px;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Thumbnail img {
    width: 55px;
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox .SuggestColumn .AssetList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList {
    margin-bottom: -20px;
    margin-left: -20px;
}

.SearchSuggestBox .SuggestColumn .AssetList.Col2 > li {
    width: 50%;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .AssetList.Col2 > li {
        width: 100%;
    }
}

.SearchSuggestBox .SuggestColumn .AssetList > li {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList > li {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    background: none;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #06c;
    text-decoration: none;
    transition: opacity .3s;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link {
    color: #1a5c9a;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Link:hover, .SearchSuggestBox .SuggestColumn .AssetList > li .Link:active, .SearchSuggestBox .SuggestColumn .AssetList > li .Link:focus {
    color: #f00;
    opacity: .7;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:hover, #Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:active, #Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:focus {
    color: #e60012;
    text-decoration: none;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    width: 483px;
    margin-right: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .AssetList > li .Item {
        width: auto;
    }
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Title {
    display: inline-block;
    font-size: 12px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .AssetList > li .Item .Title {
        font-size: 14px;
    }
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Lang {
    font-size: 12px;
    color: #333;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .AssetList > li .Item .Lang {
        font-size: 14px;
    }
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Thumbnail {
    -ms-flex-order: 1;
    order: 1;
    min-height: 78px;
    margin-right: 14px;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Thumbnail img {
    width: 55px;
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox .SuggestColumn .ModelArea {
    box-sizing: border-box;
    min-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 969px) {
    [class*="theme-K"] .SearchSuggestBox .SuggestColumn .ModelArea {
        width: 100%;
        min-width: inherit;
    }
}

.SearchSuggestBox .SuggestColumn .ModelArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .ModelArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.SearchSuggestBox .SuggestColumn .ModelArea .SearchLinkList01 > li > a, .SearchSuggestBox .SuggestColumn .ModelArea .SearchLinkList01 > li > button {
    font-weight: bold;
}

.SearchSuggestBox .SuggestColumn .KeywordArea {
    min-width: 137px;
}

.SearchSuggestBox .SuggestColumn .KeywordArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .KeywordsList {
    list-style: none;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .KeywordsList.Col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -7px !important;
}

.SearchSuggestBox .SuggestColumn .KeywordsList.Col2 > li {
    width: 50%;
    padding-right: 10px;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li {
    box-sizing: border-box;
    margin-bottom: 7px;
    line-height: 1.5;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList > li {
    margin-bottom: 7px;
    padding-left: 0;
    background: none;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a {
    font-weight: bold;
    transition: opacity .3s;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList > li a {
    color: #1a5c9a;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a:hover, .SearchSuggestBox .SuggestColumn .KeywordsList > li a:active, .SearchSuggestBox .SuggestColumn .KeywordsList > li a:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a > em {
    font-weight: normal;
    font-style: normal;
}

/*
 * modal
** ------------------------------------------------------ */
@media screen and (max-width: 969px) {
    [data-search-modal="true"] {
        background: #ededed;
    }
}

@media screen and (max-width: 969px) {
    [data-search-modal="true"] > *:not(#SearchModal) {
        position: fixed;
        visibility: hidden;
    }
}

#SearchModal {
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s, opacity .2s;
}

@media screen and (max-width: 969px) {
    #SearchModal.IsOpen {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        display: block;
        visibility: visible;
        width: 100%;
        height: 100%;
        padding-right: 12px;
        background: #ededed;
        opacity: 1;
    }
}

#SearchModal .SelectTypes {
    position: relative;
    min-width: 150px;
}

@media screen and (max-width: 969px) {
    #SearchModal .SelectTypes {
        width: 100%;
        padding: 20px;
    }
}

#SearchModal .SelectTypes .SelectTypesHook .SelectTypesLength {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #d00202;
    border-radius: 50%;
}

#Container #SearchModal .SelectTypes .SelectTypesHook .SelectTypesLength {
    background: #e60012;
}

#SearchModal .SelectTypes .SelectTypesHook .SelectTypesLength.IsHidden {
    display: none;
}

#SearchModal .SelectTypes .SelectTypesBox {
    width: 100%;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner {
    text-align: center;
}

#Container #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul {
    margin-bottom: 0;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 2.2;
}

#Container #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    padding: 0;
    line-height: 1.9;
    background: none;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li:last-child {
    margin-bottom: 0;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

#Container #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
}

#Container #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

#SearchModal .SelectTypes .SelectTypesBox li {
    text-align: left;
}

#SearchModal .SelectTypes .SelectTypesBox li label {
    position: relative;
    display: block;
    padding-left: 36px;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}

#SearchModal .SelectTypes .SelectTypesBox li input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

#SearchModal .SelectTypes .SelectTypesBox li input[type=checkbox] + span {
    display: block;
}

#SearchModal .SelectTypes .SelectTypesBox li input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

#SearchModal .SelectTypes .SelectTypesBox li input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 9px;
    height: 12px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

#SearchModal .SelectTypes .SelectTypesBox li select {
    display: block;
    width: calc(100% - 36px);
    margin-left: 36px;
    padding: 4px;
    font-size: 16px;
}

#Container #SearchModal .SelectTypes .SelectTypesBox li select {
    min-height: 22px;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBtn {
    margin-top: 24px;
    padding: 6px 24px;
    font-size: 15px;
    color: #fff;
    background: #888;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBtn:hover, #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBtn:active, #SearchModal .SelectTypes .SelectTypesBox .SelectTypesBtn:focus {
    opacity: .7;
}

#SearchModal .SelectTypes .SelectTypesBox .SelectTypesBtn:disabled {
    color: #666;
    background: #e5e5e5;
    opacity: 1;
}

@media screen and (max-width: 969px) {
    body:not([data-search-modal="true"]) .SearchModalTrigger {
        margin-bottom: 10px !important;
        padding: 10px 36px !important;
        font-weight: normal !important;
        font-size: 14px !important;
        text-align: center !important;
        background: #fff;
        border: 1px solid #999 !important;
        border-radius: 2px !important;
        cursor: pointer;
    }
    body:not([data-search-modal="true"]) .SearchModalTrigger.IsActive {
        background: #ffcece;
        animation: selected .4s 0s ease forwards;
    }
    body:not([data-search-modal="true"]) .SearchModalTrigger::after {
        display: none !important;
    }
}

@media screen and (max-width: 969px) and (max-width: 969px) {
    body:not([data-search-modal="true"]) .SearchModalTrigger::before {
        position: absolute;
        top: 50%;
        right: 13px;
        display: block;
        margin-top: -2px;
        border-width: 5px 7px;
        border-style: solid;
        border-color: transparent transparent transparent #75777c;
        content: "";
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 969px) {
    [data-search-modal="true"] .SearchModalTrigger {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 0;
        font-weight: bold;
        font-size: 16px;
        text-align: left;
        background: none;
        border-bottom: 1px solid #999;
        outline: none;
        cursor: inherit !important;
    }
}

#SearchModalCloseButton {
    display: none;
}

[data-search-modal="true"] #SearchModalCloseButton {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10000;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
}

[data-search-modal="true"] #SearchModalCloseButton::before {
    position: absolute;
    top: 12px;
    right: 3px;
    display: block;
    width: 20px;
    height: 1px;
    background: #666;
    border: #666 1px solid;
    content: "";
    transform: rotate(45deg);
}

[data-search-modal="true"] #SearchModalCloseButton::after {
    position: absolute;
    top: 12px;
    right: 3px;
    display: block;
    width: 20px;
    height: 1px;
    background: #666;
    border: #666 1px solid;
    content: "";
    transform: rotate(135deg);
}

[data-search-modal="true"] #SearchModalCloseButton > span {
    position: absolute;
    left: 100%;
    font-size: 10px;
    white-space: nowrap;
}

@keyframes selected {
    0% {
        background: #ffcece;
    }
    65% {
        background: #ffcece;
    }
    100% {
        background: #fff;
    }
}
