.path-redirect main .mainInner {
  margin-top: 30px;
}

.path-search #wrap main,
.path-redirect #wrap main {
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .search-views,
  .path-search main .search-form,
  .path-search main h1,
  .path-redirect main h1 {
    width: 1104px;
    margin: 0 auto;
  }
  .path-node .disp-preview,
  .disp-error {
    width: 1104px;
    margin: 0 auto;
  }
}

.search-views .views-field-title a {
  text-decoration: underline;
}

.search-views .views-field-title a:before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid lightgrey;
  border-top: 0.2em solid lightgrey;
  transform: rotate(45deg);
  margin-right: 0.5em;
}

.search-views .views-field-title a:hover {
  text-decoration: none;
}

.search-views .views-row {
  margin-bottom: 10px;
}

.path-search main .headerSearchInput {
    background-color: #fff;
    border: 2px solid #dbdbdb;
    padding: 11px 8px;
    width: 453px;
    height: 45px;
    font-size: 1.6rem;
}

.path-search main .headerSearchBtn {
    border: none;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #000;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
}

.path-search main .search-form {
  text-align: center;
  background-color: lightgrey;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.path-search main h1 {
  font-size: 36px;
  line-height:140%;
  color:#212121;
}

#error-404-403 {
    padding: 38px 0 40px 0;
    position: relative;
    z-index: 10;
}

#error-404-403 .title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2.6rem;
}

#error-404-403 .title01 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
}

#error-404-403 .text01 {
    margin-bottom: 40px;
}

#error-404-403 .text02 {
    margin-bottom: 25px;
    line-height: 27px;
}

#error-404-403 .c-err-box_list-circle {
    padding-left: 20px;
}

#error-404-403 .btn_back_top.small {
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
}

#error-404-403 .btn_back_top a p {
    position: relative;
}

#error-404-403 .btn_back_top a p:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../../../original/common/img/bg_arrow.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 13px;
    right: 0;
}
#error-404-403 .btn_back_top a p:hover:after {
  background-position: right bottom;
}
#error-404-403 .btn_back_top a p:hover{
  color: #e61a10;
}

#error-404-403 .btn_back_top {
  width: 180px;
  height: 40px;
  margin: 0 auto 40px;
  border: 1px #cbcbcb solid;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}

#post .no_image {
    width: 710px;
    height: 370px;
    overflow: hidden;
}
