@charset "UTF-8";

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::placeholder {
    color: #999 !important;
    opacity: 1;
}

#HeaderArea #HeaderSearch {
    box-sizing: border-box;
    width: auto;
    max-width: 242px;
    background: none;
}

#HeaderArea #HeaderSearch #HeaderSearchInner {
    min-width: inherit;
    overflow: inherit;
    border-radius: 3px;
    background: #fff;
}

#HeaderArea #HeaderSearch .SearchInput {
    box-sizing: border-box;
    min-width: 210px;
    min-height: 25px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    border-radius: 3px;
}

#HeaderArea #HeaderSearch .InputCol {
    overflow: inherit;
}

#HeaderArea #HeaderSearch .InputCol .SearchButton {
    right: 1px;
}

#HeaderSearchInner {
    display: flex;
    position: relative;
    justify-content: flex-end;
    min-width: 400px;
}

[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: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#SearchContentWrapper > #main {
    margin: 0;
    float: none;
}

#SearchContentWrapper > #main.right > *:first-child {
    margin-top: inherit;
    padding-top: inherit;
}

#SearchContentWrapper > #side {
    margin: 0;
    padding: 10px;
    float: none;
    border-top: 2px solid #888;
    background: #f2f2f2;
}

#SubContentInner {
    padding: 14px 10px 10px;
}

#SubContentInner > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

#ContentsArea.Popup {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 50px;
}

.Popup div#PageTitle {
    width: auto;
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
}

.Popup div#PageTitle h1 {
    padding: 0 0 0 6px;
    float: left;
    border-left: solid 3px #e60012;
    font-size: 1.5em;
}

.Popup div#PageTitle p#PrintPage {
    float: right;
}

.Popup div#MainContent h2.NormalHeading {
    margin: 0 0 9px;
    padding: 0;
    border-bottom-width: 0;
    color: #000;
    font-size: 1.16em;
    line-height: 1.28;
    text-transform: uppercase;
}

.Popup div#MainContent h2.NormalHeading span.Inner {
    zoom: normal;
    display: inline;
    padding: 0;
    border-left-width: 0;
}

.Popup div#MainContent h3 {
    margin: 0 0 9px;
    padding: 0 0 0 10px;
    background: url("../../img/common/mkr_blet_l_gray.png") 0 0.4em no-repeat;
    color: #333;
    font-size: 1em;
    text-transform: uppercase;
}

.Popup div#MainContent h3.Link {
    padding: 0 0 0 8px;
    background: url("../../img/common/mkr_triangle_gray_r.png") 0 0.4em no-repeat;
}

.Popup div#MainContent h3.Blank {
    padding: 0 0 0 13px;
    background: url("../../img/common/icon_blank.png") 0 0.4em no-repeat;
}

.Popup div#MainContent h3.Pdf {
    padding: 0 0 0 17px;
    background: url("../../img/common/icon_pdf.png") 0 0.15em no-repeat;
}

.Popup div#MainContent p.CloseWindow {
    margin: 0 0 10px;
    font-size: 0.91em;
    text-align: center;
}

.Popup div#MainContent p.CloseWindow a {
    display: inline-block;
    padding: 0 0 0 15px;
    background: url("../../img/common/mkr_crossmark_close.png") 0 50% no-repeat;
    color: #666;
    text-decoration: none;
}

.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 {
    width: 100px;
    margin-bottom: 8px;
    float: left;
}

.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: 0.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;
    background-color: #dcdcdc;
    font-weight: bold;
}

.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;
    color: #333 !important;
    font-weight: bold !important;
}

.Popup div#MigrateContentWrap h5.fst {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.Popup div#MigrateContentWrap p.ksClBt {
    margin-bottom: 20px !important;
}

.DrillDownNav .Group li {
    position: relative;
    margin: 2px 0;
    padding-left: 17px;
    font-size: 14px;
}

#SubContent .DrillDownNav .Group li {
    margin: 2px 0;
    padding-left: 17px;
    font-size: 14px;
}

.DrillDownNav .Group li .Name {
    word-wrap: break-word;
    overflow: hidden;
    border: 0;
    background: none;
    color: #06c;
    line-height: 1.7;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    cursor: pointer;
    transition: opacity 0.3s;
}

#Container .DrillDownNav .Group li .Name {
    color: #1a5c9a;
}

.DrillDownNav .Group li .Name:hover,
.DrillDownNav .Group li .Name:active,
.DrillDownNav .Group li .Name:focus {
    opacity: 0.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;
}

#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 .Type > li > .Name {
    max-width: 156px;
}

#SubContent .DrillDownNav .Type > li > .Name {
    padding: 0;
}

.DrillDownNav .Series > li {
    padding-left: 2px;
    background: none;
}

#SubContent .DrillDownNav .Series > li {
    padding-left: 2px;
    background: none;
}

.DrillDownNav .Series .Name {
    display: inline-block;
    position: relative;
    max-width: 153px;
    padding-left: 10px;
    background: none;
    color: #06c;
    line-height: 1.5;
}

#SubContent .DrillDownNav .Series .Name {
    padding-left: 10px;
}

.DrillDownNav .Series .Name::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

.DrillDownNav .Group .IsCurrent .Name {
    color: #06c;
    font-weight: bold;
}

.DrillDownNav .Group .Switch {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: #888;
    font-size: 0;
    cursor: pointer;
}

.DrillDownNav .Group .Switch::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 1px;
    height: 9px;
    background: #fff;
    content: "";
}

.DrillDownNav .Group .Switch::after {
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] {
    display: none;
    pointer-events: none;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    display: inline-block;
    position: relative;
    margin-left: -13px;
    padding-left: 10px;
    background: none;
    color: #06c;
    line-height: 1.5;
}

#SubContent .DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    padding-left: 10px;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name::before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

.DrillDownNav .Group .IsOpen > .Switch[disabled]::after {
    content: none;
}

.DrillDownNav .Group .IsOpen > .Switch::before {
    content: none;
}

.SearchHeadingLv1 {
    margin-bottom: 28px;
    border-bottom: 2px solid #999;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

.SearchHeadingLv2 {
    margin-top: 28px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

#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;
    border-bottom: 1px solid #999;
    background: none;
    font-weight: bold;
    font-size: 14px;
}

#ContentsArea #Container .TabNav.Top {
    margin-bottom: 30px;
}

.SearchTabList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 58px;
    border-bottom: 1px solid #999;
}

.SearchTabList.Stretch {
    padding: 0;
}

* + .SearchTabList {
    margin-top: 30px;
}

.SearchTabList > li {
    display: flex;
    flex: 1;
    margin-left: 5px;
    text-align: center;
}

.SearchTabList > li:first-child {
    margin-left: 0;
}

.SearchTabList > li.Doc + .Doc {
    margin-left: 5px;
}

.SearchTabList > li.IsActive > a {
    position: relative;
    padding: 7px 5px 6px;
    background: #fff;
    color: #d00202;
    font-size: 13px;
}

.SearchTabList > li.IsActive > a::before {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.SearchTabList > li.IsActive > a:hover,
.SearchTabList > li.IsActive > a:active,
.SearchTabList > li.IsActive > a:focus {
    color: #d00202;
    opacity: 1;
}

.SearchTabList > li > a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 7px 5px;
    border: 1px solid #999;
    border-bottom: 0;
    background: #e1e1e1;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    transition: opacity 0.3s;
}

.SearchTabList > li > a:hover,
.SearchTabList > li > a:active,
.SearchTabList > li > a:focus {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}

