@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
  max-width: 1080px;
  margin: 0 auto;
}
.main {
  padding: 20px 5px;
}
a {
  text-decoration: none;
  color: #eb9743;
  font-weight: bold;
}
ul {
  list-style: none;
  border: 1px black solid;
  padding-left: 0;
}
ul li {
  border-left: hidden;
  border-right: hidden;
  border: 1px #eaeaea solid;
}
.child-container {
  display: flex;
  justify-content: space-between;
}
.sidebar-one {
  width: 25%;
}
.child-main {
  width: 48%;
}
.sidebar-two {
  width: 25%;
}
.author-box .author-thumb {
  float: none;
  margin: 3px auto 10px;
}
.author-content {
  margin-left: 0;
  padding: 3px;
}
.author-description p {
  font-size: 12px;
}
.entry-card-thumb {
  width: 490px;
}
.entry-card-content {
  margin-left: 0;
}
.entry-card .admin-pv {
  margin: 0.4em 0 0;
}
.sp-only {
  display: none !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 1055px) {
  /*必要ならばここにコードを書く*/
  .pc-only {
    display: none !important;
  }
  .content {
    margin-top: 10px;
    width: 98%;
  }
  .child-main {
    width: 100%;
  }
  .entry-card-thumb {
    width: 100%;
  }
  #navi .navi-in > .menu-mobile {
    flex-wrap: nowrap;
  }
  #navi .navi-in > .menu-mobile li {
    width: 50%;
    height: 30px;
    line-height: 30px;
}
footer{
  display: none;
}
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
  
  #navi .navi-in > .menu-mobile {
    flex-wrap: wrap;
  }
}
