@charset "UTF-8";

/*
 * structure
** ------------------------------------------------------ */
template {
    display: none;
}

#Container input, #Container textarea, #Container select, #Container button {
    font-family: inherit;
}

.SearchInput {
    color: #333 !important;
}

.SearchInput::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}

.SearchInput::placeholder {
    color: #999 !important;
    opacity: 1;
}

#HeaderArea #HeaderSearch {
    box-sizing: border-box;
    width: auto;
    max-width: 242px;
    background: none;
}

#HeaderArea #HeaderSearch #HeaderSearchInner {
    overflow: inherit;
    min-width: inherit;
    background: #fff;
    border-radius: 3px;
}

#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 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#SearchContentWrapper > #main {
    float: none;
    margin: 0;
}

#SearchContentWrapper > #main.right > *:first-child {
    margin-top: inherit;
    padding-top: inherit;
}

#SearchContentWrapper > #side {
    float: none;
    margin: 0;
    padding: 10px;
    background: #f2f2f2;
    border-top: 2px solid #888;
}

#SubContentInner {
    padding: 14px 10px 10px;
}

#SubContentInner > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

/*
 * popup
** ------------------------------------------------------ */
#ContentsArea.Popup {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 50px;
}

.Popup div#PageTitle {
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
}

.Popup div#PageTitle h1 {
    float: left;
    padding: 0 0 0 6px;
    font-size: 1.5em;
    border-left: solid 3px #e60012;
}

.Popup div#PageTitle p#PrintPage {
    float: right;
}

.Popup div#MainContent h2.NormalHeading {
    margin: 0 0 9px;
    padding: 0;
    font-size: 1.16em;
    color: #000;
    line-height: 1.28;
    text-transform: uppercase;
    border-bottom-width: 0;
}

.Popup div#MainContent h2.NormalHeading span.Inner {
    display: inline;
    padding: 0;
    border-left-width: 0;
    zoom: normal;
}

.Popup div#MainContent h3 {
    margin: 0 0 9px;
    padding: 0 0 0 10px;
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    background: url("../../img/common/mkr_blet_l_gray.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Link {
    padding: 0 0 0 8px;
    background: url("../../img/common/mkr_triangle_gray_r.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Blank {
    padding: 0 0 0 13px;
    background: url("../../img/common/icon_blank.png") 0 .4em no-repeat;
}

.Popup div#MainContent h3.Pdf {
    padding: 0 0 0 17px;
    background: url("../../img/common/icon_pdf.png") 0 .15em no-repeat;
}

.Popup div#MainContent p.CloseWindow {
    margin: 0 0 10px;
    font-size: .91em;
    text-align: center;
}

.Popup div#MainContent p.CloseWindow a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: #666;
    text-decoration: none;
    background: url("../../img/common/mkr_crossmark_close.png") 0 50% no-repeat;
}

.Popup div#MainContent p.CloseWindow a:hover, .Popup div#MainContent p.CloseWindow a:focus {
    text-decoration: underline;
}

.Popup div#MigrateContentWrap dt {
    clear: left;
    font-weight: bold;
}

.Popup div#MigrateContentWrap dt.line {
    float: left;
    width: 100px;
    margin-bottom: 8px;
}

.Popup div#MigrateContentWrap dd {
    margin-bottom: 8px;
    margin-left: 12px;
    padding-left: 0;
}

.Popup div#MigrateContentWrap ol {
    margin: 0 0 0 2em;
    padding: 0;
}

.Popup div#MigrateContentWrap ol.parent li {
    list-style-position: inside;
}

.Popup div#MigrateContentWrap ol.node {
    margin-bottom: 1.4em;
    margin-left: 2.5em;
}

.Popup div#MigrateContentWrap ol.node li {
    position: relative;
    margin-bottom: .3em;
    list-style: none outside none;
}

.Popup div#MigrateContentWrap ol.node li span {
    position: absolute;
    top: 0;
    left: -1.7em;
}

.Popup div#MigrateContentWrap table td {
    padding: 0 0 10px;
}

.Popup div#MigrateContentWrap table, .Popup div#MigrateContentWrap table tr, .Popup div#MigrateContentWrap table td {
    margin: 0;
    padding: 0;
    border: medium none;
}

.Popup div#MigrateContentWrap p.subTitle {
    padding: 7px 0 7px 10px;
    font-weight: bold;
    background-color: #dcdcdc;
}

.Popup div#PageTitle {
    width: auto;
}

.Popup div#MigrateContentWrap table td li {
    margin-top: 10px !important;
}

.Popup div#MigrateContentWrap p.ksDl {
    margin-top: 10px !important;
}

.Popup div#MigrateContentWrap table.ksdlTbl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.Popup div#MigrateContentWrap table.ksdlTbl td {
    padding: 0 0 5px 0 !important;
}

.Popup div#MigrateContentWrap h5 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.Popup div#MigrateContentWrap h5.fst {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.Popup div#MigrateContentWrap p.ksClBt {
    margin-bottom: 20px !important;
}

/*
 * drilldown
** ------------------------------------------------------ */
.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 {
    overflow: hidden;
    color: #06c;
    text-align: left;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: none;
    border: 0;
    cursor: pointer;
    transition: opacity .3;
}

#Container .DrillDownNav .Group li .Name {
    color: #1a5c9a;
}

.DrillDownNav .Group li .Name:hover, .DrillDownNav .Group li .Name:active, .DrillDownNav .Group li .Name:focus {
    opacity: .7;
}

.DrillDownNav .Group li .Count {
    color: #333;
    opacity: 1;
}

.DrillDownNav .Group li > ul {
    display: none;
}

.DrillDownNav .Group li.IsOpen > ul {
    display: block;
}

.DrillDownNav .Group > li > .Name {
    max-width: 172px;
}

#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 {
    position: relative;
    display: inline-block;
    max-width: 153px;
    padding-left: 10px;
    color: #06c;
    line-height: 1.5;
    background: none;
}

#SubContent .DrillDownNav .Series .Name {
    padding-left: 10px;
}

.DrillDownNav .Series .Name::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

.DrillDownNav .Group .IsCurrent .Name {
    font-weight: bold;
    color: #06c;
}

