.showCase{
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  background-color:#f4f4f4;
  margin-top: 60px;
}

.orange{
	color:#e5a900;
	font-weight:400;
}

.showCase .contents {
  width: 1000px;
  height: auto;
  padding: 0 5px;
  margin: 45px auto;
  box-sizing: border-box;
}

.showCase .contents h2{
  width: 100%;
  float: left;
  display: block;
  color: #595959;
  line-height: 1.5em;
  margin: 5% 0 0 0;
  font-weight:300;
  text-align:center;
    color: #595959;
}

.showCase .contents .box {
  width: 96%;
  height: auto;
  float: left;
  margin: -4% 2% 0 2%;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.showCase .contents .box h2 {
	float:left;
font-weight:300;
margin-bottom:1%;
}

.showCase .contents .box p {
display:block;
text-align:left;
font-weight:400;
line-height:1.5em;
margin:1% 0 10% 0;
color:#595959;
float:left;
}


@media only screen and (max-width: 1024px) {    
.showCase .contents {
    width: 768px;
    margin: 35px auto;
  }
  .showCase .contents .box {
    width: 98%;
    margin: 1%;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
   .showCase .contents {
    width: 600px;
    margin: 20px auto;
  }
  .showCase .contents .box {
    width: 98%;
    margin: 1%;
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .showCase{
	  margin-top:175px;
  }
    .showCase .contents {
    width: 100%;
    margin: 20px auto;
  }
  .showCase .contents .box {
    width: 98%;
    margin: 5% 1px;
    padding: 10px;
  }
}