@charset "UTF-8";
@import url("https://blog.hatena.ne.jp/-/theme/26006613496118172.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* タイトルのフォント*/

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* reset end */
/* 追記部分 */


/* コンテンツ幅*/
.inner {
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .inner {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .inner {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
}

/* スマホ・PC切り替え */
.pcOnly {
  display: none;
}

.spOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }

  .spOnly {
    display: none;
  }
}

/* グローバルメニュー下 */
.page-entry #global2 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content {
    word-wrap: break-word;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {

  left-area {
    width: 62%;
  }

  #box2 {
    width: 35%;
  }

}

/* 2カラムページ*/
.column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-area {
  width: 600px;
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
}

#box2 {
  width: 300px;
}

@media screen and (max-width: 959px) {
  .column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .left-area {
    width: 100%;
  }

  #box2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .left-area {
    padding-top: 20px;
  }
}

/* サイドメニュー */
#box2 {
  margin-top: -10px;
  font-size: 85%;
  line-height: 1.5;
}

#box2 img {
  max-width: 100%;
  height: auto;
}

.side-module {
  font-size: 100%;
  margin: 0 0 30px 0;
}

.side-module-title {
  margin: 0 0 5px 0;
  padding: 3px 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(49%, #f9f9f9), color-stop(50%, #ededed), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 49%, #ededed 50%, #ffffff 100%);
  border-bottom: 1px solid #f3eae4;
  border-top: 1px solid #f3eae4;
  font-weight: bold;
  font-size: 120%;
  color: #333;
}

.side-module-title {
  padding: 0 0 0 5px;
  line-height: 38px;
}

.side-module-title:before {
  color: #48b57b;
  content: '\f1ea';
  font-family: "FontAwesome";
  margin: 0 0 0 2px;
}

.side-module-title a {
  color: #333;
  text-decoration: none;
}

.side-module-title a:hover {
  color: #16a085;
  text-decoration: underline;
}

.side-module-html .side-module-title:before {
  color: #48b57b;
  content: '\f09d';
  font-family: "FontAwesome";
  margin: 0 0 0 1em;
}

/* サイドメニュー 最新記事タイトル */
.side-module-recent-entries .side-module-title:before {
  color: #48b57b;
  content: '\f1ea';
  font-family: "FontAwesome";
  margin: 0 0 0 2px;
}
.side-module.side-module-recent-entries{
margin: 0 0 10px 0;
}

/* カードの選び方 */
 .side-module-recent-entries.category-osusume .side-module-title::before {
  color: #48b57b;
  content: '\f09d';
  font-family: "FontAwesome";
  margin: 0 0 0 2px;
} 

/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .side-urllist という共通の class が振られます
*/
.side-urllist {
  list-style: none;
  margin: 0 0 0 0;
  line-height: 1.4;
  padding: 0 0 0 0;
}

.side-module-recent-entries .side-urllist li {
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
  list-style-position: inside;
  list-style-type: none;
  font-size: 95%;
  color: #a3a3a3;
}

.side-module-recent-entries .side-urllist li a {
  display: block;
  margin: 12px 0;
}


@media screen and (min-width: 768px) {

  .side-module-recent-entries .side-urllist li a{
    text-decoration: none;
  }

  .side-module-recent-entries .side-urllist li a:hover{
    text-decoration: underline;
  }
}


@media (max-width: 767px) {
  .side-module {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .side-module-title {
    background-color: #eeeeee !important;
  }

  .side-module-recent-entries .side-urllist li{
    padding-left: 4%;
    padding-right: 4%;
  }


  /* サイドメニュー 画面幅フル部分 */

  .side-module-title{
    width: 108%;
    position: relative;
    left: -4%;
    height: 46px;
    line-height: 46px;
  }

  /* aside 画面幅フル部分 end */

}

