/*Header Edit*/

.l-content > h1.mainvs {
  width: 950px;
  height: 350px;
  background-image: url('../images/mainvs.png');
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
}

.l-content .border-style {
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.l-content .border-dashed {
  border: 2px dashed #eeeeee;
  padding: 35px 15px;
  background-color: #fffee0;
}

.l-content .highlight-red {
  color: #ee0000;
}

/*Hover*/

.l-content .hover-style:hover {
  border-color: #ff730a;
}

.l-content .hover-style:hover img {
  opacity: 0.7;
}

/*pagination*/

.l-content .m-pagination > li.arrow:first-child {
  float: right;
  margin: 0px;
}

.l-content .m-pagination > li.arrow:last-child {
  float: left;
  margin: 0px;
}