.DrillDownNav .Group .Switch {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    font-size: 0;
    background: #888;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

.DrillDownNav .Group .Switch::before {
    position: absolute;
    top: 2px;
    left: 6px;
    display: block;
    width: 1px;
    height: 9px;
    background: #fff;
    content: "";
}

.DrillDownNav .Group .Switch::after {
    position: absolute;
    top: 6px;
    left: 2px;
    display: block;
    width: 9px;
    height: 1px;
    background: #fff;
    content: "";
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] {
    display: none;
    pointer-events: none;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    position: relative;
    display: inline-block;
    margin-left: -13px;
    padding-left: 10px;
    color: #06c;
    line-height: 1.5;
    background: none;
}

#SubContent .DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name {
    padding-left: 10px;
}

.DrillDownNav .Group .IsOpen > .Switch[disabled] + .Name::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #6b6f72;
    content: "";
}

.DrillDownNav .Group .IsOpen > .Switch[disabled]::after {
    content: none;
}

.DrillDownNav .Group .IsOpen > .Switch::before {
    content: none;
}

/*
 * heading
** ------------------------------------------------------ */
.SearchHeadingLv1 {
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 2px solid #999;
}

.SearchHeadingLv2 {
    margin-top: 28px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #999;
}

#Container .SearchHeadingLv2 {
    position: relative;
    padding-left: 9px;
    font-size: 16px;
}

#Container .SearchHeadingLv2::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: calc(100% - 8px);
    background: #e60012;
    content: "";
}

#Container .SearchHeadingLv2 em {
    color: #333;
}

.SearchSideHeading {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #999;
}

/*
 * tab
** ------------------------------------------------------ */
#ContentsArea #Container .TabNav.Top {
    margin-bottom: 30px;
}

.SearchTabList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 58px;
    border-bottom: 1px solid #999;
}

.SearchTabList.Stretch {
    padding: 0;
}

* + .SearchTabList {
    margin-top: 30px;
}

.SearchTabList > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
    text-align: center;
}

.SearchTabList > li:first-child {
    margin-left: 0;
}

.SearchTabList > li.Doc + .Doc {
    margin-left: 5px;
}

.SearchTabList > li.IsActive > a {
    position: relative;
    padding: 7px 5px 6px;
    font-size: 13px;
    color: #d00202;
    background: #fff;
}

.SearchTabList > li.IsActive > a::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    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 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 5px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    background: #e1e1e1;
    border: 1px solid #999;
    border-bottom: 0;
    transition: opacity .3s;
}

.SearchTabList > li > a:hover, .SearchTabList > li > a:active, .SearchTabList > li > a:focus {
    color: #333;
    text-decoration: none;
    opacity: .7;
}

#ContentsArea .SearchTabList {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

#ContentsArea .SearchTabList > li {
    -ms-flex: none;
    flex: none;
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
}

#ContentsArea .SearchTabList > li.IsActive a {
    font-size: 14px;
    color: #e10012;
}

#ContentsArea .SearchTabList > li:first-child {
    margin-left: 0;
}

#Downloads #ContentsArea .SearchTabList > li {
    min-width: 120px;
}

#ContentsArea .SearchTabList > li > a {
    padding: 7px 20px 5px;
}

/*
 * list
** ------------------------------------------------------ */
.SearchLinkList01 {
    margin-bottom: 16px;
    list-style: none;
}

#Container .SearchLinkList01 {
    margin-bottom: 0;
}

.SearchLinkList01.Inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -4px -12px;
}

#Container .SearchLinkList01.Inline {
    margin: 0 0 -4px -12px;
}

.SearchLinkList01.Inline > li {
    margin: 0 0 4px 12px;
}

#Container .SearchLinkList01.Inline > li {
    margin: 0 0 4px 12px;
}

.SearchLinkList01.Right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.SearchLinkList01.Col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

#Container .SearchLinkList01.Col2 {
    margin-left: -10px;
}

.SearchLinkList01.Col2 > li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
}

#Container .SearchLinkList01.Col2 > li {
    padding-left: 10px;
}

.SearchLinkList01.IsHidden {
    display: none;
}

.DrillDownNav .SearchLinkList01 {
    margin-top: 10px;
}

#Container .SearchLinkList01 > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchLinkList01 > li > a, .SearchLinkList01 > li > button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    font-size: 12px;
    color: #06c;
    line-height: 1.4;
    background: none;
    border: 0;
    cursor: pointer;
    transition: opacity .3s;
}

#Container .SearchLinkList01 > li > a, #Container
.SearchLinkList01 > li > button {
    padding-left: 10px;
    color: #1a5c9a;
}

.SearchLinkList01 > li > a:hover, .SearchLinkList01 > li > a:active, .SearchLinkList01 > li > a:focus, .SearchLinkList01 > li > button:hover, .SearchLinkList01 > li > button:active, .SearchLinkList01 > li > button:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchLinkList01 > li > a:hover, #Container .SearchLinkList01 > li > a:active, #Container .SearchLinkList01 > li > a:focus, #Container
.SearchLinkList01 > li > button:hover, #Container
.SearchLinkList01 > li > button:active, #Container
.SearchLinkList01 > li > button:focus {
    color: #3285d3;
    text-decoration: underline;
    opacity: 1;
}

.SearchUtilityBox01 .SearchLinkList01 > li > a, .SearchSeriesList .SearchLinkList01 > li > a, .SearchUtilityBox01
.SearchLinkList01 > li > button, .SearchSeriesList
.SearchLinkList01 > li > button {
    font-size: 11px;
}

.SearchLinkList01 > li > a::before, .SearchLinkList01 > li > button::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 4px;
    height: 6px;
    background: url(/img/elements/icon_arrow_red01.gif) no-repeat left center;
    content: "";
}

#Container .SearchLinkList01 > li > a::before, #Container
.SearchLinkList01 > li > button::before {
    width: auto;
    height: auto;
    background: none;
    border-width: 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #75777c;
}

.SearchPageList01 {
    margin-bottom: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    list-style: none;
}

#Container .SearchPageList01 {
    margin-bottom: 16px;
}

.SearchPageList01 > li {
    padding: 15px 0;
    line-height: 1.8;
    border-bottom: 1px dashed #ccc;
    outline: none;
    animation: display1 .2s linear;
}

#Container .SearchPageList01 > li {
    margin-bottom: 0;
    padding: 15px 0;
    background: none;
}

.SearchPageList01 > li.IsHidden {
    display: none;
}

.SearchPageList01 > li:first-child {
    padding-top: 0;
}

.SearchPageList01 > li .Title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

#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 {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchPageList01 > li .Title::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

#main .SearchPageList01 > li .Description {
    margin: 0 0 5px;
    font-size: 12px;
}

#Container .SearchPageList01 > li .Description {
    margin-bottom: 5px;
}

.SearchPageList01 > li .Url {
    font-size: 12px;
}

