.wh .mainHero {
  background-image: url(/service/img/wh_hero_bg.jpg);
}

/*
.contView,
.topLead{
	.rTtl{
		margin-bottom: 40px;
	}
	@include break(750){
	.rTtl{
		margin-bottom: 20px;
		}
	.leadCopy{
		text-align: left;
	}
	}
}
*/
/*
.contView{
	.leadCopy{
		margin-bottom: 30px;
	}
}
*/
.viewArea {
  /*
  .phBox{
  	width: 31.3%;
  	float: right;
  	p{
  		margin-bottom: 5px;
  	}
  	ol{
  	>li{
  		margin-bottom: 25px;
  	}
  	}
  @include break(750){
  	width: 100%;
  	float: none;
  	ol{
  	>li{
  		width: 48.5%;
  			margin-right: 3%;
  		margin-bottom: 15px;
  		float: left;
  		&:nth-child(2n){
  			margin-right: 0;
  		}
  	}
  	}
  	}
  }
  */
}
.viewArea .mvBox {
  width: 100%;
}
.viewArea .mvBox > li {
  margin-bottom: 30px;
}
.viewArea .mvBox p {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .viewArea .mvBox {
    width: 100%;
    float: none;
  }
  .viewArea .mvBox > li {
    margin-bottom: 20px;
  }
}
.viewArea .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px !important;
}
.viewArea .movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}/*# sourceMappingURL=warehouse.css.map */