/* <system section="theme" selected="10257846132632063125"> */
@charset "utf-8";

/*
© 2018 melfille by mimi
Theme: melfille
Author: mimi
Keywords: elegant, sweet
Responsive: yes
*/

/* リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  border: 0;
  color: #f7d5ba;
  font-family: 'Pinyon Script', Hannari, 'HGS教科書体', HGSKyokashotai, serif;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

/* 基本設定 */
body {
  background: #fef9fb;
}

.entry-content {
  font-family: Neuton, Hannari, 'HGS教科書体', HGSKyokashotai, serif !important;
}

/* ブログ全体 */
#wrapper {
  background: #fff;
  border: 1px solid;
  float: left;
  margin-top: 2%;
  margin-left: 4%;
  padding: 3% 3% 1% 3%;
  width: 60%;
}

#box2 {
  float: right;
  margin-top: 2%;
  margin-right: 4%;
  width: 30%;
}

@media (max-width: 750px) {
  #wrapper {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  
  #box2 {
    float: none;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#footer-inner {
  margin: auto;
}

#footer {
  margin-top: 3%;
}

/* ヘッダー */

/* グローバルメニュー */
.menu ul {
  display: table;
  margin-top: 3%;
  table-layout: fixed;
  width: 100%;
}

.menu li {
  background: #f7d5ba;
  display: table-cell;
}

.menu li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 3% 0;
}

.menu li a:hover {
  background: #fef9fb;
  color: #f7d5ba;
}

/* コンテンツ */
.date .hyphen {
  display: none;
}

.date .date-year::after,
.date .date-month::after,
.date .date-day::after {
  content: '. ';
}

.entry-title {
  position: relative;
  padding: .5em 0;
}

.entry-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
}

.entry-title::after {
  bottom: 0;
  border-top: 2px solid;
  border-bottom: 1px solid;
}

.entry-content {
  font-size: 16px;
}

/* サイドバー */
.hatena-module-title {
  position: relative;
  padding: .5em 0;
}

.hatena-module-title::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
}

.hatena-module-title::after {
  bottom: 0;
  border-top: 2px solid;
  border-bottom: 1px solid;
}

.hatena-module-body {
  margin-top: 5%;
  margin-bottom: 10%;
}

/* フッター */
/* </system> */