#Container .SearchPageList01 > li .Url {
    font-style: italic;
}

/*
 * box
** ------------------------------------------------------ */
.SearchUtilityBox01 {
    padding: 10px 20px;
    background: #f2f2f2;
}

.SearchUtilityBox01 + #PageBottomContent {
    margin-top: 40px;
}

#Container .SearchUtilityBox01 > dl {
    margin-bottom: 0;
}

.SearchUtilityBox01 > dl > dt {
    font-weight: bold;
    font-size: 12px;
}

#Container .SearchUtilityBox01 > dl > dt {
    margin-top: 3px;
    margin-bottom: 5px;
}

.SearchUtilityBox02 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    padding: 10px !important;
    background: #e1e1e1;
}

.SearchUtilityBox02.HasSearchSuggest {
    position: relative;
}

.SearchUtilityBox02 .InputArea {
    width: 400px;
    margin-right: 10px;
}

.SearchUtilityBox02 .InputArea input {
    width: 100%;
    padding: 6px 8px;
    line-height: 1.5;
    background: #fff;
    border: 0;
    border-radius: 2px;
}

#Container .SearchUtilityBox02 .InputArea input {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
}

.SearchUtilityBox02 .BtnArea {
    display: -ms-flexbox;
    display: flex;
}

.SearchUtilityBox02 .BtnArea button {
    position: relative;
    display: block;
    padding: 2px 20px 2px 7px;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #888;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchUtilityBox02 .BtnArea button:hover, .SearchUtilityBox02 .BtnArea button:active, .SearchUtilityBox02 .BtnArea button:focus {
    opacity: .7;
}

.SearchUtilityBox02 .BtnArea button::before, .SearchUtilityBox02 .BtnArea button::after {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transform: translateY(-50%);
}

.SearchUtilityBox02 .BtnArea button::after {
    right: 5px;
    border-color: transparent transparent transparent #888;
}

/*
 * search results
** ------------------------------------------------------ */
.SearchResultUtilityGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-right: 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}

#main .SearchResultUtilityGroup .ResultTxt {
    margin-top: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt {
    margin-bottom: 0;
}

#Container .SearchResultUtilityGroup .ResultTxt > span {
    margin-right: 5px;
}

.SearchResultUtilityGroup .ViewList {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #999;
    border-radius: 2px;
}

#Container .SearchResultUtilityGroup .ViewList {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .ViewList > li.IsActive button {
    background: #e1e1e1;
    box-shadow: 2px 2px 6px rgba(51, 51, 51, .3) inset;
}

.SearchResultUtilityGroup .ViewList > li button {
    display: block;
    padding: 5px;
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: background .2s;
}

#Container .SearchResultUtilityGroup .ViewList > li {
    margin: 0;
    padding: 0;
    background: none;
}

.SearchResultUtilityGroup .FilterGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.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 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 22px;
    font-size: 12px;
    cursor: pointer;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

.SearchResultUtilityGroup .FilterGroup .Discontinued input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

.SearchResultUtilityGroup .SelectTypes {
    position: relative;
    min-width: 150px;
}

