@charset "UTF-8";

#topImgArea {
  padding-top: 45px;
  width: 100%;
  height: 225px;
  background: url(images/bg_top.png);
}
h2 {
  height: 28px;
  text-indent: inherit;
  white-space: inherit;
}
#bnSobajiten {
  top: 36px;
  right: 0;
}
#bnRecipe {
  top: 186px;
  right: 0;
}
#footerImgArea {
  background: url(images/bg_top.png);
  width: 100%;
}
#main {
  float: left;
  margin-top: 10px;
  width: 700px;
}
#side {
  float: right;
  margin: 10px 0 100px;
  width: 210px;
  font-size: 100%;
}
footer {
  clear: both;
}
#main article {
  margin-bottom: 150px;
  line-height: 2;
}
#main h1, #main h2, #main h3, 
#main h4, #main h5, #main h6 {
  margin-bottom: 25px;
  text-align: left;
  font-weight: bold; 
}
#main h1 { font-size: 167%; }
#main h2 { font-size: 153.9%; }
#main h3 { font-size: 146.5%; }
#main h4 { font-size: 131%; }
#main h5 { font-size: 116%; }
#main h6 { font-size: 108%; }
strong { font-weight: bold; }
#main h3.blogTitle {
  margin-bottom: 10px;
  padding: 0 0 5px 50px;
  background: url(images/soba_icon.png) no-repeat left 3px;
  background-size: 32px 30px;
  line-height: 1.45;
}
#main h3.blogTitle a {
  text-decoration: none;
  font-size: 116%;
  font-weight: bold; 
}
#main article p {
  margin-bottom: 25px;
}
#main article img {
  padding-bottom: 20px;
}
p.date {
  margin-bottom: 45px!important;
  padding-top: 10px;
  border-top: 1px solid #666666;
  font-size: 93%;
}
h4 {
  padding: 11px 0 13px 34px;
  background: url(images/manekineko_icon.png) no-repeat left 2px;
  background-size: 20px 33px;
}
ul.menu {
  background: url(images/dotline_brown.gif) repeat-x top;
  font-size: 93%;
}
ul.menu li {
  line-height: 1.6;
  background: url(images/circle.png) no-repeat 4px center;
}
ul.menu li a {
  display: block;
  padding: 11px 10px 10px 22px;
  background: url(images/dotline_brown.gif) repeat-x bottom;
}
ul.menu a       { text-decoration: none; }
ul.menu a:hover { text-decoration: underline; }

ul#banner li {
  margin-bottom: 10px;
}
/* ページナビゲーション */
#page {
  margin-bottom: 80px;
}
#page span {
  color: #79490e;
}
#page a {
  text-decoration: none;
}
.link_before, .link_next {
  font-size: 93%;
  letter-spacing: 1px;
  color: #79490e;
}
.link_before {
  padding-right: 7px;
}
.link_next {
  padding-left: 7px;
}
a.link_page, .current_page {
  padding: 8px 10px;
  border: 1px solid #d1c58f;
  font-size: 77%;
  zoom: 1;
}
#page span.current_page, .this-page {
  border-color: #9b6945;
  background-color: #9b6945;
  font-weight: bold;
  color: #fff;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 1049px) {
  #topImgArea {
    padding-top: 72px;
    height: 324px;
  }
  #main {
    width: 71%;
  }
  #side {
    width: 25%;
  }
  #page {
    margin-bottom: 60px;
  }
  #page a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
  }
  a.link_page, .current_page {
    margin-bottom: 8px;
    padding: 6px 10px;
  }
  .current_page, .this-page {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  #topImgArea {
    padding-top: 52px;
    height: 284px;
  }
  #main {
    width: 68%;
  }
  #side {
    width: 28%;
  }
  #page {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    margin: 15px 0 55px;
  }
  #main, #side {
    float: none;
    width: 100%;
  }
  #main article {
    margin-bottom: 90px;
  }
  #side {
    margin-bottom: 0;
  }
  #category, #archive {
    overflow: hidden;
    margin-bottom: 35px!important;
  }
  h4 {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #855226;
  }
  ul.menu li {
    float: left;
    width: 33.33%
  }
  #banner { 
    clear: both;
    overflow: hidden;
  }
  ul#banner li {
    float: left;
    width: 33.33%;
  }
  a.link_page, .current_page {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 568px) {
  #topImgArea {
    padding-top: 46px;
    height: 264px;
  }
  h1 a {
    width: 172px;
    height: 172px;
    background-size: 66px auto;
    background-position: center;
  }
  ul.menu li {
    width: 50%
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 45px;
  }      
  h2 img {
    width: 186px;
    height: auto;
  }  
  #main h3.blogTitle a {
    font-size: 100%;
  }
  p.date {
    margin-bottom: 30px!important;
  }
  ul#banner li {
    float: none;
    margin: 0 auto 10px;
    width: 210px;
  }
  ul#banner li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  #topImgArea {
    padding-top: 36px;
    height: 244px;
  }
}
@media screen and (max-width: 320px) {
  ul.menu li {
    width: 100%;
  }
}