#ContentsArea .SearchTabList {
    justify-content: center;
    padding: 0;
}

#ContentsArea .SearchTabList > li {
    flex: none;
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
}

#ContentsArea .SearchTabList > li.IsActive a {
    color: #e10012;
    font-size: 14px;
}

#ContentsArea .SearchTabList > li:first-child {
    margin-left: 0;
}

#Downloads #ContentsArea .SearchTabList > li {
    min-width: 120px;
}

#ContentsArea .SearchTabList > li > a {
    padding: 7px 20px 5px;
}

.SearchLinkList01 {
    margin-bottom: 16px;
    list-style: none;
}

#Container .SearchLinkList01 {
    margin-bottom: 0;
}

.SearchLinkList01.Inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -4px -12px;
}

#Container .SearchLinkList01.Inline {
    margin: 0 0 -4px -12px;
}

.SearchLinkList01.Inline > li {
    padding: 0 0 4px 12px;
}

#Container .SearchLinkList01.Inline > li {
    padding: 0 0 4px 12px;
}

.SearchLinkList01.Right {
    display: flex;
    justify-content: flex-end;
}

.SearchLinkList01.Inline.Bold > li > a {
    font-weight: bold;
}

.SearchLinkList01.Col2 {
    display: flex;
    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.Inline.Col5 > li {
    width: 20%;
}

.SearchLinkList01.IsHidden {
    display: none;
}

.DrillDownNav .SearchLinkList01 {
    margin-top: 10px;
}

#Container .SearchLinkList01 > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchLinkList01 > li > a,
.SearchLinkList01 > li > button {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    border: 0;
    background: none;
    color: #06c;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity 0.3s;
}

.SearchLinkList01 > li > a.EmphasisLink,
.SearchLinkList01 > li > button.EmphasisLink {
    padding-left: 15px !important;
    background: url("../../img/common/icon_triangle_l_red.png") 1.5px 0.25em no-repeat;
    background-position-y: 0.4em;
    color: #06c !important;
    font-weight: bold;
    font-size: 16px;
}

.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: 0.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 {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    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;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #75777c;
    background: none;
}

.SearchPageList01 {
    word-wrap: break-word;
    margin-bottom: 16px;
    list-style: none;
    word-break: break-word;
    overflow-wrap: break-word;
}

#Container .SearchPageList01 {
    margin-bottom: 16px;
}

.SearchPageList01.IsNoResult {
    display: block !important;
    margin-bottom: 0 !important;
}

.SearchPageList01 > li {
    -webkit-animation: display1 0.2s linear;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    outline: none;
    background: #fff;
    line-height: 1.8;
    animation: display1 0.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;
}

#Container .SearchPageList01 > li .Title {
    position: relative;
    margin-bottom: 3px;
    padding-left: 11px;
    font-size: 15px;
}

#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 {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchPageList01 > li .Title::after {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    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;
}

.SearchPageList01 > li .Url {
    font-size: 12px;
}

#Container .SearchPageList01 > li .Url {
    font-style: italic;
}

.SearchChoiceList01 {
    font-size: 12px;
    line-height: 2;
}

.SearchChoiceList01 > .Child {
    margin-bottom: 16px;
}

.SearchChoiceList01 > .Child b,
.SearchChoiceList01 > .Child em,
.SearchChoiceList01 > .Child strong {
    font-weight: bold;
}

.SearchChoiceList01 > .Child > p {
    margin-bottom: 8px;
}

.SearchChoiceList01 > .Child:last-child {
    margin-bottom: 0;
}

.SearchChoiceList01.Horizontal {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-right: -24px;
}

.SearchChoiceList01.Horizontal > .Child {
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 24px;
}

.SearchChoiceList01.Col4 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-right: -8px;
}

.SearchChoiceList01.Col4 > .Child {
    width: 25%;
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 8px;
}

.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, .SearchUtilityBox03 {
    display: flex;
    margin-bottom: 27px;
    padding: 10px !important;
    background: #e1e1e1;
}

.SearchUtilityBox02.HasSearchSuggest, .HasSearchSuggest.SearchUtilityBox03 {
    position: relative;
}

.SearchUtilityBox02 .InputArea, .SearchUtilityBox03 .InputArea {
    width: 400px;
    margin-right: 10px;
}

.SearchUtilityBox02 .InputArea input, .SearchUtilityBox03 .InputArea input {
    width: 100%;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
    background: #fff;
    line-height: 1.5;
}

#Container .SearchUtilityBox02 .InputArea input, #Container .SearchUtilityBox03 .InputArea input {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
}

.SearchUtilityBox02 .BtnArea, .SearchUtilityBox03 .BtnArea {
    display: flex;
}

.SearchUtilityBox02 .BtnArea button, .SearchUtilityBox03 .BtnArea button {
    display: block;
    position: relative;
    padding: 2px 20px 2px 7px;
    border: 0;
    border-radius: 2px;
    background: #888;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.SearchUtilityBox02 .BtnArea button:hover, .SearchUtilityBox03 .BtnArea button:hover, .SearchUtilityBox02 .BtnArea button:active, .SearchUtilityBox03 .BtnArea button:active, .SearchUtilityBox02 .BtnArea button:focus, .SearchUtilityBox03 .BtnArea button:focus {
    opacity: 0.7;
}

.SearchUtilityBox02 .BtnArea button::before, .SearchUtilityBox03 .BtnArea button::before, .SearchUtilityBox02 .BtnArea button::after, .SearchUtilityBox03 .BtnArea button::after {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    backface-visibility: hidden;
    content: "";
}

.SearchUtilityBox02 .BtnArea button::after, .SearchUtilityBox03 .BtnArea button::after {
    right: 5px;
    border-color: transparent transparent transparent #888;
}

.SearchUtilityBox03 {
    margin-bottom: 30px;
    padding: 0 10px !important;
    background: #f2f2f2;
}

.SearchUtilityBox03.HasSearchSuggest {
    align-items: center;
}

.SearchUtilityBox03.SingleLine {
    align-items: center;
}

.SearchUtilityBox03 p {
    margin-top: 0 !important;
}

.SearchUtilityBox03 .BoxLabel {
    min-width: 130px;
    max-width: 130px;
    padding: 10px 0;
    font-weight: bold;
}

.SearchUtilityBox03 .BoxLabel * {
    font-weight: inherit;
}

.SearchUtilityBox03 .BoxBody {
    position: relative;
    flex: 1;
    margin-left: 18px;
    padding: 10px 0 10px 6px;
}

.SearchUtilityBox03 .InputAreaWrap {
    display: flex;
}

.SearchUtilityBox03 + .SearchUtilityBox03, #form0 + .SearchUtilityBox03 {
    margin-top: -28px;
}

.SearchCheckboxGroup {
    display: inline-block;
    position: relative;
}

.SearchCheckbox {
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    transform: scale(0.5);
}

.SearchCheckbox + .SearchCheckboxLabel::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #888;
    border-radius: 2px;
    background: #fff;
    content: "";
}

.SearchCheckbox:checked + .SearchCheckboxLabel::after {
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 6px;
    height: 9px;
    transform: rotate(45deg);
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
}

.SearchCheckbox:indeterminate + .SearchCheckboxLabel::after {
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    width: 8px;
    height: 9px;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
}

.gtie9 .SearchCheckbox:indeterminate + .SearchCheckboxLabel::after {
    left: 2.5px;
}

.SearchCheckbox:disabled + .SearchCheckboxLabel {
    color: #a9a9a9;
}

