@charset "utf-8";
/*
Theme Name: BizVektor-Child
Template: biz-vektor
*/

@import url('../biz-vektor/style.css');

#header #site-title a img {max-height:120px;}
.f_red {
  color: #f00;
}
#headContactInner a {
  background: #548235;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 60px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 180px;
}
#content p.btn__past__article {
  line-height: 1;
  text-align: right;
}
.btn__past__article a, .inner__btn a {
  background: #548235;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 180px;
}
#content p.inner__btn {
  margin-bottom: 0;
}
.inner__btn a {
  width: 360px;
}
#headContactInner a:hover, .btn__past__article a:hover, .inner__btn a:hover {
  opacity: .7;
  transition: all .3s ease-in;
}
.sideTower .sideWidget {
  margin-bottom: 10px;
}

@media (max-width: 659px) {
  #headContactInner a {
    margin-top: 0;
  }
  .inner__btn a {
    max-width: 100%;
  }
}
@media (min-width: 660px) {
  #content #topPr .topPrOuter .topPrInner {
    padding: 0 3%;
  }
  #content #topPr .topPrOuter .topPrInner {
    width: 94%;
  }
  #topPr #topPrLeft, #topPr #topPrCenter, #topPr #topPrRight {
    width: 49.6%;
  }
  #topPr #topPrRight {
    float: left;
  }
  #topPr .prImage {
    float: left;
    width: 70px;
  }
  #topPr .prImage a {
    border: none;
    padding: 0;
  }
  #content #topPr #topPrLeft .topPrInner, #content #topPr .topPrOuter .topPrInner {
    border: none;
  }
  #topPr .topPrTxtBox {
    padding-left: 10px;
  }
}
@media (min-width: 770px) {
  #header .innerBox #site-title {
    width: 400px;
  }
}
