nav {
  display: block;
}
.dropup .caret,
.prodnavbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.prodnavbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .prodnavbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .prodnavbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.prodnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.prodnav > li {
  position: relative;
  display: block;
}
.prodnav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.prodnav > li > a:hover,
.prodnav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.prodnav > li.disabled > a {
  color: #777;
}
.prodnav > li.disabled > a:hover,
.prodnav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.prodnav .open > a,
.prodnav .open > a:hover,
.prodnav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.prodnav .prodnav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.prodnav > li > a > img {
  max-width: none;
}
.prodnav-tabs {
  border-bottom: 1px solid #ddd;
}
.prodnav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.prodnav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.prodnav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.prodnav-tabs > li.active > a,
.prodnav-tabs > li.active > a:hover,
.prodnav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.prodnav-tabs.prodnav-justified {
  width: 100%;
  border-bottom: 0;
}
.prodnav-tabs.prodnav-justified > li {
  float: none;
}
.prodnav-tabs.prodnav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.prodnav-tabs.prodnav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-tabs.prodnav-justified > li > a {
    margin-bottom: 0;
  }
}
.prodnav-tabs.prodnav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prodnav-tabs.prodnav-justified > .active > a,
.prodnav-tabs.prodnav-justified > .active > a:hover,
.prodnav-tabs.prodnav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .prodnav-tabs.prodnav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs.prodnav-justified > .active > a,
  .prodnav-tabs.prodnav-justified > .active > a:hover,
  .prodnav-tabs.prodnav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.prodnav-pills > li {
  float: left;
}
.prodnav-pills > li > a {
  border-radius: 4px;
}
.prodnav-pills > li + li {
  margin-left: 2px;
}
.prodnav-pills > li.active > a,
.prodnav-pills > li.active > a:hover,
.prodnav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.prodnav-stacked > li {
  float: none;
}
.prodnav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.prodnav-justified {
  width: 100%;
}
.prodnav-justified > li {
  float: none;
}
.prodnav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.prodnav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .prodnav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prodnav-justified > li > a {
    margin-bottom: 0;
  }
}
.prodnav-tabs-justified {
  border-bottom: 0;
}
.prodnav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prodnav-tabs-justified > .active > a,
.prodnav-tabs-justified > .active > a:hover,
.prodnav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .prodnav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prodnav-tabs-justified > .active > a,
  .prodnav-tabs-justified > .active > a:hover,
  .prodnav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.prodnav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prodnavbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border-bottom: 7px solid transparent;
  margin-top:-20px;
}
@media (min-width: 992px) {
  .prodnavbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .prodnavbar-header {
    float: left;
  }
}
.prodnavbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.prodnavbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .prodnavbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  float: right;
  }
  .prodnavbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .prodnavbar-collapse.in {
    overflow-y: visible;
  }
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-static-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.prodnavbar-fixed-top .prodnavbar-collapse,
.prodnavbar-fixed-bottom .prodnavbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .prodnavbar-fixed-top .prodnavbar-collapse,
  .prodnavbar-fixed-bottom .prodnavbar-collapse {
    max-height: 200px;
  }
}
.container > .prodnavbar-header,
.container-fluid > .prodnavbar-header,
.container > .prodnavbar-collapse,
.container-fluid > .prodnavbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .prodnavbar-header,
  .container-fluid > .prodnavbar-header,
  .container > .prodnavbar-collapse,
  .container-fluid > .prodnavbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.prodnavbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .prodnavbar-static-top {
    border-radius: 0;
  }
}
.prodnavbar-fixed-top,
.prodnavbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .prodnavbar-fixed-top,
  .prodnavbar-fixed-bottom {
    border-radius: 0;
  }
}
.prodnavbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.prodnavbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.prodnavbar-brand {
  float: left;
  background:url(../images/intel-software-logo-horizontal.jpg) 0 0 no-repeat;
  width:222px;
  height:43px;
  display:block;
  margin: 10px 0px 0px 15px;
  font-size:20px;
  font-weight:200;
  color:#fff;
  text-indent:-9999px;
  position:relative;
}
.prodnavbar-brand:hover,
.prodnavbar-brand:focus {
  text-decoration: none;
}
.prodnavbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .prodnavbar > .container .prodnavbar-brand,
  .prodnavbar > .container-fluid .prodnavbar-brand {
    margin-left: -15px;
  }
}
.prodnavbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.prodnavbar-toggle:focus {
  outline: 0;
}
.prodnavbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.prodnavbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .prodnavbar-toggle {
    display: none;
  }
}
.prodnavbar-nav {
  margin: 7.5px -15px;
}
.prodnavbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .prodnavbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a,
  .prodnavbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .prodnavbar-nav {
    float: left;
    margin: 0;
  }
  .prodnavbar-nav > li {
    float: left;
  }
  .prodnavbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.prodnavbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 992px) {
  .prodnavbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prodnavbar-form .form-control-static {
    display: inline-block;
  }
  .prodnavbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prodnavbar-form .input-group .input-group-addon,
  .prodnavbar-form .input-group .input-group-btn,
  .prodnavbar-form .input-group .form-control {
    width: auto;
  }
  .prodnavbar-form .input-group > .form-control {
    width: 100%;
  }
  .prodnavbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio,
  .prodnavbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prodnavbar-form .radio label,
  .prodnavbar-form .checkbox label {
    padding-left: 0;
  }
  .prodnavbar-form .radio input[type="radio"],
  .prodnavbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prodnavbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .prodnavbar-form .form-group {
    margin-bottom: 5px;
  }
  .prodnavbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .prodnavbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.prodnavbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prodnavbar-fixed-bottom .prodnavbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.prodnavbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.prodnavbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prodnavbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.prodnavbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .prodnavbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .prodnavbar-left {
    float: left !important;
  }
  .prodnavbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .prodnavbar-right ~ .prodnavbar-right {
    margin-right: 0;
  }
}
.prodnavbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-brand {
  color: #777;
}
.prodnavbar-default .prodnavbar-brand:hover,
.prodnavbar-default .prodnavbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-text {
  color: #777;
}
.prodnavbar-default .prodnavbar-nav > li > a {
  color: #777;
}
.prodnavbar-default .prodnavbar-nav > li > a:hover,
.prodnavbar-default .prodnavbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-nav > .active > a,
.prodnavbar-default .prodnavbar-nav > .active > a:hover,
.prodnavbar-default .prodnavbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-nav > .disabled > a,
.prodnavbar-default .prodnavbar-nav > .disabled > a:hover,
.prodnavbar-default .prodnavbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.prodnavbar-default .prodnavbar-toggle {
  border-color: #ddd;
}
.prodnavbar-default .prodnavbar-toggle:hover,
.prodnavbar-default .prodnavbar-toggle:focus {
  background-color: #ddd;
}
.prodnavbar-default .prodnavbar-toggle .icon-bar {
  background-color: #888;
}
.prodnavbar-default .prodnavbar-collapse,
.prodnavbar-default .prodnavbar-form {
  border-color: #e7e7e7;
}
.prodnavbar-default .prodnavbar-nav > .open > a,
.prodnavbar-default .prodnavbar-nav > .open > a:hover,
.prodnavbar-default .prodnavbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 991px) {
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prodnavbar-default .prodnavbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.prodnavbar-default .prodnavbar-link {
  color: #777;
}
.prodnavbar-default .prodnavbar-link:hover {
  color: #333;
}
.prodnavbar-default .btn-link {
  color: #777;
}
.prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link:focus {
  color: #333;
}
.prodnavbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-default .btn-link:hover,
.prodnavbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-default .btn-link:focus {
  color: #ccc;
}
.prodnavbar-inverse {
  background-color: white;
  border-color: white;
}
.prodnavbar-inverse .prodnavbar-brand {
  color: #9d9d9d;
}
.prodnavbar-inverse .prodnavbar-brand:hover,
.prodnavbar-inverse .prodnavbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.prodnavbar-inverse .prodnavbar-text {
  color: #ffffff;
}
.prodnavbar-inverse .prodnavbar-nav > li > a {
  color: black;
}
.prodnavbar-inverse .prodnavbar-nav > li > a:hover,
.prodnavbar-inverse .prodnavbar-nav > li > a:focus {
  color: #fff;
  background-color: #5B9BD5;
}
.prodnavbar-inverse .prodnavbar-nav > .active > a,
.prodnavbar-inverse .prodnavbar-nav > .active > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .active > a:focus {
  color: #5B9BD5;
  background-color: #080808;
}
.prodnavbar-inverse .prodnavbar-nav > .disabled > a,
.prodnavbar-inverse .prodnavbar-nav > .disabled > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.prodnavbar-inverse .prodnavbar-toggle {
  border-color: #337ab7;
}
.prodnavbar-inverse .prodnavbar-toggle:hover,
.prodnavbar-inverse .prodnavbar-toggle:focus {
  background-color: #337ab7;
}
.prodnavbar-inverse .prodnavbar-toggle .icon-bar {
  background-color: #337ab7;
}
.prodnavbar-inverse .prodnavbar-toggle:hover > .icon-bar,
.prodnavbar-inverse .prodnavbar-toggle:focus > .icon-bar{
  background-color: white;
}
.prodnavbar-inverse .prodnavbar-collapse,
.prodnavbar-inverse .prodnavbar-form {
  border-color: #0e406a;
}
.prodnavbar-inverse .prodnavbar-nav > .open > a,
.prodnavbar-inverse .prodnavbar-nav > .open > a:hover,
.prodnavbar-inverse .prodnavbar-nav > .open > a:focus {
  color: #fff;
  background-color: #5B9BD5;
}
@media (max-width: 991px) {
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a {
    color: black;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > li > a:focus {
    color: #5B9BD5;
    background-color: transparent;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .active > a:focus {
    color: black;
    background-color: #080808;
  }
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prodnavbar-inverse .prodnavbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.prodnavbar-inverse .prodnavbar-link {
  color: #9d9d9d;
}
.prodnavbar-inverse .prodnavbar-link:hover {
  color: #fff;
}
.prodnavbar-inverse .btn-link {
  color: #9d9d9d;
}
.prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link:focus {
  color: #fff;
}
.prodnavbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prodnavbar-inverse .btn-link:hover,
.prodnavbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prodnavbar-inverse .btn-link:focus {
  color: #444;
}
.prodnav:before,
.prodnav:after,
.prodnavbar:before,
.prodnavbar:after,
.prodnavbar-header:before,
.prodnavbar-header:after,
.prodnavbar-collapse:before,
.prodnavbar-collapse:after {
  display: table;
  content: " ";
}
.prodnav:after,
.prodnavbar:after,
.prodnavbar-header:after,
.prodnavbar-collapse:after {
  clear: both;
}

.xl_title2_btn {
  background-color: #00AEEF;
  border: 2px solid #00AEEF;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.xl_title2_btn:hover {
  background-color: #018bbf;
  border: 2px solid #018bbf;
  color: #fff;
  text-decoration: none;
}

/*.xl_title2_btn {
  background-color: #00AEEF;
  padding: 0.4em 0.25em;
  color: white;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.25em;
  min-width: 150px;
  font-size: 16px;
}

.xl_title2_btn:hover {
  background-color: #018bbf;
  color: white;
  text-decoration: none;
}*/

.xl_title_btn {
  background-color: #58a948;
  border: 2px solid #58a948;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.xl_title_btn:hover {
  background-color: #fff;
  border: 2px solid #58a948;
  color: #58a948;
  text-decoration: none;
}

/*.xl_title_btn {
  background-color: #58a948;
  padding: 0.4em 0.25em;
  color: white;
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.25em;
}

.xl_title_btn:hover {
  background-color: #448138;
  color: white;
  text-decoration: none;
}*/

.xl_products_btn {
  background-color: #58a948;
  border: 2px solid #58a948;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.xl_products_btn:hover {
  background-color: #448138;
  border: 2px solid #448138;
  color: #fff;
  text-decoration: none;
}

/*.xl_products_btn {
  background-color: #58a948;
  padding: 0.4em 0.5em;
  color: white;
  text-align: center;
  display:inline-block;
  min-width:90px;
}

.xl_products_btn:hover {
  background-color: #448138;
  color: white;
  text-decoration: none;
}*/

.xl_btn_yellow {
  background-color: #eea236;
  border: 2px solid #eea236;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.xl_btn_yellow:hover {
  background-color: #ca8626;
  border: 2px solid #ca8626;
  color: #fff;
  text-decoration: none;
}

/*.xl_btn_yellow {
  background-color: #eea236;
  padding: 0.4em 0.25em;
  color: white;
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.25em;
}

.xl_btn_yellow:hover {
  background-color: #ca8626;
  color: white;
  text-decoration: none;
}*/

/* Jumbotron Property */
.jumbotron {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.jumbotron h1.featurette-heading {
  color: #ffffff;
  font-size: 30pt;
  font-weight: bold;
}

.jumbotron p.lead {
  color: #ffffff;
  font-size: 15px;
}

.jumbotron .featurette {
  color: #104b79;
}
.jumbotron .featurette ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
 }
.jumbotron .featurette ul li {
  background-image: url(../images/bullet1.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
 }

/* Footer Property */

footer.product1 {
  background-color: #004a86;
  /*background-color: #e7e7e7;*/
  margin: 0;
  padding: 30px 20px;
  text-align: left;
}
footer.product1 h3 {
  color: #e7e7e7;
  /*color: #545050;*/
  font-size: 18px;
  font-weight: bold;
}
footer.product1 p.footerlist {
  color: #545050;
  line-height: 200%;
}
footer.product1 p.footerlist a {
  /*color: #545050;*/
  color: #e7e7e7;
  text-decoration: none;
}
footer.product1 p.footerlist a:hover {
  color: #004a86;
  text-decoration: none;
  background-color: #e7e7e7;
  padding: 2px 3px;
}

footer.product {
  background-color: #e7e7e7;
  margin: 0;
  padding: 30px 20px;
  text-align: right;
  border-top: 7px solid #d8d3dc;
}
footer {
  background-color: #e8e4ec;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
}

.leftmenu h4{font:700 18px/26px "PT Sans",Helvetica,Arial,sans-serif;margin:0 0 10px;color:#4c5259;}
.small-grpdcs{display:block;font-size:16px;margin-bottom:-11px}
.leftmenu{padding:0 30px 0 0;border-right:1px dashed #d6d6d6;min-height:300px}
@media (max-width: 767px) {
.leftmenu {
    display:none;
  }
}
.products-list{font-size:14px;margin:0 0 25px 0;padding:0;list-style:none}
.products-list li{padding:0 0 13px;border-bottom:1px dashed #d6d6d6;margin-bottom:10px;color:#979797}
.products-list li:last-child{border-bottom:0}
.products-list a{color:#0087cb}
.products-list a:hover{text-decoration:none;color:#53bbf0}
.products-list .small-grpdcs{display:block;font-size:13px;margin-bottom:0}
@media (min-width: 768px) {
.content-products{
    padding: 0 0 0 30px;}
}
@media (min-width: 900px){
.image{
  min-width:1350px;
  height:550px;
  text-align:center;
}}

@media (min-width: 751px) and (max-width: 899px){
  .image{
  min-width:1100px;
  height:550px;
  text-align:center;
  }}

  @media (min-width: 621px) and (max-width: 750px){
  .image{
  min-width:950px;
  height:550px;
  text-align:center;
  }}

@media (min-width: 0px) and (max-width: 620px){
  .image{
  min-width:1195px;
  max-height:400px;
  text-align:center;
  }}

  .news_date {
    position: absolute;
    text-align: left;
    display: inline;
    padding: 3px 5px;
    background-color: rgba(138, 138, 138, 0.5);
}
.boxcontainer {
  margin: 5px 5px 15px 5px;
  padding: 0;
  border: 1px solid #0071C5;
  max-width: 310px;
  height:280px;
}

.boxcontainerdl {
  margin: 20px auto;
  padding: 0;
  border: 1px solid #bcbcbc;
  max-width: 210px;
}

.largebox {
  margin: 5px 5px 15px 5px;
}

.celltop {
  padding: 0;
  font-weight: bold;
}

.celltop_medium {
  padding: 0;
  font-weight: bold;
}

.celltop_large {
  padding: 0;
  font-weight: bold;
}

.cellbtm {
  padding: 5px;
}


  .newsline img {
      float: left;
  }

  .newsline .dates {
      font-size: 95%;
      color: #555555;
      padding: 5px 0 0 50px;
      margin: 0;
  }

  .newsline .title {
      margin-top: 5px;
      padding: 0 0 0 50px;
      /*font-size:110%;*/
      font-size: 125%;
  }


  .eventsinfo .dates {
      font-size: 95%;
      /*padding: 5px 0 0 0;*/
      color: #555555;
      margin-bottom: 5px;
  }

      .eventsinfo .dates > div {
          display: inline-block;
      }

  .eventsinfo .title {
      padding: 0 0 0 0;
      /*margin-bottom: -10px;*/
      font-size: 125%;
  }

  .eventsinfo .place {
      float: left;
      color: #777777;
      margin-bottom: -10px;
      margin-right: 50px;
  }

  .eventsinfo .product {
      float: left;
      color: #777777;
      margin-bottom: -10px;
  }

.xl_info_border {
  margin: 15px 0;
}

. .xl_info_border:last-child, .box_srcollbar .xl_info_border:last-child {
  display: none;
}


.ichiran {
  float: right;
  margin-top: 12px;
  margin-right: 0px;
}

.menuprod li {
  font-size: 80%;
}

.box_srcollbar {
  overflow: auto;
  width: 100%;
  height: 300px;
  padding: 5px;
  color: #000;
  font-size: 11px;
}

.box_srcollbar2 {
  overflow: auto;
  width: 100%;
  padding: 5px 5px 10px;
  color: #000;
  height: 300px;
  font-size: 11px;
  max-height: 300px;
}

hr {
  border-color: #DDD -moz-use-text-color -moz-use-text-color;
  border-top-color: #DDD;
  border-right-color: -moz-use-text-color;
  border-bottom-color: -moz-use-text-color;
  border-left-color: -moz-use-text-color;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
}

ol.breadcrumb {
  padding: 8px 0px 8px 1.5em;
  margin: 0px 0px 0px 10px;
}

  ol.breadcrumb li {
      margin-right: 1.5em;
      text-indent: -1.5em;
  }

  ol.breadcrumb > li + li::before {
      content: "≫ ";
  }
  
  ol.xl_breadcrumb {
  background-color: transparent;
  margin: 0 0 1em 0;
  padding: 1 0 0 1.5em;
  }
  
  ol.breadcrumb li a {
  color: #cfcfcf;
  }
  
  ol.breadcrumb li a:hover {
  color: #f3D54E;
  text-decoration: none;
  }

  .breadcrumb > .active {
    color: #cfcfcf;
  }

ul.xl_notes {
  padding-left: 1em;
}

  ul.xl_notes > li {
      text-indent: -1.3em;
      list-style-type: none;
  }

      ul.xl_notes > li:before {
          content: "※ ";
      }

table.xl_notes td
{
  vertical-align:top;
  padding-bottom:3px;
}


.xl_nowrap {
  white-space: nowrap;
}


.xl_sns_btns {
  margin: 0px;
  min-height: 50px;
}

  .xl_sns_btns > div {
      float: left;
      margin: 10px 15px 10px 0;
  }


.xl_h1 {
  font-size: 26px;
  margin-top: 0px;
}

.xl_h2 {
  padding: 5px 5px 5px 10px;
  border-left: 4px solid #0071C5;
}

.xl_h2_link {
  padding: 8px;
  background-color: #0071C5;
  color: white;
}

.xl_h3 {
  padding: 5px;
  margin-left: -5px;
  font-weight: bold;
}

.xl_h4 {
  font-weight: bold;
}


.xl_page_link {
  /*background-color: #eaf7ff;*/
  background-color: #f5f5f5;
  padding: 1px;
  margin: 0em 0em 22px;
}

.xl_page_link ul
{
  margin:7px 0;
}

  .xl_page_link li {
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 4em;
      text-indent: -1.5em;
      vertical-align: middle;
  }

      .xl_page_link li::before {
          color: dimgray;
          content: "▶ ";
      }

.boxcontainer2 {
  margin: 1em 0.5em;
  padding: 0;
  max-width: 310px;
}

  .boxcontainer2 ol {
      margin: 0;
      padding-left: 18px;
  }

.xl_page {
  margin-bottom: 20px;
}

.xl_innner {
  padding: 0em 1em;
}

.xl_block {
  margin-bottom: 100px;
}

.xl_block2 {
  margin-bottom: 60px;
}

.xl_block3 {
  margin-bottom: 40px;
}

.xl_padding {
  padding-left: 1em;
  padding-right: 1em;
}

/* トップページ 製品バナー＆検索ボックス = Start = */

.xl_toppage_padding {
  padding-top:1em;
  padding-left: 1em;
  padding-right: 1em;
}

.xl_toppage_padding > div.row > div {
  margin-bottom:1em;
}

.xl_toppage_padding > div.row > div > div.boxsameheight > a > img {
  border:none;
  width: 100%;

}

.xl_toppage_padding > div.row > div > div.searchbox > div {
  text-align: center;
  padding-top:15px;
  font-size: 30px;
  color: white;


}

.xl_toppage_padding > div.row > div > div.searchbox > div.searchbox_link {
  background-color:#06111a5b;
  margin:15px 15px 0px 35px;
  padding: 8px 0px 8px 4px;
  text-align:left;
  font-size: 15px;
  
}

.xl_toppage_padding > div.row > div > div.searchbox > div.searchbox_link > a {
  padding-left:15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .searchbox div {
      font-size: 75%;
  }
.xl_toppage_padding > div.row > div > div.searchbox {
padding-bottom:10px;
}
.xl_toppage_padding > div.row > div > div.searchbox > div {
  padding-top:10px;
}
.xl_toppage_padding > div.row > div > div.searchbox > div.searchbox_link {
  padding: 6px 0px 5px 4px;
  margin:10px 15px 0px 15px;
}
}


/* トップページ 製品バナー＆検索ボックス = End = */

/* トップページ その他新着情報＆イベント/セミナー情報 = Start = */


.xl_toppage_news_panel {
min-height: 20px;
padding: 10px;
margin-bottom: 20px;
background-color: #ECECEC;
border: 1px solid #e3e3e3;
border-radius: 4px;
}

/* トップページ その他新着情報＆イベント/セミナー情報 = End = */

.xl_pagetop_link {
  text-align: right;
}

  .xl_pagetop_link a {
      border: 1px solid #75A9FF;
  }


.xl_update {
  margin: 2em 0;
  font-size: 12px;
}

.xl_update_title {
  color: #555555;
  background-color: #f0f0f0;
  border: #bdbdbd 1px solid;
  padding: 2px 15px;
}

.xl_update_body {
  color: #555555;
  border-left: #bdbdbd 1px solid;
  border-right: #bdbdbd 1px solid;
  border-bottom: #bdbdbd 1px solid;
  padding: 2px 20px;
  overflow-y: auto;
  max-height: 95px;
  background-color: white;
}

.xl_update > div.row > div {
  background-color: #eee;
}

.xl_update_border {
  margin: 2px 0;
}

.xl_update_body .row div:last-child .xl_update_border {
  border: none;
}

.xl_update_description div {
  /*display:inline-block;*/
  display: inline;
}

.xl_update_border::before {
  clear: both;
}


.xl_title {
  position: relative;
}

  .xl_title > img {
      width: 100%;
      border: 1px solid black;
  }

  .xl_title .xl_title_bg {
      position: absolute;
      bottom: 0px;
      background-color: rgb(0,0,0); /*IE8用*/
      background-color: rgba(0,0,0,0.7);
      /*background-color: rgba(0,86,149,0.8);*/
      color: white;
      width: 100%;
      padding: 10px 5px 10px;
  }

  .xl_title .xl_title_bg_top {
      position: absolute;
      top: 20px;
      color: white;
      width: 100%;
      padding: 10px 5px 10px;
  }

  .xl_title .xl_title_link_bg {
      position: absolute;
      bottom: 0px;
      background-color: rgb(0,0,0); /*IE8用*/
      background-color: rgba(0,0,0,0.8);
      color: white;
      width: 100%;
      padding: 0 0 0 10px;
  }

  .xl_title a.xl_title_link {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99;
      background-color: blue\9; /*IE8 用*/
      filter: alpha(opacity=0)\9; /*IE8 用*/
  }


.nav-pills {
  margin-bottom: 0;
  border-bottom: 2px solid #0071C5;
}

  .nav-pills > li > a {
      background-color: #ebebeb;
      margin: 0px 2px 0px;
      border-radius: 0px;
  }

  .nav-pills > li:first-child > a {
      margin-left: 0px;
  }

  .nav-pills > li:last-child > a {
      margin-right: 0px;
  }

  .nav-pills > li > a:hover {
      background-color: #73b6ff;
  }


.table-striped > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}


.xl_marginBottom > li {
  margin-bottom: 0.5em;
}

  .xl_marginBottom > li:last-child, .xl_marginBottom1 > li:last-child, .xl_marginBottom2 > li:last-child {
      margin-bottom: 0em;
  }

.xl_marginBottom1 > li {
  margin-bottom: 1em;
}

.xl_marginBottom2 > li {
  margin-bottom: 2em;
}

.xl_marginBottom3 > li {
  margin-bottom: 3em;
}

.xl_marginBottom4 > li {
  margin-bottom: 4em;
}


.xl_update_pr div.col-sm-10:before {
  content: "【PR】";
  color: #ff7373;
}




.xl_seminar_table thead tr th, .xl_seminar_table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.xl_seminar_table th {
  white-space: nowrap;
}

.xl_seminar_table td:last-child {
  text-align: left;
}


.xl_seminar_image {
  max-width: 500px;
  margin-bottom: 1em;
  padding-right: 1em;
}

.xl_semianr_link {
  margin-top: 1em;
  text-align: right;
}

  .xl_semianr_link a {
      border: 1px solid #75A9FF;
  }

.xl_semianr_title {
  margin-top: 0.25em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

.xl_seminar_outline {
  margin: 1em 0;
  border-top: 1px dashed #ddd;
  padding: 0;
}

.xl_seminar_meta > div {
  display: inline-block;
}

.xl_seminar_meta span {
  white-space: nowrap;
}

.xl_seminar_host {
  margin-top: 0.5em;
  margin-left: 5.75em;
}

  .xl_seminar_host > div {
      text-indent: -5.75em;
  }

      .xl_seminar_host > div:before {
          content: "主催・共催: ";
      }


.btn_youtube_box {
  position: relative;
}

.btn_youtube {
  background: url(/jp/products/intel/images/YouTube-icon-full_color.png) no-repeat;
  width: 42px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -21px;
}

.youtube img {
  border: 1px solid darkgray;
}


.btn_player_box {
  position: relative;
  margin: 0.5em 0.5em 1em;
  max-width: 310px;
}

.btn_player {
  background: url(/jp/products/intel/images/movie-start.png) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -21px;
}


.btn_player_box a:hover, .btn_youtube_box a:hover {
  opacity: 0.8;
}

.btn_player_box video
{
  margin-top:0.5em;
  width:100%;
  max-width:310px;
  border:1px solid gray;
}

.products_box {
  margin: 0.5em 0.5em 1em;
  max-width: 310px;
}


.xl_products_doc_box > div {
  padding: 0;
}



  .xl_products_doc_box > div > div {
      padding: 0.5em;
      margin: 0.5em;
      background-color: #eee;
  }


.xl_products_edition_box {
  margin-bottom: 2em;
}

  .xl_products_edition_box .xl_products_edition {
      background-color: #999;
      padding: 0.25em 0.5em;
      color: white;
      margin-right: 5px;
  }


.xl_feature-list {
}

table.xl_feature-list tbody tr td, table.xl_feature-list thead tr th {
  text-align: center;
  vertical-align: middle;
}

.xl_feature-list tr td:first-child {
  text-align: left;
}

.xl_feature-list thead {
  background-color: gray;
  color: white;
}

.xl_feature-list .check {
  background-color: #eee;
  font-size: larger;
}

.xl_table_spec tbody tr td, .xl_table_spec thead tr th {
  vertical-align: middle;
}


.xl_product .xl_product_title {
  color: white;
  padding: 2em 3em;
}

.xl_product .xl_page_link li {
  min-width: 15%;
}

.xl_product .xl_block2 {
  margin-bottom: 6em;
}

.xl_product h5 {
  font-weight: bold;
}

.celltop img {
  border: 1px solid darkgray;
  width: 100%;
  max-width: 310px;
}

 .celltop_medium img {
  border: 1px solid darkgray;
  width: 100%;
  max-width: 400px;
}

.celltop_large img {
  border: 1px solid darkgray;
  width: 100%;
  max-width: 850px;
}


ul.xl_no_intent > li {
  text-indent: 0;
}

.xl_no_margin_left {
  margin-left: 0;
  padding-left: 1em;
}


table.xl_products_list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

  table.xl_products_list thead {
      background-color: gray;
      color: white;
  }

      table.xl_products_list thead th {
          vertical-align: middle;
          text-align: center;
      }

  table.xl_products_list tbody > tr > td {
      vertical-align: middle;
      text-align: center;
  }


.xl_table_notes td {
  vertical-align: top;
  padding-bottom: 0.5em;
}

.xl_product_list .caption {
  position: relative;
  padding-bottom: 45px;
}

.xl_product_list .xl_product_link {
  position: absolute;
  bottom: 1em;
  margin: 0;
}


      .xl_component_list_oldName
      {
          font-size:80%;
          color:#ddd;
      }

      .xl_component_list_description
      {
          font-size:90%;
          color:gray;
      }

.xl_table_normal thead tr th
{
  vertical-align:middle;
  text-align:center;
}

.xl_table_normal tbody tr td:first-child
{
  vertical-align:middle;
}

.xl_iframe_box
{
  border: 1px solid gray;
}

.xl_mark_edition {
  padding: 5px;
  background-color: #333333;
  color: white;
  display: inline-block;
}

.xl_mark_edition_color2 {    
  background-color: #336666;
}

.xl_mark_edition_color3 {    
  background-color: #663333;
}

ul.xl_dropdown-menu-condensed li.divider
{
  margin:6px 0;
  padding:0;
}



.xl_guide_grid_gray div.t {
  position: absolute;
  top: 0;
  border: 0;
}

.xl_guide_grid_gray > div {
  /*background-color: white;
  border-bottom: 5px solid #ECF0F1;*/
  background-color: #ECF0F1;
  border-bottom: 5px solid white;
}

  .xl_guide_grid_gray > div > div:first-child {
      /*border-right: 5px solid #ECF0F1;*/
      border-right: 5px solid white;
  }

.xl_guide_grid_gray div div:first-child {
  text-align: left;
  font-size: 15px;
}

.xl_guide_grid_gray > div:last-child {
  border-bottom: none;
}

.xl_guide_grid_gray p, .xl_seminar_grid ul {
  margin: 10px 8px;
}


.xl_guide_grid_gray_header > div {
  background-color: dimgray;
  color: white;
}


.xl_doc_table td:last-child {
width: 15%;
text-align: right;
}

/* ////////////////////////////////////////////////////////////////////// */
/* メガメニュー用 CSS */
/* ////////////////////////////////////////////////////////////////////// */

.dropdown-menu  div.xl_mega_menu ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;    
text-decoration: none;
background-color: transparent;
}

.dropdown-menu  div.xl_mega_menu ul li.dropdown-header {
  white-space:normal;
}

.dropdown-menu div.xl_mega_menu ul li  a:hover,
.dropdown-menu div.xl_mega_menu ul li  a:focus {
color: #337ab7;
text-decoration: none;
background-color: white;
}
.dropdown-menu div.xl_mega_menu  .active > a,
.dropdown-menu div.xl_mega_menu  .active > a:hover,
.dropdown-menu div.xl_mega_menu  .active > a:focus {
color: #337ab7;
text-decoration: none;
background-color: white;
outline: 0;
}



  @media (max-width: 991px) {

      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu a,
      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu .dropdown-header {
          padding: 5px 15px 5px 25px;
          color: black;
          font-size:80%;
      }

      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu a {
          line-height: 20px;
          font-size: small;
      }

      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu .dropdown-header {
          padding: 5px 15px 5px 25px;
          border-color: #080808;
          color: black;
      }

      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu a:hover,
      .prodnavbar-nav .open .dropdown-menu div.xl_mega_menu a:focus {
          background-image: none;
          background-color: white;
          color: #5B9BD5;
      }
  }






/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {
}

@media (max-width: 991px) {

  h1, .xl_h1 {
      font-size: 30px;
  }

  .xl_h2_link {
      font-size: 27px;
  }

  .xl_h2 {
      font-size: 25px;
  }

  .xl_h3 {
      font-size: 24px;
  }

  .xl_title .xl_title_bg {
      position: relative;
      background-color: black;
  }
}

@media (max-width: 767px) {

  h1, .xl_h1 {
      font-size: 24px;
  }

  .xl_h2, .xl_h2_link {
      font-size: 21px;
  }

  .xl_h2 {
      font-size: 19px;
  }

  .xl_h3 {
      font-size: 18px;
  }

  .xl_seminar_image {
      padding-right: 0;
  }

  .xl_semianr_link {
      text-align: left;
  }

  .xl_seminar_outline {
      border-top: none;
  }
}
 .product{
   background: black;
 }

 .box-images {
  background-image:url(../images/slide/intel_oneapi_toolkit_boxes_750_420.jpg);
  background-size: cover;
}

 .box{
  max-width: 80px;
  margin-top: 20px;
  box-shadow: 0 0 8px #ffffff;
 }



@media(min-width:1255px){
.margin{
  margin-top: 50px;
}}

@media(min-width:991px) and (max-width:1254px){
  .margin{
    margin-top: 25px;
  }}


   /* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 1200px;
  display: none;
  
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  left:0px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 100vw;
  height: 50px;
  box-sizing:border-box;
  padding: 0.5px;
  background-color: rgb(255,229,94,0.8);

}
@media all and (-ms-high-contrast: none) {
  .Bnr__img__inner{
    width: 100vw;
    height: 50px;
    box-sizing:border-box;
    padding: 0.5px;
    background-color: rgb(255,229,94);
  
  }
}

.Bnr__img__inner p {
  color: #000000;
  text-align: center;  
  font-size: 16px;
}

.Bnr .Bnr__img__inner a{
  display: block;
  color: black;
  font-size:18px;
  text-decoration: none;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 25px;
  top:-10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

/*------*/

.n-box{
  width:100%;

}
.hr-blue {
	position: relative;
  margin-top:-7px;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#3EE6FB 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#3EE6FB 50%,transparent 100%);
  
}
.hr-red {
	position: relative;
  margin-top:-7px;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#d13e52 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#d13e52 50%,transparent 100%);
  
}

.hr-yellow {
	position: relative;
  margin-top:-7px;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#FFE55E 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#FFE55E 50%,transparent 100%);
  
}

.hr-orange {
	position: relative;
  margin-top:-7px;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#d56721 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#d56721 50%,transparent 100%);
  
}

.hr-purple {
	position: relative;
  margin-top:-7px;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#FF69B4 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#FF69B4 50%,transparent 100%);
  
}

.text_white {
  color: white;
}
  
.box-search{
  background-color:  #ffffff5e;
    color: white;
    margin-bottom: 10em;
    width: 280px;
    height: 35px;
    line-height: 37px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
  }
 .box-search:hover{
      color: #000; /* 文字色を白にする */
      background-color: white; /* 背景色をグレー（#c9c9c9）にする */
      text-decoration: none; /* リンクに出てくる下線を無効にする*/    
  }


.box-search2{
  background-color:#ffffff5e;
  color: white;
  margin-bottom: 10em;
  width: 280px;
  height: 35px;
  line-height: 37px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
}
.box-search2:hover{
  color: #000; /* 文字色を白にする */
  background-color: white; /* 背景色をグレー（#c9c9c9）にする */
  text-decoration: none; /* リンクに出てくる下線を無効にする*/    
}

@media(max-width:650px){
  .box-search{
    background-color:  #ffffff5e;
      color: white;
      margin-bottom: 10em;
      width: 300px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      left: 10px;
      top: 5px;
      border-radius: 6px;
      font-size: 18px;
      text-align: center;
  }
  
  .box-search2{
    background-color:  #ffffff5e;
    color: white;
    margin-bottom: 10em;
    width: 300px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top:45px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
  }

  .searchbox {
    padding: 10px 0px 15px;
    width:100%;
    margin-left:10px;
    }

  .xl_toppage_padding > div.row > div > div.searchbox > div {
    padding-top:15px;
    font-size: 30px;
    color: white;
  
  }
}  

  .label-info {
    background-color: #004a86;
  }

  .background-blue {
    /*background-color: #0071C5;*/
    background-color: #004a86;
    height: 100%;
    padding-bottom: 30px;
    text-align: center;
  }

  .background-steel-blue {
    background-color: #548fad;
    height: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
  }

  .background-light-grey {
    background-color: #f7f7f7;
    height: 100%;
    padding: 30px 0px 50px 0px;
    margin-bottom: 20px;
    color: #000;
  }

  .searchbox_btn {
    background-color: #ffffff30;
    margin: 5px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    color: white;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
  }

  @media all and (-ms-high-contrast: none) {
    .searchbox_btn {
      background-color: #5EA5DA;
      margin: 5px;
      font-size: 16px;
      width: 100%;
      text-align: center;
      padding: 10px 20px;
      color: white;
      display: inline-block;
      border-radius: 6px;
    }
  } 

  .searchbox_btn:hover {
    background-color: #ffffffdb;
    color: #386074;
    text-decoration: none;
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .searchbox_btn {
      background-color: #104a79;
      color: white;
    }
  
    .searchbox_btn:hover {
      background-color: white;
      color: #104a79;
      text-decoration: none;
    }
  }
  

a.btn-gradient-blue {
  margin: 5px;
  color: white;
  font-weight:600; 
  width:110px;
  border-radius: 100vh;
  border-color: #3EE6FB;
  border-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient-blue:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3EE6FB),
    to(#3EE6FB)
  );
  background: -webkit-linear-gradient(left, #3EE6FB 0%, #3EE6FB 100%);
  background: linear-gradient(to right, #3EE6FB 0%, #3EE6FB 100%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-red {
  margin: 5px;
  color: white;
  font-weight:600; 
  width:110px;
  border-radius: 100vh;
  border-color: #d13e52;
  border-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient-red:hover {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d13e52),
    to(#d13e52)
  );
  background: -webkit-linear-gradient(left, #d13e52 0%, #d13e52 100%);
  background: linear-gradient(to right, #d13e52 0%, #d13e52 100%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-yellow {
  margin: 5px;
  margin-top:20px;
  color:white;
  font-weight:600; 
  width:110px;
  margin-right:3px;
  border-radius: 100vh;
  border-color: #FFE55E;
  border-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient-yellow:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#FFE55E),
    to(#FFE55E)
  );
  background: -webkit-linear-gradient(left, #FFE55E 0%, #FFE55E 100%);
  background: linear-gradient(to right, #FFE55E 0%, #FFE55E 100%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-orange {
  margin: 5px;
  margin-top:20px;
  color: white;
  font-weight:600; 
  width:110px;
  margin-right:3px;
  border-radius: 100vh;
  border-color: #d56721;
  border-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient-orange:hover {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d56721),
    to(#d56721)
  );
  background: -webkit-linear-gradient(left, #d56721 0%, #d56721 100%);
  background: linear-gradient(to right, #d56721 0%, #d56721 100%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-gradient-pink {
  margin: 5px;
  margin-top:20px;
  color: white;
  font-weight:600; 
  width:110px;
  margin-right:3px;
  border-radius: 100vh;
  border-color: #FF69B4;
  border-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient-pink:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#FF69B4),
    to(#FF69B4)
  );
  background: -webkit-linear-gradient(left, #FF69B4 0%, #FF69B4 100%);
  background: linear-gradient(to right, #FF69B4 0%, #FF69B4 100%);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.totop {
  margin-top: 20px;
  text-align: left;
}

/* Footer Property */
footer.product h3 {
    color: #ffffff;
    font-size: 18px;
}

footer.product p.footerlist {
    color: #ffffff;
    line-height: 180%;
}

footer.product p.footerlist a {
  color: #9ebdd7;
  text-decoration: none;
}

footer.product p.footerlist a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer_copyright {
  text-align: right;
  line-height: 160% !important;
}

/* additional css */
.announcement {
  background-color: #004a86c2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.announcement a {
  color: #fff;
  text-decoration: underline;
}

.purple_btn {
  background-color: #af3ba6;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.purple_btn:hover {
  background-color: #8f3087;
  color: white;
  text-decoration: none;
}

.steel_blue_btn {
  background-color: #548fad;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.steel_blue_btn:hover {
  background-color: #45768f;
  color: white;
  text-decoration: none;
}

.dark_blue_btn {
  background-color: #004a86;
  border: 2px solid #004a86;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.dark_blue_btn:hover {
  background-color: #fff;
  border: 2px solid #004a86;
  color: #004a86;
  text-decoration: none;
}

.dark_blue_reversed_btn {
  background-color: #f3f3f3;
  border: 2px solid #004a86;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #004a86;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.dark_blue_reversed_btn:hover {
  background-color: #004a86;
  border: 2px solid #004a86;
  color: #f3f3f3;
  text-decoration: none;
}

.green_btn {
  background-color: #58a948;
  border: 2px solid #58a948;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.green_btn:hover {
  background-color: #fff;
  border: 2px solid #58a948;
  color: #58a948;
  text-decoration: none;
}

.white_btn {
  background-color: #fff;
  border: 2px solid #fff;
  margin: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #004a86;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.white_btn:hover {
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  color: #004a86;
  text-decoration: none;
}

.toolkit-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 15px 0px;
  padding: 10px 20px;
  text-align: center;
}
.toolkit-box .title {
  font-weight: bold;
  font-size: 16px;
}
.toolkit-box .small {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .toolkit-box {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .toolkit-box {
    min-height: 340px;
  }
  .free-download .dark_blue_btn {
    margin-top: 40px;
  }
}