.SearchCheckbox:disabled + .SearchCheckboxLabel::before {
    border: 1px solid #a9a9a9;
}

.SearchCheckboxLabel {
    display: block;
    padding-left: 22px;
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
}

.SearchCheckboxNotes {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    padding-right: 24px;
    color: #06c;
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
}

.SearchCheckboxNotes:hover, .SearchCheckboxNotes:active, .SearchCheckboxNotes:focus {
    color: #06c;
}

.SearchCheckboxNotes > svg {
    fill: #06c;
    position: absolute;
    top: 50%;
    right: -7px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}

.SearchResultUtilityGroup {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}

#main .SearchResultUtilityGroup .ResultTxt {
    margin-top: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt {
    margin-bottom: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt > span {
    margin-right: 5px;
}

.SearchResultUtilityGroup .ViewList {
    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, 0.3) inset;
}

.SearchResultUtilityGroup .ViewList > li button {
    display: block;
    padding: 5px;
    border: 0;
    outline: none;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

#Container .SearchResultUtilityGroup .ViewList > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchResultUtilityGroup .FilterGroup {
    display: flex;
    align-items: flex-end;
}

.SearchResultUtilityGroup .FilterGroup > * {
    margin-right: 10px;
}

.SearchResultUtilityGroup .FilterGroup > *:last-child {
    margin-right: 0;
}

#Container .SearchResultUtilityGroup .FilterGroup .Discontinued {
    margin-bottom: 0;
    line-height: 1.9;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued label {
    display: inline-block;
    position: relative;
    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(0.5);
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #888;
    border-radius: 2px;
    background: #fff;
    content: "";
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox]:checked + span::after {
    display: block;
    position: absolute;
    top: 5.2px;
    left: 4px;
    width: 6px;
    height: 9px;
    transform: rotate(45deg);
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
}

.SearchResultUtilityGroup .SelectTypes {
    position: relative;
    min-width: 150px;
}

