.l-main_contents {
  padding-top: 70px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.l-main_contents:after {
  content: '';
  display: block;
  clear: both;
}

/*.l-main{
	float : left;
	width : 75%;
}*/
.container_liquid {
  padding-top: 0;
  margin-bottom: 10px;
}

.l-sidebar {
  display: block !important;
  width: 20%;
  float: right;
}

a {
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.Banner.container_liquid {
  padding-top: 40px;
}

.cost_reduction .cost_reduction_table {
  width: 100%;
  border: 1px solid #ccc;
}
.cost_reduction .cost_reduction_table tr {
  border-bottom: 1px solid #ccc;
}
.cost_reduction .cost_reduction_table tr th, .cost_reduction .cost_reduction_table tr td {
  padding: 20px;
  border-right: 1px solid #ccc;
  text-align: center;
}
.cost_reduction .cost_reduction_table tr th {
  font-weight: bold;
}
