/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/
@font-face {
     font-family: 'font_woff';
     font-style: normal;
     font-weight: 400;
     src: url('https://free-koba.com/wp-content/themes/stinger8/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff');
     font-display: swap;
 }

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
  /*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
  .work_img {
    max-height: 400px;
  }

  .work_img img {
    max-height: 400px;
  }

  /*-- ここまで --*/
}

/*media Queries スマホサイズ（500px以下）
----------------------------------------------------*/
@media only screen and (max-width: 500px) {
  .kanren .clearfix dt {
    width: 50px;
    margin-left: 32.5px;
  }
  /*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  /*-- ここまで --*/
}

#mybox {
  background-color: #fff;
  padding: 20px;
}

#mybox li {
  margin-top: 20px !important;
  border-bottom: solid 1px #aaa;
}

#mybox li:last-child {
  margin-bottom: 30px !important;
}

#mybox li a {
  text-decoration: none;
  color: #000;
}



@media only screen and (max-width: 500px) {
  .kanren .clearfix dt {
    margin-left: 0;
  }
  .kanren .clearfix dd {
    padding-left: 60px;
  }
}

.side_btn {
  color: #000;
  font-weight: bold;
  border: solid 2px #aaa;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  max-width: 400px;
  margin: auto;
}

span.wpcf7-list-item {
  display: block;
}

.wordpress_management {
  table-layout: fixed;
}

.wordpress_management tr td {
  width: 50%;
}

#side .st-aside .menu_underh2 {
  font-size: 16px;
}

.page_btn {
  color: #000;
  font-weight: bold;
  margin: 10px;
}