.DownloadListClose .SearchResultUtilityGroup .SelectTypes.IsOpen,
.DownloadListOpen .SearchResultUtilityGroup .SelectTypes.IsOpen {
    z-index: 1000;
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background: #e1e1e1;
    opacity: 1;
    transition: none;
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook::after {
    margin-top: -10px;
    transform: rotate(180deg);
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesBox {
    display: block;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    position: relative;
    width: 100%;
    min-height: 33px;
    padding: 6px 27px 5px 27px;
    overflow: visible;
    border: 1px solid #999;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    min-width: 180px;
    padding: 6px 22px 5px;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook::after {
    box-sizing: border-box;
    display: inline-block;
    width: 8px;
    height: 14px;
    margin: 2px 0 0 6px;
    border-width: 7px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    content: "";
    vertical-align: middle;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    border-radius: 50%;
    background: #d00202;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    background: #e60012;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength.IsHidden {
    display: none;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox {
    display: none;
    z-index: 1000;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 100%;
    min-width: 150px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: height 0.2s ease-out;
}

.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;
    background: none;
    line-height: 1.9;
}

.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 {
    display: block;
    position: relative;
    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(0.5);
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #888;
    border-radius: 2px;
    background: #fff;
    content: "";
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox]:checked + span::after {
    display: block;
    position: absolute;
    top: 5.2px;
    left: 4px;
    width: 6px;
    height: 9px;
    transform: rotate(45deg);
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
}

.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;
    border: 1px solid #999;
    border-radius: 2px;
    background: #888;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:hover,
.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:active,
.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:focus {
    opacity: 0.7;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:disabled {
    background: #e5e5e5;
    color: #666;
    opacity: 1;
}

.SearchDownloadNotes {
    display: none;
    position: relative;
    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;
    background: url("/img/search/icon_key_01.png") no-repeat;
    content: "";
    vertical-align: middle;
}

.SearchDownloadNotes + .SearchDownloadList {
    margin-top: 20px;
}

.SearchHr {
    margin-top: 60px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.SearchModelFilter {
    position: relative;
}

.SearchModelFilter .SelectButtonWrap {
    position: relative;
}

.SearchModelFilter .SelectButton {
    width: 100%;
    min-height: 32px;
    padding: 8px 32px 8px 13px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background-color: #fff;
    color: inherit;
    font-size: 13px;
    line-height: 1;
    text-align: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1 !important;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.SearchModelFilter .SelectButton::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 10px;
    height: 8px;
    margin-top: 4px;
    transform: translateY(-50%);
    border-width: 8px 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    content: "";
}

.SearchModelFilter .SelectButton:hover ~ .SelectButtonOverlay::after {
    opacity: 0;
}

.SearchModelFilter .SelectButtonOverlay {
    display: flex;
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 32px;
    bottom: 8px;
    left: 4px;
    min-height: 21px;
    padding-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.SearchModelFilter .SelectButtonOverlay::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    content: "";
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.SearchModelFilter .SelectButtonOverlay > .Child {
    display: flex;
    flex-shrink: 0;
    align-items: stretch;
    margin-left: 8px;
    padding: 2px 0 4px 8px;
    border-radius: 2px;
    background-color: #ffe2e3;
    color: #ea0437;
    pointer-events: auto;
}

.SearchModelFilter .SelectButtonOverlay > .Child[hidden] {
    display: none;
}

.SearchModelFilter .BadgeLabel {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.SearchModelFilter .BadgeCloseButton {
    display: flex;
    position: relative;
    align-items: center;
    width: 9px;
    height: 9px;
    margin: 3px 8px 0 8px;
}

.SearchModelFilter .BadgeCloseButton::before, .SearchModelFilter .BadgeCloseButton::after {
    position: absolute;
    top: 0;
    right: 4px;
    width: 1px;
    height: 11px;
    transform: rotate(45deg);
    background-color: #d00202;
    content: "";
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.SearchModelFilter .BadgeCloseButton::after {
    transform: rotate(-45deg);
}

.SearchModelFilter .BadgeCloseButton:hover::before {
    opacity: 1;
}

.SearchModelFilter .Popover {
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    max-height: calc(100vh - 238px);
    margin-top: -2px;
    padding: 16px 16px 10px;
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    box-shadow: 0 -30px 0 rgba(0, 0, 0, 0.028);
    transition-duration: 0.2s;
    transition-property: visibility, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.SearchModelFilter .Popover[aria-hidden=true] {
    display: block;
    visibility: hidden;
    transform: translateY(4px);
    opacity: 0;
}

.SearchModelFilter .PopoverHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.SearchModelFilter .PopoverHeader .Title {
    font-size: 12px;
}

.SearchModelFilter .PopoverHeader .Title b,
.SearchModelFilter .PopoverHeader .Title em,
.SearchModelFilter .PopoverHeader .Title strong {
    font-weight: bold;
}

.SearchModelFilter .UncheckAllButton {
    margin-left: 10px;
    color: #06c;
    font-size: 12px;
    cursor: default;
    opacity: 1 !important;
    transition: color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.SearchModelFilter .UncheckAllButton:enabled {
    color: #ea0437;
    text-decoration: underline;
    cursor: pointer;
}

.SearchModelFilter .UncheckAllButton:enabled:hover {
    text-decoration: none;
}

.SearchDownloadList {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: 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: flex;
    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 {
    align-items: flex-end;
    width: 50%;
}

.SearchDownloadList[data-view=Grid].Col2 > li .DownloadGroup {
    flex-direction: row;
    padding-right: 30px;
}

.SearchDownloadList[data-view=Grid].Col2 > li .DownloadGroup .Item {
    flex: 1;
}

.SearchDownloadList[data-view=Grid].Col2 > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 15px;
}

.SearchDownloadList[data-view=Grid].Col2 > li .BtnGroup {
    width: auto;
}

.SearchDownloadList[data-view=Grid].Col3 > li {
    width: 33.333333%;
}

.SearchDownloadList[data-view=Grid].Col4 > li {
    width: 25%;
}

.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 {
    flex-direction: column;
    justify-content: inherit;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    border: 0;
}

.SearchDownloadList[data-view=Grid] > li:first-child {
    border: 0;
}

#Container .SearchDownloadList[data-view=Grid] > li {
    margin-bottom: 30px;
    padding: 0 0 0 10px;
}

.SearchDownloadList[data-view=Grid] .DownloadGroup {
    position: relative;
    flex: 1 0 auto;
    flex-direction: column;
    width: 100%;
    padding: 12px 9px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
    transition: box-shadow 0.2s 0.1s, background 0.2s 0.1s, border 0.2s 0.1s;
}

.SearchDownloadList[data-view=Grid] .DownloadGroup:hover,
.SearchDownloadList[data-view=Grid] .DownloadGroup:active,
.SearchDownloadList[data-view=Grid] .DownloadGroup:focus {
    border-color: #ff7a7a;
    background: #fff5f5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: #06c;
    text-decoration: none;
    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: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: center;
}

.SearchDownloadList[data-view=Grid] .ThumbnailWrapper .Thumbnail {
    transform: scale(1);
    border: 1px solid #dfdfdf;
    transition: transform 0.15s 0.1s;
}

.SearchDownloadList[data-view=Grid] .ThumbnailWrapper .Thumbnail img {
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    border: 0;
    backface-visibility: hidden;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

.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 {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 2px;
    background: #d00202;
    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;
    border-radius: 0;
    background: url("/img/search/icon_download_01.png") no-repeat;
}

.SearchDownloadList[data-view=Grid] .TitleGroup .Lang {
    display: block;
    color: #333;
    font-size: 11px;
}

.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 {
    margin-top: 10px;
    overflow: visible;
    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 {
    display: block;
    position: absolute;
    top: -20px;
    right: 18px;
    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 0.2s;
}

.SearchDownloadList[data-view=List].Grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 16px;
    margin-left: -40px;
}

.SearchDownloadList[data-view=List].Grid > li {
    align-items: flex-start;
    width: calc(100% - 40px);
    margin-left: 40px;
    background: inherit;
}

.SearchDownloadList[data-view=List].Grid > li:first-child {
    border-top: 0;
}

.SearchDownloadList[data-view=List].Grid > li .ThumbnailWrapper {
    margin-right: 14px;
}

.SearchDownloadList[data-view=List].Grid.Col2 > li {
    width: calc(50% - 40px);
}

.SearchDownloadList[data-view=List].Grid.Col2 > li .DownloadGroup {
    padding-right: 14px;
}

.SearchDownloadList[data-view=List].Grid.Col2 > li .Item {
    width: 218px;
}

.SearchDownloadList[data-view=List].Grid.Col2 > li .BtnGroup {
    min-width: 125px;
    max-width: 125px;
}

.SearchDownloadList[data-view=List].Grid.Col2 > li .TitleGroup .Title {
    font-size: 14px;
}

.SearchDownloadList[data-view=List] > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 20px;
    text-align: center;
}

.SearchDownloadList > li {
    -webkit-animation: display1 0.2s linear forwards;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    outline: none;
    background: #fff;
    animation: display1 0.2s linear forwards;
}

.gtie9 .SearchDownloadList > li {
    -webkit-animation: none;
    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;
}

@-webkit-keyframes display1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes display1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.SearchDownloadList .DownloadGroup {
    box-sizing: border-box;
    display: flex;
    padding-right: 20px;
    border: 1px solid transparent;
    transition: inherit;
}

.SearchDownloadList a.DownloadGroup {
    transition: opacity 0.3s;
}

.SearchDownloadList a.DownloadGroup:hover,
.SearchDownloadList a.DownloadGroup:active,
.SearchDownloadList a.DownloadGroup:focus {
    color: #f00;
    text-decoration: none;
    opacity: 0.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 0.3s;
}

.SearchDownloadList .ThumbnailWrapper .ThumbnailLink:hover,
.SearchDownloadList .ThumbnailWrapper .ThumbnailLink:active,
.SearchDownloadList .ThumbnailWrapper .ThumbnailLink:focus {
    opacity: 0.7;
}

.SearchDownloadList .ThumbnailWrapper .IconKey {
    display: none;
}

.SearchDownloadList .ThumbnailWrapper .IconKey:empty {
    display: none;
}

.SearchDownloadList .IconGroup {
    display: flex;
    position: relative;
    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;
    border: 1px solid #d00202;
    background: #fff;
    color: #d00202;
    font-size: 12px;
    line-height: 1.1;
}

.SearchDownloadList .IconGroup .IconNew:empty {
    display: none;
}

.SearchDownloadList .IconGroup .IconLang {
    display: none;
    padding: 4px 28px 3px;
    background: #9e9e9e;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

.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;
}

.SearchDownloadList .TitleGroup .Title {
    font-size: 16px;
    line-height: 1.33;
}

.SearchDownloadList .TitleGroup .TitleLink {
    transition: opacity 0.3s;
}

.SearchDownloadList .TitleGroup .TitleLink:hover,
.SearchDownloadList .TitleGroup .TitleLink:active,
.SearchDownloadList .TitleGroup .TitleLink:focus {
    color: #f00;
    text-decoration: none;
    opacity: 0.7;
}

.SearchDownloadList .TitleGroup .FileInfo {
    color: #333;
    font-size: 11px;
}

.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;
    padding: 2px 22px 1px 8px;
    overflow: hidden;
    border: #999 1px solid;
    border-radius: 2px;
    background: #fff;
    color: #333;
    transition: opacity 0.3s;
}

.SearchDownloadList .TitleGroup .DescriptionLink:hover,
.SearchDownloadList .TitleGroup .DescriptionLink:active,
.SearchDownloadList .TitleGroup .DescriptionLink:focus {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
}

#Container .SearchDownloadList .TitleGroup .DescriptionLink {
    padding: 4px 22px 4px 8px;
}

.SearchDownloadList .TitleGroup .DescriptionLink::before {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    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 {
    display: block;
    position: relative;
    padding: 9px 10px 8px 30px;
    border-radius: 2px;
    background: #d00202;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    transition: opacity 0.3s;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn:hover,
.SearchDownloadList .BtnGroup .SearchDownloadBtn:active,
.SearchDownloadList .BtnGroup .SearchDownloadBtn:focus {
    text-decoration: none;
    opacity: 0.7;
}

#Container .SearchDownloadList .BtnGroup .SearchDownloadBtn {
    padding-left: 33px;
    background: #e60012;
    font-size: 13px;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn::before {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 15px;
    height: 14px;
    transform: translateY(-50%);
    backface-visibility: hidden;
    background: url("/img/search/icon_download_01.png") no-repeat;
    content: "";
}

.SearchDownloadList .BtnGroup .SearchAddBtn {
    display: block;
    position: relative;
    width: 100%;
    padding: 7px 8px 6px 28px;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s 0.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 {
    background: #e5e5e5;
    color: #666;
    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 {
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    border-radius: 2px;
    background: #ffe2e2;
    content: "";
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner {
    display: block;
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::before,
.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 12px;
    height: 2px;
    transform: translateY(-50%);
    background: #d00202;
    content: "";
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    left: 14px;
    width: 2px;
    height: 12px;
}

.SearchDownloadListGroup .SearchHeadingLv2 + .SearchDownloadNotes {
    margin-bottom: 20px;
}

.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 {
    display: inline-block;
    position: relative;
    padding: 15px 54px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    background: #f9f9f9;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    transition: opacity 0.3s;
}

.SearchMoreBtnWrapper .SearchMoreBtn:hover,
.SearchMoreBtnWrapper .SearchMoreBtn:active,
.SearchMoreBtnWrapper .SearchMoreBtn:focus {
    opacity: 0.7;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad2::after {
    -webkit-animation: loading 1.5s linear infinite;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    margin-left: 10px;
    border: 2px solid;
    border-left: 1px solid transparent;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
    animation: loading 1.5s linear infinite;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad::after {
    -webkit-animation: loading2 0.8s infinite ease;
    display: inline-block;
    width: 3px;
    height: 3px;
    transform: translateZ(0);
    border-radius: 50%;
    content: "";
    color: #000;
    animation: loading2 0.8s infinite ease;
}

@-webkit-keyframes loading {
    50% {
        opacity: 0.6;
    }
    100% {
        transform: rotate(1080deg);
        transform-origin: 50% 50%;
        opacity: 0.3;
    }
}

@keyframes loading {
    50% {
        opacity: 0.6;
    }
    100% {
        transform: rotate(1080deg);
        transform-origin: 50% 50%;
        opacity: 0.3;
    }
}

@-webkit-keyframes loading2 {
    0%, 100% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.3), 1em 0 0 0 rgba(0, 0, 0, 0.5), 1.5em 0 0 0 rgba(0, 0, 0, 0.8);
    }
    33.3% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.8), 1em 0 0 0 rgba(0, 0, 0, 0.3), 1.5em 0 0 0 rgba(0, 0, 0, 0.5);
    }
    66.6% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.5), 1em 0 0 0 rgba(0, 0, 0, 0.8), 1.5em 0 0 0 rgba(0, 0, 0, 0.3);
    }
}

@keyframes loading2 {
    0%, 100% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.3), 1em 0 0 0 rgba(0, 0, 0, 0.5), 1.5em 0 0 0 rgba(0, 0, 0, 0.8);
    }
    33.3% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.8), 1em 0 0 0 rgba(0, 0, 0, 0.3), 1.5em 0 0 0 rgba(0, 0, 0, 0.5);
    }
    66.6% {
        box-shadow: 0.5em 0 0 0 rgba(0, 0, 0, 0.5), 1em 0 0 0 rgba(0, 0, 0, 0.8), 1.5em 0 0 0 rgba(0, 0, 0, 0.3);
    }
}

.SearchSeriesList {
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-left: -40px;
    word-break: break-word;
    overflow-wrap: break-word;
}

#Container .SearchSeriesList {
    margin-bottom: 16px;
    margin-left: -40px;
}

.SearchSeriesList.IsNoResult {
    display: block !important;
    margin-bottom: 0 !important;
}

.SearchSeriesList.Col2 > li {
    width: calc(50% - 40px);
}

.SearchSeriesList.Col2 > li:first-child,
.SearchSeriesList.Col2 > li:first-child + li {
    padding-top: 0;
}

.SearchSeriesList.Col2 > li .Products {
    width: 218px;
}

#Container .SearchSeriesList.Col2 > li .Products {
    width: 218px;
}

.SearchSeriesList.Col2 > li .LinkGroup {
    width: 125px;
}

#Container .SearchSeriesList.Col2 > li .LinkGroup {
    width: 125px;
}

.SearchSeriesList > li {
    -webkit-animation: display1 0.2s linear forwards;
    box-sizing: border-box;
    display: flex;
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 20px 0 30px;
    border-bottom: 1px dotted #ccc;
    outline: none;
    background: #fff;
    animation: display1 0.2s linear forwards;
}

.gtie9 .SearchSeriesList > li {
    -webkit-animation: none;
    animation: none;
}

#Container .SearchSeriesList > li {
    margin-left: 40px;
    padding: 20px 0 30px;
    background: none;
}

