@charset "shift_jis";
/* =========================================

nasuluckitchen > blog > contents.css

main共通
============================================ */

/*　ページナビ下部 バナー追加--------------------------------------------------------*/
#base .bnr {
  box-sizing: border-box;
  width:100%;
  margin:30px auto 10px;
  padding: 1.5em 20px;
  background:#fff;
  clear: both;
}

#base .bnr .box_group {
  margin-top: 2em;
  width: 100%;
}

#base .bnr .box_group:first-of-type {
  margin-top: 0;
}

#base .bnr .ttl {
  background: #6dab5a;
  box-shadow:2px 2px 5px 0px #bdc1b2;;
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.3em 0;
  width: 100%;
}

#base .bnr .box_group ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 914px;
}

#base .bnr .box_group ul li {
  list-style: none; 
  margin-top: 1em;
  margin-left: 0.5em;
  width: 300px;
}

#base .bnr .box_group ul li:nth-child(3n+1),
#base .bnr .box_group ul li:first-child {
  margin-left: 0
}

#base .bnr .box_group ul li a {
  display: block;
}

#base .bnr .box_group ul li a:hover {
  opacity: .8;
  transition: .5s all;
}