@charset "utf-8";
/* CSS Document */
#header {
  text-align: left;
  color: #fff;
  position: relative;
  background-image: none;
  background-attachment: scroll;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  width: 900;
  background-color: #000000;
}
#header ul {
  padding: 0px;
  margin: 0px;
}
#header ul li {
  float: left;
  list-style-type: none;
}
#newmodel {
  font-family: verdana;
  font-size: 0.8em;
  text-align: left;
  position: relative;
  top: 30px;
  margin: 0px;
  padding: 0px;
  width: 690px;
}
#header > img {
  height: 80px;
}
#InfoTop {
  position: relative;
  top: 20px;
  margin-left: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  color: white;
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  border: 2px dotted #FFFFFF;
  width: 640px;
  height: auto;
}
.news {
  margin: 0 auto;
}
.news_more {
  font-size: 11px;
  text-align: right;
  display: block;
  margin-left: auto;
}
.news_more a, .news_more a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.news_more a:hover {
  text-decoration: none;
  color: rgb(0, 142, 241);
}
.news_date dt {
  float: left;
}
.news_date dd {
  margin-left: 80px;
}
.news_date dd > a {
  color: #008ef1;
}
.img-1-lm, .img-2-premix, .img-3-bl, .img-4-euro, .img-5-elbe {
  display: inline-block;
  background: url('logo.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin: 10px;
}
.img-1-lm, .img-2-premix, .img-3-bl, .img-4-euro, .img-5-elbe a {
  cursor: pointer;
}
.img-1-lm {
  background-position: -10px -0px;
  width: 150px;
  height: 40px;
}
.img-2-premix {
  background-position: -170px -0px;
  width: 150px;
  height: 40px;
}
.img-3-bl {
  background-position: -10px -50px;
  width: 150px;
  height: 40px;
}
.img-4-euro {
  background-position: -170px -50px;
  width: 150px;
  height: 40px;
}
.img-5-elbe {
  background-position: -10px -100px;
  width: 150px;
  height: 40px;
}
.header_brand {
  margin-left: 20px;
}
.header_brand a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.main_wrapper {
  display: block !important;
  width: 900px !important;
  margin: 0 auto;
}
.items {
  width: 100%;
}
.items ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 30px;
  padding: 0;
}
.items ul li {
  width: calc(100% / 3);
  margin-bottom: 30px;
}
.items img {
  display: block;
  margin: 0;
}
.items_wheel {
  width: 198px;
  aspect-ratio: 1 / 1;
}
.items_logo {
  width: 150px;
  height: 33px;
}
.innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-top: 20px;
}
.side_menu {
  width: 200px;
  margin-right: 10px;
}
.main_cotnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top_sub_bunner {
  margin-top: 20px;
}
.main_visual {
  animation: fadeIn 3.8s ease 0s 1 normal;
  -webkit-animation: fadeIn 3.8s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}