.SearchSeriesList > li.IsHidden {
    display: none;
}

.SearchSeriesList > li .Products {
    order: 2;
    width: 473px;
    margin-right: 16px;
}

#Container .SearchSeriesList > li .Products {
    width: 458px;
}

.SearchSeriesList > li .Products .Series {
    display: inline-block;
    transition: opacity 0.3s;
}

.SearchSeriesList > li .Products .Series:hover,
.SearchSeriesList > li .Products .Series:active,
.SearchSeriesList > li .Products .Series:focus {
    color: #f00;
    text-decoration: none;
    opacity: 0.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 {
    display: block;
    position: relative;
    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 {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchSeriesList > li .Products .Series .CommonName::after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    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 {
    order: 3;
    width: 125px;
}

#Container .SearchSeriesList > li .LinkGroup {
    width: 140px;
}

.SearchSeriesList > li .LinkGroup .DownloadBtnWrapper {
    margin-bottom: 10px;
}

.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 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    content: "";
}

.SearchSeriesList > li .LinkGroup .DownloadBtn {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 16px 8px 35px;
    border-radius: 2px;
    background: #d00202;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity 0.3s;
}

#Container .SearchSeriesList > li .LinkGroup .DownloadBtn {
    background: #e60012;
    font-weight: normal;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn:hover,
.SearchSeriesList > li .LinkGroup .DownloadBtn:active,
.SearchSeriesList > li .LinkGroup .DownloadBtn:focus {
    text-decoration: none;
    opacity: 0.7;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn::before {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 15px;
    height: 14px;
    transform: translateY(-50%);
    backface-visibility: hidden;
    background: url("/img/search/icon_download_01.png") no-repeat;
    content: "";
}

.SearchSeriesList > li .Thumbnail {
    order: 1;
    width: 92px;
    min-height: 92px;
    margin-right: 14px;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink {
    transition: opacity 0.3s;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink:hover,
.SearchSeriesList > li .Thumbnail .ThumbnailLink:active,
.SearchSeriesList > li .Thumbnail .ThumbnailLink:focus {
    opacity: 0.7;
}

.SearchSeriesList > li .Thumbnail img {
    border: #ddd solid 1px;
}

.SearchDownloadList[data-view=Grid][data-filter=all] > li:nth-child(n+6) {
    display: none;
}

.search-bx-wrapper {
    position: relative;
    margin: 0 auto 50px;
}

.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: flex;
}

.search-bx-wrapper .bx-controls {
    margin-top: 20px;
}

.search-bx-wrapper .bx-controls .bx-pager {
    z-index: 300;
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.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;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 20px;
    background: #ccc;
    text-indent: -999em;
}

.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%;
    width: 28px;
    height: 48px;
    overflow: hidden;
    transform: translateY(-50%);
    background: #888;
    text-indent: -999em;
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -40px;
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -40px;
    transform: scale(-1, 1) translateY(-50%);
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
.search-bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    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: 0;
    content: "";
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev::after,
.search-bx-wrapper .bx-controls .bx-controls-direction .bx-next::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #888;
    border-left: 0;
    content: "";
}

#DownloadListWrapper {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 88%;
    line-height: 1;
    vertical-align: baseline;
}

html[xmlns][lang=ja] #DownloadListWrapper {
    font-size: 100%;
}

@media (max-width: 60.5625em) {
    #DownloadListWrapper {
        display: none;
    }
}

#DownloadListWrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