.DownloadListClose .SearchResultUtilityGroup .SelectTypes.IsOpen, .DownloadListOpen .SearchResultUtilityGroup .SelectTypes.IsOpen {
    z-index: 1000;
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook {
    background: #e1e1e1;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    opacity: 1;
    transition: none;
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesHook::after {
    margin-top: -10px;
    transform: rotate(180deg);
}

.SearchResultUtilityGroup .SelectTypes.IsOpen .SelectTypesBox {
    display: block;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    position: relative;
    overflow: visible;
    width: 100%;
    min-height: 33px;
    padding: 6px 27px 5px 27px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook {
    min-width: 180px;
    padding: 6px 22px 5px;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook::after {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    margin: 2px 0 0 6px;
    vertical-align: middle;
    border-width: 7px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    content: "";
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    position: absolute;
    top: -8px;
    right: -8px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #d00202;
    border-radius: 50%;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength {
    background: #e60012;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesHook .SelectTypesLength.IsHidden {
    display: none;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 150px;
    text-align: center;
    background: #fff;
    transition: height .2s ease-out;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner {
    padding: 10px;
    border: 1px solid #999;
    border-top: 0;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li {
    padding: 0;
    line-height: 1.9;
    background: none;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li:last-child {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBoxInner > ul > li li:last-child {
    margin-bottom: 0;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li {
    text-align: left;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li label {
    position: relative;
    display: block;
    padding-left: 22px;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span {
    display: block;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox li select {
    display: block;
    width: calc(100% - 22px);
    margin-left: 22px;
    font-size: 12px;
}

#Container .SearchResultUtilityGroup .SelectTypes .SelectTypesBox li select {
    min-height: 22px;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn {
    margin-top: 10px;
    padding: 2px 7px;
    color: #fff;
    background: #888;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:hover, .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:active, .SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:focus {
    opacity: .7;
}

.SearchResultUtilityGroup .SelectTypes .SelectTypesBox .SelectTypesBtn:disabled {
    color: #666;
    background: #e5e5e5;
    opacity: 1;
}

.SearchDownloadNotes {
    position: relative;
    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::before {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin: -3px 5px 0 -20px;
    vertical-align: middle;
    background: url(/img/search/icon_key_01.png) no-repeat;
    content: "";
}

.SearchHr {
    margin-top: 60px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.SearchDownloadList {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.SearchResultUtilityGroup + .SearchDownloadList {
    margin-top: 20px;
}

#Container .SearchResultUtilityGroup + .SearchDownloadList {
    margin-top: 20px;
}

.SearchDownloadList + * {
    margin-top: 16px;
}

#Container .SearchDownloadList + * {
    margin-top: 16px;
}

.SearchDownloadList[data-view="Grid"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -10px;
}

#Container .SearchDownloadList[data-view="Grid"] {
    margin-bottom: -30px;
    margin-left: -10px;
}

.SearchDownloadList[data-view="Grid"].Col2 > li {
    -ms-flex-align: end;
    align-items: flex-end;
    width: 50%;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .DownloadGroup {
    -ms-flex-direction: row;
    flex-direction: row;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .DownloadGroup .Item {
    -ms-flex: 1;
    flex: 1;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 15px;
}

.SearchDownloadList[data-view="Grid"].Col2 > li .BtnGroup {
    width: auto;
}

.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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    border: 0;
}

.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;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 12px 9px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: box-shadow .2s .1s, background .2s .1s, border .2s .1s;
}

.SearchDownloadList[data-view="Grid"] .DownloadGroup:hover, .SearchDownloadList[data-view="Grid"] .DownloadGroup:active, .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus {
    color: #06c;
    text-decoration: none;
    background: #fff5f5;
    border-color: #ff7a7a;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    opacity: inherit;
}

#Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:hover, #Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:active, #Container .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus {
    color: #1a5c9a;
}

.SearchDownloadList[data-view="Grid"] .DownloadGroup:hover .ThumbnailWrapper .Thumbnail, .SearchDownloadList[data-view="Grid"] .DownloadGroup:active .ThumbnailWrapper .Thumbnail, .SearchDownloadList[data-view="Grid"] .DownloadGroup:focus .ThumbnailWrapper .Thumbnail {
    transform: scale(1.057);
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 92px;
    margin-right: 0;
    margin-bottom: 6px;
    text-align: center;
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper .Thumbnail {
    border: 1px solid #dfdfdf;
    transition: transform .15s .1s;
    transform: scale(1);
}

.SearchDownloadList[data-view="Grid"] .ThumbnailWrapper .Thumbnail img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    transform: scale(1);
}

.SearchDownloadList[data-view="Grid"] .IconGroup {
    position: static;
    margin-bottom: 5px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup > * {
    margin-right: 6px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup > *:last-child {
    margin-right: 0;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconLang {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconLang.case2 {
    display: block;
    padding-right: 6px;
    padding-left: 6px;
}

.SearchDownloadList[data-view="Grid"] .IconGroup .IconKey {
    position: absolute;
    top: 12px;
    right: 9px;
    left: inherit;
    margin-top: 0;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup {
    position: relative;
    padding-left: 27px;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup::before, .SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: #d00202;
    border-radius: 2px;
    content: "";
}

#Container .SearchDownloadList[data-view="Grid"] .TitleGroup::before, #Container .SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    background-color: #e60012;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup::after {
    top: 7px;
    left: 3px;
    width: 15px;
    height: 13px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    border-radius: 0;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup .Lang {
    display: block;
    font-size: 11px;
    color: #333;
}

.SearchDownloadList[data-view="Grid"] .TitleGroup .Lang.case2 {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup > * + * {
    margin-top: 0;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchDownloadBtn {
    display: none;
    border-radius: 0;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn {
    overflow: visible;
    margin-top: 10px;
    border-radius: 0;
    cursor: pointer;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:hover .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:active .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn:focus .SearchAddBtnInner > span::after {
    border-color: transparent transparent #fff5f5 transparent;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled], .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled {
    border-radius: 2px;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner > span::after, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner > span::after {
    display: none;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span {
    display: block;
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::before, .SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
    position: absolute;
    top: -20px;
    right: 18px;
    display: block;
    border-width: 9px 5px;
    border-style: solid;
    border-color: transparent transparent #eaeaea transparent;
    content: "";
}

.SearchDownloadList[data-view="Grid"] .BtnGroup .SearchAddBtn .SearchAddBtnInner > span::after {
    top: -16px;
    border-color: transparent transparent #fff transparent;
    transition: border-color .2s;
}

.SearchDownloadList[data-view="List"] > li .ThumbnailWrapper {
    min-width: 92px;
    margin-right: 20px;
    text-align: center;
}

.SearchDownloadList > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    outline: none;
    animation: display1 .2s linear forwards;
}

.gtie9 .SearchDownloadList > li {
    animation: none;
}

#Container .SearchDownloadList > li {
    margin-bottom: 0;
    padding: 20px 0;
    background: none;
}

.SearchDownloadList > li.IsHidden {
    display: none;
}

.SearchDownloadList > li:first-child {
    border-top: 1px dashed #ccc;
}

@keyframes display1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.SearchDownloadList .DownloadGroup {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-right: 20px;
    border: 1px solid transparent;
    transition: inherit;
}

.SearchDownloadList a.DownloadGroup {
    transition: opacity .3s;
}

.SearchDownloadList a.DownloadGroup:hover, .SearchDownloadList a.DownloadGroup:active, .SearchDownloadList a.DownloadGroup:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList a.DownloadGroup:hover, #Container .SearchDownloadList a.DownloadGroup:active, #Container .SearchDownloadList a.DownloadGroup:focus {
    color: #e60012;
}

.SearchDownloadList .ThumbnailWrapper {
    margin-right: 40px;
}

.SearchDownloadList .ThumbnailWrapper .Thumbnail img {
    border: 1px solid #dfdfdf;
}

.SearchDownloadList .ThumbnailWrapper .ThumbnailLink {
    transition: opacity .3s;
}

.SearchDownloadList .ThumbnailWrapper .ThumbnailLink:hover, .SearchDownloadList .ThumbnailWrapper .ThumbnailLink:active, .SearchDownloadList .ThumbnailWrapper .ThumbnailLink:focus {
    opacity: .7;
}

.SearchDownloadList .ThumbnailWrapper .IconKey {
    display: none;
}

.SearchDownloadList .ThumbnailWrapper .IconKey:empty {
    display: none;
}

.SearchDownloadList .IconGroup {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.SearchDownloadList .IconGroup > * {
    margin-right: 10px;
}

.SearchDownloadList .IconGroup > *:last-child {
    margin-right: 0;
}

.SearchDownloadList .IconGroup .IconNew {
    padding: 3px 6px 2px;
    font-size: 12px;
    color: #d00202;
    line-height: 1.1;
    background: #fff;
    border: 1px solid #d00202;
}

.SearchDownloadList .IconGroup .IconNew:empty {
    display: none;
}

.SearchDownloadList .IconGroup .IconLang {
    display: none;
    padding: 4px 28px 3px;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
    background: #9e9e9e;
}

.SearchDownloadList .IconGroup .IconKey {
    position: absolute;
    top: 0;
    left: -31px;
    margin-top: 0;
}

.SearchDownloadList .IconGroup .IconKey:empty {
    display: none;
}

.SearchDownloadList .TitleGroup {
    max-width: 414px;
    font-size: 12px;
    line-height: 1.5;
}

.SearchDownloadList .TitleGroup .Title {
    font-size: 16px;
    line-height: 1.33;
}

.SearchDownloadList .TitleGroup .TitleLink {
    transition: opacity .3s;
}

.SearchDownloadList .TitleGroup .TitleLink:hover, .SearchDownloadList .TitleGroup .TitleLink:active, .SearchDownloadList .TitleGroup .TitleLink:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

.SearchDownloadList .TitleGroup .FileInfo {
    font-size: 11px;
    color: #333;
}

.SearchDownloadList .TitleGroup .Lang {
    color: #333;
}

.SearchDownloadList .TitleGroup .OS, .SearchDownloadList .TitleGroup .Version, .SearchDownloadList .TitleGroup .UpdateDate {
    color: #333;
}

.SearchDownloadList .TitleGroup .Description {
    margin-top: 10px;
}

.SearchDownloadList .TitleGroup .DescriptionLink {
    position: relative;
    overflow: hidden;
    padding: 2px 22px 1px 8px;
    color: #333;
    background: #fff;
    border: #999 1px solid;
    border-radius: 2px;
    transition: opacity .3s;
}

.SearchDownloadList .TitleGroup .DescriptionLink:hover, .SearchDownloadList .TitleGroup .DescriptionLink:active, .SearchDownloadList .TitleGroup .DescriptionLink:focus {
    color: #333;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList .TitleGroup .DescriptionLink {
    padding: 4px 22px 4px 8px;
}

.SearchDownloadList .TitleGroup .DescriptionLink::before {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    border-width: 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    content: "";
}

.SearchDownloadList .BtnGroup {
    min-width: 174px;
    max-width: 174px;
}

.SearchDownloadList .BtnGroup > * + * {
    margin-top: 10px;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn {
    position: relative;
    display: block;
    padding: 9px 10px 8px 30px;
    font-size: 11px;
    color: #fff;
    line-height: 1.6;
    background: #d00202;
    border-radius: 2px;
    transition: opacity .3s;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn:hover, .SearchDownloadList .BtnGroup .SearchDownloadBtn:active, .SearchDownloadList .BtnGroup .SearchDownloadBtn:focus {
    text-decoration: none;
    opacity: .7;
}

#Container .SearchDownloadList .BtnGroup .SearchDownloadBtn {
    padding-left: 33px;
    font-size: 13px;
    background: #e60012;
}

.SearchDownloadList .BtnGroup .SearchDownloadBtn::before {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn {
    position: relative;
    display: block;
    width: 100%;
    padding: 7px 8px 6px 28px;
    font-size: 11px;
    color: #333;
    text-align: left;
    line-height: 1.6;
    background: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s .1s;
}

.SearchDownloadList .BtnGroup .SearchAddBtn.IsWaiting {
    cursor: default;
    pointer-events: none;
}

.SearchDownloadList .BtnGroup .SearchAddBtn:hover, .SearchDownloadList .BtnGroup .SearchAddBtn:active, .SearchDownloadList .BtnGroup .SearchAddBtn:focus {
    background: #fff5f5;
    opacity: 1;
}

#Container .SearchDownloadList .BtnGroup .SearchAddBtn {
    padding-left: 32px;
    font-size: 13px;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled], .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled {
    color: #666;
    background: #e5e5e5;
    cursor: inherit;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:hover, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:active, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled]:focus, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:hover, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:active, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled:focus {
    background: #e5e5e5;
    opacity: inherit;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled]::before, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled::before {
    background: #9e9e9e;
}

.SearchDownloadList .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn[disabled] > .SearchAddBtnInner::after, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn.Disabled > .SearchAddBtnInner::after {
    background: #e5e5e5;
}

.SearchDownloadList .BtnGroup .SearchAddBtn::before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 18px;
    height: 18px;
    background: #ffe2e2;
    border-radius: 2px;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner {
    display: block;
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::before, .SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    width: 12px;
    height: 2px;
    background: #d00202;
    content: "";
    transform: translateY(-50%);
}

.SearchDownloadList .BtnGroup .SearchAddBtn > .SearchAddBtnInner::after {
    left: 14px;
    width: 2px;
    height: 12px;
}

.SearchMoreBtnWrapper {
    margin-bottom: 60px;
    text-align: center;
}

.SearchMoreBtnWrapper.IsHidden {
    display: none;
}

#main .SearchMoreBtnWrapper {
    margin-top: 40px;
}

.SearchMoreBtnWrapper + * {
    margin-top: 16px;
}

#Container .SearchMoreBtnWrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

#Container .SearchMoreBtnWrapper + .TabNav.Bottom, #Container .SearchMoreBtnWrapper + * + .TabNav.Bottom {
    margin-top: 40px;
}

.SearchMoreBtnWrapper .SearchMoreBtn {
    position: relative;
    display: inline-block;
    padding: 15px 54px;
    font-size: 13px;
    line-height: 1.5;
    background: #f9f9f9;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity .3s;
}

.SearchMoreBtnWrapper .SearchMoreBtn:hover, .SearchMoreBtnWrapper .SearchMoreBtn:active, .SearchMoreBtnWrapper .SearchMoreBtn:focus {
    opacity: .7;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad2::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    margin-left: 10px;
    vertical-align: middle;
    border: 2px solid;
    border-left: 1px solid transparent;
    border-radius: 50%;
    content: "";
    animation: loading 1.5s linear infinite;
}

.SearchMoreBtnWrapper .SearchMoreBtn.IsLoad::after {
    display: inline-block;
    width: 3px;
    height: 3px;
    color: #000;
    border-radius: 50%;
    content: "";
    transform: translateZ(0);
    animation: loading2 .8s infinite ease;
}

@keyframes loading {
    0% {
    }
    50% {
        opacity: .6;
    }
    100% {
        opacity: .3;
        transform: rotate(1080deg);
        transform-origin: 50% 50%;
    }
}

@keyframes loading2 {
    0%, 100% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .3), 1em 0 0 0 rgba(0, 0, 0, .5), 1.5em 0 0 0 rgba(0, 0, 0, .8);
    }
    33.3% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .8), 1em 0 0 0 rgba(0, 0, 0, .3), 1.5em 0 0 0 rgba(0, 0, 0, .5);
    }
    66.6% {
        box-shadow: .5em 0 0 0 rgba(0, 0, 0, .5), 1em 0 0 0 rgba(0, 0, 0, .8), 1.5em 0 0 0 rgba(0, 0, 0, .3);
    }
}

.SearchSeriesList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-left: -40px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

#Container .SearchSeriesList {
    margin-bottom: 16px;
    margin-left: -40px;
}

.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 {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 20px 0 30px;
    border-bottom: 1px dotted #ccc;
    outline: none;
    animation: display1 .2s linear forwards;
}

.gtie9 .SearchSeriesList > li {
    animation: none;
}

#Container .SearchSeriesList > li {
    margin-left: 40px;
    padding: 20px 0 30px;
    background: none;
}

.SearchSeriesList > li.IsHidden {
    display: none;
}

.SearchSeriesList > li .Products {
    -ms-flex-order: 2;
    order: 2;
    width: 473px;
    margin-right: 16px;
}

#Container .SearchSeriesList > li .Products {
    width: 458px;
}

.SearchSeriesList > li .Products .Series {
    display: inline-block;
    transition: opacity .3s;
}

.SearchSeriesList > li .Products .Series:hover, .SearchSeriesList > li .Products .Series:active, .SearchSeriesList > li .Products .Series:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

#Container .SearchSeriesList > li .Products .Series:hover, #Container .SearchSeriesList > li .Products .Series:active, #Container .SearchSeriesList > li .Products .Series:focus {
    color: #e60012;
}

.SearchSeriesList > li .Products .Series .CommonName {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

#Container .SearchSeriesList > li .Products .Series .CommonName {
    margin-bottom: 3px;
    padding-left: 11px;
    font-size: 15px;
}

#Container .SearchSeriesList > li .Products .Series .CommonName::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchSeriesList > li .Products .Series .CommonName::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.SearchSeriesList > li .Products .Series .Name {
    font-size: 13px;
}

#Container .SearchSeriesList > li .Products .Series .Name {
    padding-left: 11px;
    font-size: 14px;
}

.SearchSeriesList > li .Products .Description {
    margin-top: 3px;
    font-size: 13px;
}

.SearchSeriesList > li .LinkGroup {
    -ms-flex-order: 3;
    order: 3;
    width: 125px;
}

#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 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .3);
    content: "";
}

.SearchSeriesList > li .LinkGroup .DownloadBtn {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 8px 16px 8px 35px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    background: #d00202;
    border-radius: 2px;
    transition: opacity .3s;
}

#Container .SearchSeriesList > li .LinkGroup .DownloadBtn {
    font-weight: normal;
    background: #e60012;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn:hover, .SearchSeriesList > li .LinkGroup .DownloadBtn:active, .SearchSeriesList > li .LinkGroup .DownloadBtn:focus {
    text-decoration: none;
    opacity: .7;
}

.SearchSeriesList > li .LinkGroup .DownloadBtn::before {
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

.SearchSeriesList > li .Thumbnail {
    -ms-flex-order: 1;
    order: 1;
    width: 92px;
    min-height: 92px;
    margin-right: 14px;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink {
    transition: opacity .3s;
}

.SearchSeriesList > li .Thumbnail .ThumbnailLink:hover, .SearchSeriesList > li .Thumbnail .ThumbnailLink:active, .SearchSeriesList > li .Thumbnail .ThumbnailLink:focus {
    opacity: .7;
}

.SearchSeriesList > li .Thumbnail img {
    border: #ddd solid 1px;
}

.SearchDownloadList[data-view="Grid"][data-filter="all"] > li:nth-child(n + 6) {
    display: none;
}

.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: -ms-flexbox;
    display: flex;
}

.search-bx-wrapper .bx-controls {
    margin-top: 20px;
}

.search-bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    bottom: -30px;
    z-index: 300;
    width: 100%;
    text-align: center;
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    background: #ccc;
    border-radius: 20px;
}

.search-bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: #c00;
}

.search-bx-wrapper .bx-controls .bx-controls-direction {
    width: 100%;
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev, .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 28px;
    height: 48px;
    text-indent: -999em;
    background: #888;
    transform: translateY(-50%);
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-left: -3px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #fff;
    border-left: none;
    content: "";
}

.search-bx-wrapper .bx-controls .bx-controls-direction .bx-prev::after, .search-bx-wrapper .bx-controls .bx-controls-direction .bx-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #888;
    border-left: none;
    content: "";
}

/*
 * cart
** ------------------------------------------------------ */
#DownloadListOpenerWrapper {
    position: fixed;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 500;
    display: none;
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    text-align: right;
    pointer-events: none;
}

#DownloadListOpenerWrapper #DownloadListOpener {
    width: 105px;
    height: 105px;
    padding: 10px;
    color: #fff;
    line-height: 1.5;
    background: #d00202;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: opacity .3s;
    pointer-events: auto;
}

.TypeGlobal #DownloadListOpenerWrapper #DownloadListOpener {
    width: 120px;
    height: 120px;
    font-family: inherit;
    background: #e60012;
}

#DownloadListOpenerWrapper #DownloadListOpener:hover, #DownloadListOpenerWrapper #DownloadListOpener:active, #DownloadListOpenerWrapper #DownloadListOpener:focus {
    opacity: .7;
}

#DownloadListOpenerWrapper #DownloadListOpener > span {
    display: block;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerAmountCount {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerAmountCount em {
    font-style: normal;
    font-size: 20px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerSelectedText {
    position: relative;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerSelectedText::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background: #fff;
    content: "";
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerText {
    position: relative;
    margin-top: 5px;
    font-size: 12px;
}

#DownloadListOpenerWrapper #DownloadListOpener #DownloadListOpenerText::before {
    display: inline-block;
    margin: -10px 4px 0 0;
    vertical-align: middle;
    border-width: 6px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
}

div#DownloadList {
    position: fixed;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 500;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 956px;
    margin: 0 auto;
    padding: 8px 25px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

div#DownloadList::before {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    border: 1px solid #d00202;
    border-radius: 2px;
    content: "";
}

div#DownloadList div#DownloadListTitleWrap {
    margin-bottom: 18px;
    padding: 10px 0 5px;
    border-top: 0;
    border-bottom: 1px solid #999;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle {
    width: 100%;
    margin: 0 auto;
    background: none;
    border-top: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: auto;
    padding: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle #DownloadListTitleInner .Title {
    display: block;
    float: none;
    margin-right: 28px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol {
    position: static;
    float: none;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation {
    float: none;
    margin: 0;
    padding: 0;
    color: #333;
    border: 0;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em {
    margin-left: 5px;
    font-weight: bold;
    font-style: normal;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListAmountCount {
    font-weight: bold;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation em #DownloadListTotalFileSize {
    font-weight: bold;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li {
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li:last-child {
    margin-left: 14px;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol .DownloadItemInformation li:last-child em {
    color: #333;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.3;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton::before {
    position: absolute;
    top: 2px;
    left: -6px;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #999;
    content: "";
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a {
    position: relative;
    padding-right: 0;
    padding-left: 12px;
    font-size: 14px;
    color: #06c;
    background: none;
    transition: opacity .3s;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a {
    color: #1a5c9a;
}

.TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, .TypeGlobal div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    left: 0 !important;
    width: 2px !important;
    background: #9d9d9d !important;
}

div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:hover, div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:active, div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a:focus {
    text-decoration: none;
    opacity: .7;
}

body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 1px;
    height: 10px;
    margin: 0;
    background: #06c;
    border: 0;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

body.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after, body#Downloads.DownloadListOpen div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    transform: translateY(-50%) rotate(-45deg);
}

body.DownloadListClose div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::before, body.DownloadListClose div#DownloadList div#DownloadListTitleWrap #DownloadListTitle .InformationCol #DownloadListTitleButton a::after {
    display: none;
}

div#DownloadList div#DownloadListErrorMessage {
    background: #ffffae;
}

#DownloadListWrapper.TypeGlobal div#DownloadList div#DownloadListErrorMessage {
    background-color: #ffe5e6;
    border-bottom: solid 1px #e89396;
}

div#DownloadList div#DownloadListErrorMessage div#DownloadListErrorMessageInner {
    width: auto;
    padding: 8px;
}

div#DownloadList div#DownloadListContent {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
    background: none;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
}

div#DownloadList div#DownloadListContent div#DownloadListContentInner::after {
    display: none;
}

div#DownloadList div#DownloadListContent div.ItemCol {
    float: none;
    width: 760px;
    min-height: inherit;
    padding: 0;
    background: none;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic {
    position: relative;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 61px;
    height: 72px;
    margin: 0 5px;
    padding: 5px 10px 0 0;
    text-align: left;
    line-height: inherit;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap {
    position: relative;
    display: inline-block;
    border: 1px solid #cbcbcb;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap img {
    width: 100%;
    border: 0;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/search/icon_delete_01.png) no-repeat;
    transition: opacity .3s;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:hover, div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:active, div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic ul.ImageList li .DeleteButtonWrap .DeleteButton img {
    display: none;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-container {
    padding: 0 27px;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-clip {
    overflow: hidden;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url(/img/search/dl_bundle_thumbnail_back_01.png) no-repeat center left;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.ItemCol .jcarousel-skin-basic .jcarousel-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    background: url(/img/search/dl_bundle_thumbnail_next_01.png) no-repeat center left;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem {
    float: none;
    margin-top: 10px;
    margin-left: 32px;
    background: 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;
    overflow: visible;
    width: auto;
    height: auto;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.3;
    text-indent: inherit;
    background: url(/img/search/icon_delete_01.png) no-repeat 0 .1em;
    transition: opacity .3s;
}

div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:hover, div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:active, div#DownloadList div#DownloadListContent div.ItemCol ul.DeleteAllItem a:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol {
    float: none;
    width: 126px;
    min-height: inherit;
    margin-top: 0;
    padding: 0;
    background: none;
}

.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 {
    overflow: hidden;
    margin: 0;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li {
    float: none;
    margin: 0;
    line-height: 1.9;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    font-size: 12px;
    cursor: pointer;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(.5);
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] + span {
    display: block;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox] + span::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #888;
    border-radius: 2px;
    content: "";
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li input[type=checkbox]:checked + span::after {
    position: absolute;
    top: 5.2px;
    left: 4px;
    display: block;
    width: 6px;
    height: 9px;
    border-right: 2px solid #d00202;
    border-bottom: 2px solid #d00202;
    content: "";
    transition: none;
    transform: rotate(45deg);
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a {
    color: #333;
    transition: opacity .3s;
}

div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:hover, div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:active, div#DownloadList div#DownloadListContent div.OperationCol dl dd ul li a:focus {
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 5px 16px 5px 35px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    white-space: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: #d00202;
    border: 0 !important;
    border-radius: 2px;
    box-shadow: none;
    transition: opacity .3s;
}

.TypeGlobal div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton {
    padding-right: 6px;
    font-size: 13px;
    background: #e60012;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:hover, div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:active, div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton:focus {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton.Disabled {
    color: #666;
    background: #e5e5e5;
    opacity: 1;
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton::before {
    position: absolute;
    top: 50%;
    left: 9px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 14px;
    background: url(/img/search/icon_download_01.png) no-repeat;
    content: "";
    transform: translateY(-50%);
}

div#DownloadList div#DownloadListContent div.OperationCol #DownloadListProgressButton span {
    margin: 0;
    padding: 0;
    text-indent: inherit;
    background: none;
}

/*
 * suggest
** ------------------------------------------------------ */
#TopSearchForm {
    position: relative;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner #TopSearchInput {
    width: 335px;
    height: 39px;
    padding-left: 32px;
    font-size: 142.85714%;
    color: #333;
    line-height: 1.6;
    background: #fff url(https://www.keyence.co.jp/elements/img/bg_top_form01_left02_03.gif) no-repeat 10px center;
    border: #bdbdbd 2px solid;
    border-right: 0;
}

.box_suggest_01 .SearchFormWrap .InpupCol .InpupColInner .placeholder {
    pointer-events: none;
}

.SearchSuggestBox {
    position: absolute;
    z-index: 1001;
    display: block;
    box-sizing: border-box;
    min-width: 206px;
    max-width: 548px;
    margin-top: -20px;
    padding: 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#TopSearchBlock .SearchSuggestBox {
    margin-top: 0;
}

#HeaderArea .SearchSuggestBox {
    top: 40px;
    right: 0;
    margin-top: 0;
}

#HeaderArea .SearchSuggestBox::before {
    right: 27px;
    left: inherit;
}

#HeaderArea .SearchSuggestBox .SearchSuggestBoxInner::before {
    right: 30px;
    left: inherit;
}

.SearchSuggestBox.History {
    min-width: 206px;
    max-width: 400px;
}

#HeaderArea .SearchSuggestBox.History {
    width: 100%;
}

.SearchSuggestBox.IsHidden {
    display: none;
}

#header .SearchSuggestBox {
    top: 43px;
    right: 40px;
    z-index: 10000;
    margin-top: 0;
}

#header .SearchSuggestBox::before {
    right: 27px;
    left: inherit;
}

