@charset "euc-jp";

/***************

メニュー アクティブ

****************/
.header-menu-list-item.is_blog .header-menu-list-item__link {
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.blog .sub-menu-list-item.is_blog .sub-menu-list-item__link {
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}

/******************************

404

******************************/
#notFoundArea {
  clear: both;
  width: 100%;
  height: 467px;
  background: #FFF;
  text-align: center;
  background: url(/common/img/nf_bg.jpg?210514) no-repeat;
  background-position: 0 bottom;

  border-radius: initial;
  margin: 0;
  box-shadow: initial;
  box-sizing: border-box;
  border: solid #f4f4f4;
  border-width: 5px 10px 10px;
}
#nfContents {
  padding: 50px 10px 0;
  text-align: left;
}
.nfText {
  padding: 20px 20px 10px;
}
.nfBtn {
  position: relative;
  padding: 40px 0 0 30px;
}
a.btnSimple {
  display: block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  padding: 0 0px;
  margin-bottom: 20px;
  border: solid 1px #BBB;
  border-radius: 4px;
  background: linear-gradient(to bottom, #fefefe 0%, #e7e7e7 100%);
  font-size: 24px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-weight: bold;
  color: #777;
  letter-spacing: 0.1em;
  box-shadow: 0 0 0 1px #FFF inset;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.btnSimple:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #fffed1 0%, #ffed9e 100%);
}
#nfContents h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#nfContents p {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 14px;
}