#DownloadListOpenerWrapper {
    display: none;
    z-index: 500;
    position: fixed;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    text-align: right;
    pointer-events: none;
}

@media (min-width: 1220px) {
    #DownloadListOpenerWrapper {
        max-width: 1210px;
    }
}

#DownloadListOpenerWrapper #DownloadListOpener {
    width: 105px;
    height: 105px;
    margin: 5px;
    padding: 10px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #ea0437;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    line-height: 1.5;
    font-family: inherit;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}

.TypeGlobal #DownloadListOpenerWrapper #DownloadListOpener {
    width: 120px;
    height: 120px;
    background: #e60012;
    font-family: inherit;
}

#DownloadListOpenerWrapper #DownloadListOpener:hover,
#DownloadListOpenerWrapper #DownloadListOpener:active,
#DownloadListOpenerWrapper #DownloadListOpener:focus {
    background-image: linear-gradient(rgba(34, 34, 34, 0.2), rgba(34, 34, 34, 0.2));
}

#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 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    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;
    border-width: 6px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
    vertical-align: middle;
}

div#DownloadList {
    box-sizing: border-box;
    display: none;
    z-index: 500;
    position: fixed;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    padding: 8px 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    font-size: 100%;
    line-height: 167%;
}

@media (min-width: 1220px) {
    div#DownloadList {
        max-width: 1200px;
    }
}

