* {
  margin: 0;
  padding: 0;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

.clearFix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

li {
  list-style: none;
}

#container {
  width: 100%;
  background: url(./images/background.png) no-repeat 50% 150px;
}

#topContents {
  width: 1040px;
  margin: 0 auto;
}

#bestSolutions {
  background: url(./images/bestsolutions.png);
  width: 493px;
  height: 0;
  padding: 174px 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 14%;
  left: 52%;
}

/*====================================================
/* News Parts Maker Contents
=====================================================*/
section#news, section#parts, section#maker {
  float: left;
  margin: 0 65px 0 0;
}

.secondContents {
  margin-bottom: 50px;
}
.secondContents section {
  height: 270px;
}

section#news {
  width: 350px;
}
section#parts {
  width: 250px;
}
section#parts li {
  list-style: none;
}
section#maker {
  margin: 0;
}
section#maker li {
  float: left;
  width: 120px;
  margin: 3px 15px;
}
section#maker li a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-tranzsition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section#maker li a img:hover {
  opacity: 0.5;
}
section#news h3, section#parts h3, section#maker h3 {
  height: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
section#news h3 {
  background: url(./images/news_icon.png) no-repeat;
  padding: 0 0 0 30px;
}
section#parts h3 {
  background: url(./images/parts_icon.png) no-repeat;
  padding: 0 0 0 32px;
}
section#maker h3 {
  background: url(./images/maker_icon.png) no-repeat;
  padding: 0 0 0 34px;
}
section#news dl {
  height: 260px;
  overflow: auto;
  padding: 10px 0 0 0;
}
section#news dt {
  font-size: 0.9em;
  color: #0066cc;
  padding: 2px 0 2px 5px;
  margin-bottom: 5px;
  border-left: 5px solid #0066cc;
}
section#news dd {
  padding: 2px 0 5px 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 17px;
  line-height: 130%;
  font-size: 0.9em;
}
section#news a {
  text-decoration: none;
  color: #333;
}

/*=================== News */
span.newMark {
  background: #ff6600;
  color: #fff;
  padding: 0 3px;
  font-size: 0.7em;
}

/*==================== Parts */
section#parts div#slideBox {
  height: 204px;
  padding: 32px 50px 31px 50px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 10px #ccc;
  -moz-box-shadow: 1px 1px 10px #ccc;
  -o-box-shadow: 1px 1px 10px #ccc;
  box-shadow: 1px 1px 10px #ccc;
  behavior: url(./PIE.php);
}
section#maker ul {
  width: 300px;
  height: 258px;
  background: #fff;
  list-style: none;
  border: 5px solid #eee;
  margin: 11px 0;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -o-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  behavior: url(./PIE.php);
}

/*===================== Maker */
dt.newMark {
  font-weight: bold;
}
