@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* ブログコンテンツ*/
/**** 全体レイアウト ****/
#blog_main {
  float: left;
  width: 650px;
}

#blog_side {
  float: right;
  width: 220px;
}

@media only screen and (max-width: 768px) {
  #blog_main {
    float: none;
    width: 90%;
    margin: 0 5% 10% 5%;
  }

  #blog_side {
    float: none;
    width: 90%;
    margin: 0 5% 10% 5%;
  }
}
/************* サブメニューアイコン（巻寿司教室） *****************/
#icon1 {
  background-image: url(../report/images/icon1.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#icon2 {
  background-image: url(../report/images/icon2.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#icon3 {
  background-image: url(../report/images/icon3.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #icon1 {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
  }

  #icon2 {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
  }

  #icon3 {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
#mainimage {
  margin-bottom: 50px;
}

#sp_mainimage {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mainimage {
    display: none;
  }

  #sp_mainimage {
    display: block;
    margin-bottom: 5%;
    padding: 7% 5%;
    background-color: #dd6a37;
    color: #fff;
  }

  #sp_mainimage a {
    color: #fff;
    text-decoration: none;
  }

  #sp_mainimage h2 {
    font-size: large;
  }

  #sp_mainimage p {
    font-size: 70%;
  }
}
/**** アーカイブタイトル ****/
#blog_main .archive_title {
  font-size: x-large;
  margin-bottom: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #blog_main .archive_title {
    font-size: large;
    margin-bottom: 5%;
    font-weight: bold;
  }
}
/**** エントリー ****/
#blog_main article {
  margin-bottom: 60px;
}

#blog_main article h2 {
  border-left: 5px solid #dd6a37;
  background-image: url(../images/pagetitle_back.jpg);
  padding: 20px;
  font-size: large;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
  #blog_main article h2 {
    border-left: 5px solid #dd6a37;
    background-image: url(../images/pagetitle_back.jpg);
    padding: 5%;
    font-size: 100%;
    margin: 0 0 5% 0;
  }
}
#blog_main article h2 a {
  color: #000000;
  text-decoration: none;
}

#blog_main article h2 a:hover {
  color: #dd6a37;
  text-decoration: none;
}

#blog_main article .honbun {
  font-size: 90%;
  line-height: 170%;
  margin: 0 10px 20px 10px;
}

@media only screen and (max-width: 768px) {
  #blog_main article .honbun {
    font-size: 90%;
    line-height: 170%;
    margin: 0 0px 5% 0px;
  }
}
#blog_main article .honbun p {
  margin-bottom: 1em;
}

#blog_main article .honbun img {
  margin-bottom: 10px;
}

#blog_main article .info {
  font-size: 75%;
  line-height: 170%;
  text-align: right;
  border-top: 1px solid #c8bb9b;
  padding-top: 10px;
}

#blog_main article .info a {
  color: #604c3f;
}

/****** Comment ******/
#blog_comment {
  margin-top: 30px;
}

#blog_comment a {
  color: #604c3f;
}

#blog_comment h3 {
  font-size: 100%;
  margin-bottom: 20px;
  border-left: 5px solid #dd6a37;
  padding: 5px 20px;
}

#blog_comment ul {
  margin-bottom: 40px;
}

#blog_comment ul li {
  border: 1px solid #c8bb9b;
  padding: 20px;
  margin-bottom: 15px;
}

#blog_comment ul li .comment-meta {
  border-bottom: 1px dotted #c8bb9b;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 90%;
  font-weight: bold;
}

#blog_comment .comment-date {
  font-size: 80%;
  padding-left: 20px;
  font-weight: normal;
}

#blog_comment ul li .comment-content {
  font-size: 90%;
  line-height: 160%;
}

#commentform label {
  font-size: 90%;
}

#commentform p {
  margin-bottom: 10px;
}

#commentform input, #commentform textarea {
  padding: 5px;
  font-size: 90%;
}

@media only screen and (max-width: 768px) {
  #commentform input, #commentform textarea {
    padding: 2%;
    font-size: 90%;
    width: 96%;
  }
}
#commentform #form-allowed-tags {
  display: none;
}

input#submit {
  padding: 10px 40px;
  font-size: 0.9em;
  background-color: #000;
  color: #fff;
  border-style: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  input#submit {
    padding: 10px 0;
    font-size: 0.9em;
    background-color: #000;
    color: #fff;
    border-style: none;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: button;
  }
}
/****** Page NAVI ******/
#blog_main .navi {
  font-size: 75%;
  background-color: #f3f0e9;
  padding: 10px;
  text-align: center;
}

#blog_main .navi a {
  color: #604c3f;
}

.pages, .current, .page, .extend, .nextpostslink, .last {
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  #blog_main .navi {
    font-size: 70%;
    background-color: #f3f0e9;
    padding: 2%;
    text-align: center;
  }

  #blog_main .navi a {
    color: #604c3f;
  }

  .pages, .current, .page, .extend, .nextpostslink, .last {
    padding: 0 2%;
  }

  .pages {
    display: none;
  }
}
/****** SIDE  ******/
#blog_side h3 {
  background-image: url(../images/side_sen.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 7px;
  margin-bottom: 15px;
  font-size: 100%;
}

#blog_side ul {
  margin-bottom: 40px;
  font-size: 80%;
  line-height: 150%;
}

#blog_side ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

#blog_side ul li:before {
  position: absolute;
  top: 10px;
  left: 0px;
  content: "";
  border-top: 1px solid #dd6a37;
  border-right: 1px solid #dd6a37;
  width: 4px;
  height: 4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

#blog_side ul li a:hover {
  color: #000;
  text-decoration: underline;
}
/*# sourceMappingURL=maps/blog.css.map */