div#DownloadList div#DownloadListTitleWrap {
    margin-bottom: 18px;
    padding: 10px 0 5px;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle {
    width: 100%;
    margin: 0 auto;
    border-top: 0;
    background: none;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner {
    display: flex;
    position: relative;
    align-items: baseline;
    width: auto;
    padding: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner .Title {
    display: block;
    margin-right: 28px;
    float: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol {
    position: static;
    float: none;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation {
    margin: 0;
    padding: 0;
    float: none;
    border: 0;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em {
    margin-left: 5px;
    color: #333;
    font-style: normal;
    font-weight: bold;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListAmountCount,
div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListAmountLimit {
    color: #333;
    font-weight: bold;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListTotalFileSize {
    color: #333;
    font-weight: bold;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li {
    display: inline-block;
    float: none;
    color: #333;
    font-size: 14px;
}

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: 0;
    right: 0;
    line-height: 1.3;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 2px;
    left: -6px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background: #fff;
    content: "";
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a {
    position: relative;
    padding-right: 0;
    padding-left: 12px;
    background-image: linear-gradient(#ea0437, #ea0437);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.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 {
    background-position: 0 100%;
    background-size: 100% 1px;
    color: #ea0437;
}

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 {
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 1px;
    height: 10px;
    margin: 0;
    transform: translateY(-50%) rotate(45deg);
    border: 0;
    background: #222;
    content: "";
}

body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover::before,
body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover::after,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover::before,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover::after,
body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active::before,
body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active::after,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active::before,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active::after,
body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus::before,
body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus::after,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus::before,
body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus::after {
    background: #ea0437;
}

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 {
    margin-top: 8px;
    background: #fef3f5;
}

#DownloadListWrapper.TypeGlobal div#DownloadList div#DownloadListErrorMessage {
    border-bottom: solid 1px #e89396;
    background-color: #ffe5e6;
}

div#DownloadList div#DownloadListErrorMessage div#DownloadListErrorMessageInner {
    width: 100%;
    padding: 10px 24px;
    background-color: #fef3f5;
}

div#DownloadList div#DownloadListErrorMessage div#DownloadListErrorMessageInner::after {
    display: block;
    height: 0;
    clear: both;
    content: "";
}

#DownloadList #DownloadListErrorMessage p {
    color: #de0435;
    font-weight: bold;
    font-size: 12px;
}

div#DownloadList div#DownloadListContent {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
    background: none;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner {
    display: flex;
    justify-content: space-between;
    width: auto;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner::after {
    display: none;
}

div#DownloadList div#DownloadListContent div.ItemCol {
    width: 760px;
    min-height: inherit;
    padding: 0;
    float: none;
    background: none;
}

@media (min-width: 1220px) {
    div#DownloadList div#DownloadListContent div.ItemCol {
        width: 972px;
    }
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic {
    position: relative;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li {
    box-sizing: border-box;
    width: 61px;
    height: 72px;
    margin: 0 5px;
    padding: 5px 10px 0 0;
    float: left;
    line-height: inherit;
    text-align: left;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap {
    display: inline-flex;
    position: relative;
    border: 1px solid #cbcbcb;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap img {
    width: 100%;
    border: 0;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 14px;
    height: 14px;
    background: url("/img/search/icon_delete_01.png") no-repeat;
    transition: opacity 0.3s;
}

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: 0.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;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-clip {
    overflow: hidden;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url("/img/search/dl_bundle_thumbnail_back_01.png") no-repeat center left;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url("/img/search/dl_bundle_thumbnail_next_01.png") no-repeat center left;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem {
    margin-top: 10px;
    margin-left: 32px;
    float: none;
    background: none;
    list-style: none;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem li {
    padding: 0;
    background: none;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a {
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 18px;
    overflow: visible;
    background: url("/img/search/icon_delete_01.png") no-repeat 0 0.1em;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    text-indent: inherit;
    opacity: 1;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a span {
    background-image: linear-gradient(#ea0437, #ea0437);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    color: #222;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a span:hover,
div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a span:active,
div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a span:focus {
    background-position: 0 100%;
    background-size: 100% 1px;
    color: #ea0437;
}

div#DownloadList div#DownloadListContent div.OperationCol {
    width: 126px;
    min-height: inherit;
    margin-top: 0;
    padding: 0;
    float: none;
    background: none;
}

@media (min-width: 1220px) {
    div#DownloadList div#DownloadListContent div.OperationCol {
        width: 152px;
    }
}

.TypeGlobal div#DownloadList div#DownloadListContent div.OperationCol {
    width: 136px;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dt {
    color: #333;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul {
    margin: 0;
    overflow: hidden;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li {
    margin: 0;
    float: none;
    line-height: 1.9;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    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(0.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 {
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
    background-color: #fff;
    content: "";
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox]:checked + span::before {
    border: 1px solid #ea0437;
    background-color: #ea0437;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] + span::after {
    display: block;
    position: absolute;
    top: 0.35em;
    left: 1px;
    width: 16px;
    height: 16px;
    transform: scale(0.7);
    background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23fff%22%3e%3cpolygon%20points%3d%2281%2e7,0%2e1%2036%2e9,68%2e4%2012%2e8,43%2e6%201%2e7,60%2e5%2039%2e9,99%2e9%2098%2e3,10%2e9%20%22%2f%3e%3c%2fsvg%3e");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    opacity: 0;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox]:checked + span::after {
    opacity: 1;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a {
    background-image: linear-gradient(#ea0437, #ea0437);
    background-position: 100% 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

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 {
    background-position: 0 100%;
    background-size: 100% 1px;
    color: #ea0437;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    word-wrap: break-word;
    --local-foreground: #fff;
    --local-background: #ea0437;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px 16px 5px 35px;
    overflow: hidden;
    border: 0 !important;
    border-radius: 4px;
    background-image: linear-gradient(rgba(34, 34, 34, 0.2), rgba(34, 34, 34, 0.2));
    background-position: 100% 100%;
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-color: var(--local-background);
    box-shadow: none;
    color: var(--local-foreground);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    white-space: inherit;
    word-break: break-word;
    overflow-wrap: break-word;
    opacity: 1;
    transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.TypeGlobal div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    padding-right: 6px;
    background: #e60012;
    font-size: 13px;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:hover,
div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:active,
div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:focus {
    --local-foreground: #fff;
    background-position: 0 100%;
    background-size: 100% 100%;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton.Disabled {
    --local-foreground: #fff;
    --local-background: #cbcbcb;
    outline: none;
    background-image: linear-gradient(rgba(34, 34, 34, 0.2), rgba(34, 34, 34, 0.2));
    background-position: 100% 100%;
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-color: var(--local-background);
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton::before {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 15px;
    height: 14px;
    transform: translateY(-50%);
    backface-visibility: hidden;
    background: url("/img/search/icon_download_01.png") no-repeat;
    content: "";
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton span {
    margin: 0;
    padding: 0;
    background: none;
    text-indent: inherit;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton::after {
    transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1), right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#TopSearchForm {
    position: relative;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner #TopSearchInput {
    width: 335px;
    height: 39px;
    padding-left: 32px;
    border: #bdbdbd 2px solid;
    border-right: 0;
    background: #fff url("/img/elements/bg_top_form01_left02_03.gif") no-repeat 10px center;
    color: #333;
    font-size: 142.85714%;
    line-height: 1.6;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner .placeholder {
    pointer-events: none;
}

.SearchSuggestBox {
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
    z-index: 1001;
    position: absolute;
    min-width: 206px;
    max-width: 548px;
    margin-top: -20px;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    word-break: break-word;
    overflow-wrap: break-word;
}

#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 {
    z-index: 10000;
    top: 43px;
    right: 40px;
    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;
}

.HasSearchSuggest .SearchSuggestBox .SuggestColumn > .Column:first-child {
    min-width: 488px;
    max-width: inherit;
}

.HasSearchSuggest .SearchSuggestBox.SearchAllCategory .SuggestColumn > .Column:first-child {
    min-width: inherit;
    max-width: 320px;
}

.SearchSuggestBox::before {
    -webkit-backface-visibility: hidden;
    display: block;
    z-index: -1;
    position: absolute;
    top: -10px;
    left: 27px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg) skew(10deg, 10deg);
    border-radius: 7px 0;
    backface-visibility: hidden;
    background: #fff;
    content: "";
}

.SearchSuggestBox .SearchSuggestBoxInner {
    padding: 20px 5px 20px 25px;
    border: 1px solid #999;
    border-radius: 2px;
    background: #fff;
}

.SearchSuggestBox .SearchSuggestBoxInner::before {
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    top: -3px;
    left: 30px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg) skew(10deg, 10deg);
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    backface-visibility: hidden;
    background: #fff;
    content: "";
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .CategoryList {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt {
    margin-bottom: 8px;
    border-bottom: 0;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt em {
    font-style: normal;
    font-weight: bold;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dd {
    font-size: 14px;
}

.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;
    border: 0;
    background: none;
    color: #06c;
    text-align: left;
    cursor: pointer;
    transition: opacity 0.3s;
}

#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: 0.7;
}

.SearchSuggestBox .SearchHistory {
    display: block;
    margin-right: 20px;
}

.SearchSuggestBox .SearchHistory.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn {
    display: flex;
}

.SearchSuggestBox .SuggestColumn > .Column {
    box-sizing: border-box;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child {
    width: 100%;
    max-width: 320px;
    padding-right: 20px;
}

.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;
    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;
}

.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: flex;
    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;
}

#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;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li {
    box-sizing: border-box;
    display: flex;
    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 {
    flex: 1;
    order: 2;
    width: 483px;
    line-height: 1.4;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl dt {
    border-bottom: 0;
    color: #333;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series {
    display: inline-block;
    transition: opacity 0.3s;
}

.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: 0.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;
}

#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 {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .Name {
    font-size: 12px;
}

#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;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > a,
.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Nav .SearchLinkList01 > li > button {
    font-size: 12px;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Thumbnail {
    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: flex;
    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%;
}

.SearchSuggestBox .SuggestColumn .AssetList > li {
    box-sizing: border-box;
    display: flex;
    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: flex;
    width: 100%;
    transition: opacity 0.3s;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Link:hover,
.SearchSuggestBox .SuggestColumn .AssetList > li .Link:active,
.SearchSuggestBox .SuggestColumn .AssetList > li .Link:focus {
    color: #f00;
    opacity: 0.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 {
    flex: 1;
    order: 2;
    width: 483px;
    margin-right: 16px;
    line-height: 1.5;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Title {
    display: inline-block;
    font-size: 12px;
}

.gtie9 .SearchSuggestBox .SuggestColumn .AssetList > li .Item .Title {
    width: 100%;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Lang {
    color: #333;
    font-size: 12px;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Thumbnail {
    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;
}

.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: flex;
    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 0.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: 0.7;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a > em {
    font-style: normal;
    font-weight: normal;
}

.SearchSuggestBox.HasRecommend {
    min-width: 962px;
    max-width: 962px;
    padding: 0;
    border: 1px solid #adadad;
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.301);
}

.SearchSuggestBox.HasRecommend::before {
    top: -11px;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-radius: 0;
}

.SearchSuggestBox.HasRecommend .SearchSuggestBoxInner {
    padding: 24px 10px 10px;
    border: 0;
}

.SearchSuggestBox.HasRecommend .SearchSuggestBoxInner::before {
    content: none;
}

.SearchSuggestBox.HasRecommend .SearchSuggestBoxInner > *:first-child {
    padding-top: 0;
}

.SearchSuggestBox.HasRecommend .SearchHistory {
    margin-right: 0;
    padding: 20px 40px 20px 14px;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .Column {
    padding: 0 14px;
}

.SearchSuggestBox.HasRecommend .SuggestColumn > .Column:first-child {
    max-width: 940px;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .Column > *:first-child {
    padding-top: 0;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .Column > * + * {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px dashed #cfcfcf;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .Column > .IsHidden + * {
    padding: 0 0 20px;
    border-top: 0;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .SearchLinkList01.Inline {
    margin-top: -4px;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .SearchLinkList01.Inline > li {
    margin: 0;
    padding: 4px 0 0 12px;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .SearchLinkList01.Inline.Col5 > li {
    width: 20%;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .SeriesArea {
    padding: 20px 0;
}

.SearchSuggestBox.HasRecommend .SuggestColumn .ModelArea {
    padding: 20px 0;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend {
    padding: 14px;
    background: #eef5fe;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendList > *:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendList > li {
    margin-bottom: 20px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendList > li + li {
    padding-top: 20px;
    border-top: 1px dashed #cfcfcf;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendList > li > *:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendUserName {
    display: block;
    margin-bottom: 8px;
    border-bottom: 0;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.SearchSuggestBox.HasRecommend .SuggestRecommendUserName em {
    font-style: normal;
    font-weight: bold;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList {
    margin-bottom: 20px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li {
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item {
    flex: 1;
    order: 2;
    width: 483px;
    line-height: 1.4;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item > dl dt {
    border-bottom: 0;
    color: #333;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item > dl {
    margin-bottom: 0;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series {
    display: inline-block;
    transition: opacity 0.3s;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series:hover, .SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series:active, .SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series:focus {
    color: #f00;
    text-decoration: none;
    opacity: 0.7;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series .CommonName {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Series .Name {
    font-size: 12px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Nav {
    margin-top: 5px;
    font-size: 12px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Nav .SearchLinkList01 > li > a,
.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Item .Nav .SearchLinkList01 > li > button {
    font-size: 12px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Thumbnail {
    order: 1;
    min-height: 55px;
    margin-right: 14px;
}

.SearchSuggestBox.HasRecommend .SuggestRecommend .SeriesList > li .Thumbnail img {
    width: 55px;
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox.HasRecommend .HistoryList.Inline {
    display: flex;
    flex-wrap: wrap;
    margin: -6px 0 0 -36px;
}

.SearchSuggestBox.HasRecommend .HistoryList.Inline > li {
    display: flex;
    position: relative;
    margin-bottom: 0;
    padding: 6px 0 0 36px;
}

.SearchSuggestBox.HasRecommend .HistoryList.Inline > li::before {
    position: absolute;
    top: calc(50% + 0.2em);
    right: -19px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%) rotate(20deg);
    background-color: #cfcfcf;
    content: "";
}

.SearchSuggestBox.HasRecommend .HistoryList.Inline > li:last-child::before {
    content: none;
}

.SearchSuggestBox.HasRecommend .HistoryList.Inline.Col3 > li {
    width: 33.333%;
}

.SearchSuggestBox.HasRecommend .SeriesList + * {
    margin-top: 20px;
}

.SearchSuggestBox.HasRecommend .SeriesList.Inline {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 20px -24px;
}

.SearchSuggestBox.HasRecommend .SeriesList.Inline > li {
    padding: 20px 0 0 24px;
    border-bottom: 0;
}

.SearchSuggestBox.HasRecommend .SeriesList.Inline.Col3 > li {
    width: 33.333%;
}

.SearchSuggestBox.HasRecommend .SeriesList.Inline.Col4 > li {
    width: 25%;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li .Link {
    display: flex;
    align-items: flex-start;
    width: 100%;
    transition: opacity 0.3s;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li .Item {
    flex: 1;
    order: 2;
    width: 483px;
    margin-right: 16px;
    line-height: 1.5;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li .Item .Title {
    display: inline-block;
    font-size: 14px;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li .Thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    min-width: 67px;
    min-height: 67px;
    margin-right: 14px;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList > li .Thumbnail img {
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList.Inline {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 20px -24px;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList.Inline > li {
    padding: 8px 0 0 24px;
}

.SearchSuggestBox.HasRecommend .RecommendAssetList.Inline.Col3 > li {
    width: 33.333%;
}

#header .SearchSuggestBox.HasRecommend {
    right: 4px;
}

#header .SearchSuggestBox.HasRecommend::before {
    right: 48px;
}

.SearchUtilityBox03 .SearchSuggestBox.HasRecommend {
    left: -394px;
}

.SearchUtilityBox03 .SearchSuggestBox.HasRecommend::before {
    left: 776px;
}

.SearchUtilityBox03 .SearchSuggestBox.HasRecommend .SuggestColumn > .Column:first-child {
    max-width: 940px;
}

.SearchUtilityBox03 .SearchSuggestBox.SearchAllCategory.HasRecommend {
    left: -154px;
}

.SearchUtilityBox03 .SearchSuggestBox.SearchAllCategory.HasRecommend::before {
    left: 536px;
}

@media screen and (max-width: 969px) {
    [data-search-modal=true] {
        background: #fafafa;
    }
}

@media screen and (max-width: 969px) {
    [data-search-modal=true] > *:not(.search-dialogDrilldown-wrapper) {
        visibility: hidden;
        position: fixed;
    }
}

.search-dialogDrilldown-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
}

@media screen and (max-width: 969px) {
    .search-dialogDrilldown-wrapper.IsOpen {
        display: block;
        visibility: visible;
        z-index: 10000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 15px 0;
        padding-right: 12px;
        background: #fafafa;
        opacity: 1;
    }
}

@media screen and (max-width: 969px) {
    body:not([data-search-modal=true]) .search-dialogDrilldown {
        display: none;
    }
}

.search-dialogDrilldown-trigger {
    text-align: left;
}

@media screen and (max-width: 969px) {
    body[data-drilldown-filter-touched=true]:not([data-search-modal=true]) .search-dialogDrilldown-trigger.IsActive {
        -webkit-animation: selected 0.4s 0s ease forwards;
        background-color: #fef3f5;
        animation: selected 0.4s 0s ease forwards;
    }
}

@media screen and (max-width: 969px) {
    .search-dialogDrilldown-heading {
        display: none;
    }
}

.search-dialogDrilldown-spHeading {
    padding-right: 30px;
}

@media screen and (min-width: 970px) {
    .search-dialogDrilldown-spHeading {
        display: none;
    }
}

.search-dialogDrilldown-wrapper.IsOpen .l-sideNavigationFilterConditions__icon {
    transform: translateY(0.15em);
}

.search-dialogDrilldown-wrapper.IsOpen .l-sideNavigationFilterConditions__list .l-sideNavigationFilterConditions__list .l-sideNavigationFilterConditions__list .l-sideNavigationFilterConditions__icon,
.search-dialogDrilldown-wrapper.IsOpen .l-sideNavigationFilterConditions__list[data-list-hierarchy=type] span.l-sideNavigationFilterConditions__icon {
    transform: translateY(0.15em) scale(0.5);
}

@media screen and (max-width: 969px) {
    .search-dialogDrilldown-filterButton.IsActive {
        position: relative;
    }
    .search-dialogDrilldown-filterButton.IsActive::after {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: -1px;
        margin-left: 8px;
        border-radius: 50%;
        background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23ea0437%22%3e%3cpath%20style%3d%22fill%2drule%3aevenodd;clip%2drule%3aevenodd;%22%20d%3d%22M50,100c27%2e61,0,50%2d22%2e39,50%2d50c0%2d27%2e61%2d22%2e39%2d50%2d50%2d50S0,22%2e39,0,50C0,77%2e61,22%2e39,100,50,100z%20M44%2e77,75%2e86L25,55%2e47l5%2e75%2d8%2e77l12%2e47,12%2e86l23%2e22%2d35%2e4L75,29%2e77L44%2e77,75%2e86z%22%2f%3e%3c%2fsvg%3e");
        content: "";
        vertical-align: middle;
    }
}

@media screen and (max-width: 969px) {
    .search-dialogDrilldown-filterConditionsList {
        display: none !important;
    }
}

.search-dialogDrilldown-closeButton {
    display: none;
}

[data-search-modal=true] .search-dialogDrilldown-closeButton {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

@media screen and (max-width: 969px) {
    [data-search-modal=true] [data-list-hierarchy=group] {
        padding-bottom: 20px;
    }
    [data-search-modal=true] [data-list-hierarchy=group][data-filtered=true] {
        padding-bottom: 160px;
    }
}

body:not([data-search-modal=true]) .search-dialogDrilldown-buttonArea {
    display: none !important;
}

@media screen and (max-width: 969px) {
    [data-search-modal=true] .search-dialogDrilldown-buttonArea {
        z-index: 100;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 15px;
    }
    [data-search-modal=true] .search-dialogDrilldown-buttonArea > * {
        margin-top: 0;
    }
    [data-search-modal=true] .search-dialogDrilldown-buttonArea[data-no-results=true] .l-sideNavigationFilterSp__buttonSubmit {
        display: none;
    }
    [data-search-modal=true] .search-dialogDrilldown-buttonArea[data-no-results=true] .l-sideNavigationFilterSp__buttonReset {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}

@-webkit-keyframes selected {
    0% {
        background-color: #ffcece;
    }
    65% {
        background-color: #ffcece;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes selected {
    0% {
        background-color: #ffcece;
    }
    65% {
        background-color: #ffcece;
    }
    100% {
        background-color: #fff;
    }
}