#header .SearchSuggestBox .SearchSuggestBoxInner::before {
    right: 30px;
    left: inherit;
}

.products_box_01 #TopSearchForm .HasSearchSuggest .SearchSuggestBox {
    margin-top: -20px;
}

#TopSearchForm .HasSearchSuggest .SearchSuggestBox {
    margin-top: 6px;
}

.HasSearchSuggest .SearchSuggestBox {
    top: 100%;
    left: 6px;
    margin-top: 0;
}

.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 {
    position: absolute;
    top: -10px;
    left: 27px;
    z-index: -1;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 7px 0;
    content: "";
    transform: rotate(45deg) skew(10deg, 10deg);
}

.SearchSuggestBox .SearchSuggestBoxInner {
    padding: 20px 5px 20px 25px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
}

.SearchSuggestBox .SearchSuggestBoxInner::before {
    position: absolute;
    top: -3px;
    left: 30px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    content: "";
    transform: rotate(45deg) skew(10deg, 10deg);
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .CategoryList {
    margin-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    border-bottom: 0;
}

.SearchSuggestBox .SearchSuggestBoxInner .CategoryList > dt em {
    font-weight: bold;
    font-style: normal;
}

.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;
    color: #06c;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity .3;
}

#Container .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button {
    color: #1a5c9a;
}

.SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:hover, .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:active, .SearchSuggestBox .SearchSuggestBoxInner .HistoryList > li button:focus {
    color: #f00;
    opacity: .7;
}

.SearchSuggestBox .SearchHistory {
    display: block;
    margin-right: 20px;
}

.SearchSuggestBox .SearchHistory.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn {
    display: -ms-flexbox;
    display: flex;
}

.SearchSuggestBox .SuggestColumn > .Column {
    box-sizing: border-box;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child {
    width: 100%;
    max-width: 320px;
    padding-right: 20px;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child.IsHidden {
    width: auto;
    padding-right: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child.IsHidden + .Column {
    padding-left: 0;
    border-left: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child + .Column {
    display: none;
    -ms-flex: 1;
    flex: 1;
    min-width: 168px;
    margin-right: 20px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.SearchSuggestBox .SuggestColumn > .Column:first-child + .Column.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child {
    width: 100%;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child > * + * {
    border-top: 0;
}

.SearchSuggestBox .SuggestColumn > .Column:only-child .SeriesList.Col2 {
    padding-right: 0;
}

#Container .SearchSuggestBox .SuggestColumn > .Column:only-child .SeriesList.Col2 {
    padding-right: 0;
}

.SearchSuggestBox .SuggestColumn > .Column > * + * {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#Container .SearchSuggestBox .SuggestColumn > .Column > * + * {
    margin-top: 15px;
}

.SearchSuggestBox .SuggestColumn.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .SeriesArea {
    box-sizing: border-box;
    min-width: 300px;
    padding: 0 10px;
}

.SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
    list-style: none;
}

.SearchSuggestBox .SuggestColumn .SeriesList + * {
    margin-top: 32px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList + * {
    margin-top: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList {
    margin-bottom: -16px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 {
    margin-left: -16px;
    padding-right: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList.Col2 {
    margin-bottom: 0;
    margin-left: -16px;
    padding-right: 20px;
}

.SearchSuggestBox .SuggestColumn .SeriesList.Col2 > li {
    width: calc(50% - 16px);
    margin-left: 16px;
}

#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 {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li {
    margin: 0;
    padding: 10px 0;
    background: none;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li:first-child {
    padding-top: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    width: 483px;
    line-height: 1.4;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl dt {
    color: #333;
    border-bottom: 0;
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item > dl {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series {
    display: inline-block;
    transition: opacity .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: .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 {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e60012;
    content: "";
}

#Container .SearchSuggestBox .SuggestColumn .SeriesList > li .Item .Series .CommonName::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}

.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 {
    -ms-flex-order: 1;
    order: 1;
    min-height: 55px;
    margin-right: 14px;
}

.SearchSuggestBox .SuggestColumn .SeriesList > li .Thumbnail img {
    width: 55px;
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox .SuggestColumn .AssetList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -20px;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList {
    margin-bottom: -20px;
    margin-left: -20px;
}

.SearchSuggestBox .SuggestColumn .AssetList.Col2 > li {
    width: 50%;
}

.SearchSuggestBox .SuggestColumn .AssetList > li {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList > li {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    background: none;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    transition: opacity .3s;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Link:hover, .SearchSuggestBox .SuggestColumn .AssetList > li .Link:active, .SearchSuggestBox .SuggestColumn .AssetList > li .Link:focus {
    color: #f00;
    opacity: .7;
}

#Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:hover, #Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:active, #Container .SearchSuggestBox .SuggestColumn .AssetList > li .Link:focus {
    color: #e60012;
    text-decoration: none;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    width: 483px;
    margin-right: 16px;
    line-height: 1.5;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Title {
    display: inline-block;
    font-size: 12px;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Item .Lang {
    font-size: 12px;
    color: #333;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Thumbnail {
    -ms-flex-order: 1;
    order: 1;
    min-height: 78px;
    margin-right: 14px;
}

.SearchSuggestBox .SuggestColumn .AssetList > li .Thumbnail img {
    width: 55px;
    max-width: inherit;
    border: #ddd solid 1px;
}

.SearchSuggestBox .SuggestColumn .ModelArea {
    box-sizing: border-box;
    min-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
}

.SearchSuggestBox .SuggestColumn .ModelArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .ModelArea.IsHidden + * {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.SearchSuggestBox .SuggestColumn .ModelArea .SearchLinkList01 > li > a, .SearchSuggestBox .SuggestColumn .ModelArea .SearchLinkList01 > li > button {
    font-weight: bold;
}

.SearchSuggestBox .SuggestColumn .KeywordArea {
    min-width: 137px;
}

.SearchSuggestBox .SuggestColumn .KeywordArea.IsHidden {
    display: none;
}

.SearchSuggestBox .SuggestColumn .KeywordsList {
    list-style: none;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .KeywordsList.Col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -7px !important;
}

.SearchSuggestBox .SuggestColumn .KeywordsList.Col2 > li {
    width: 50%;
    padding-right: 10px;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li {
    box-sizing: border-box;
    margin-bottom: 7px;
    line-height: 1.5;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList > li {
    margin-bottom: 7px;
    padding-left: 0;
    background: none;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li:last-child {
    margin-bottom: 0;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a {
    font-weight: bold;
    transition: opacity .3s;
}

#Container .SearchSuggestBox .SuggestColumn .KeywordsList > li a {
    color: #1a5c9a;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a:hover, .SearchSuggestBox .SuggestColumn .KeywordsList > li a:active, .SearchSuggestBox .SuggestColumn .KeywordsList > li a:focus {
    color: #f00;
    text-decoration: none;
    opacity: .7;
}

.SearchSuggestBox .SuggestColumn .KeywordsList > li a > em {
    font-weight: normal;
    font-style: normal;
}
