@charset "UTF-8";
.flexW {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

div#kvSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  div#kvSlider {
    padding-bottom: 33px;
  }
}
div#kvSlider section {
  width: 100%;
}
@media screen and (max-width: 640px) {
  div#kvSlider section {
    padding-bottom: 5px;
    border-bottom: solid 1px #dcdcdc;
  }
}
div#kvSlider section ul {
  margin: 0 auto;
  width: 800px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  div#kvSlider section ul {
    width: 90%;
  }
}
div#kvSlider section .slick-list {
  overflow: visible;
}
div#kvSlider section li {
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  div#kvSlider section li {
    padding: 0 2.5px;
  }
}
div#kvSlider section li img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  div#kvSlider section li img {
    width: 100%;
    height: auto;
  }
}

.wrapper header {
  position: relative;
}
.wrapper header a.viewListLink {
  position: absolute;
  right: 0;
  top: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #606060;
}
@media screen and (max-width: 640px) {
  .wrapper header a.viewListLink {
    right: 5px;
    font-size: 14px;
    background: #f5f5f5;
    padding: 5px 10px;
    top: 0 !important;
  }
}
.wrapper#main .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.wrapper#main .breadcrumb ul {
  position: absolute;
  top: -22px;
  left: 0;
}
.wrapper#main h2 {
  margin: 0 0 30px;
 /* font-size: 24px; 2016.08.05 KD Nunomura */
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .wrapper#main h2 {
    margin: 0 0 15px;
/*    font-size: 15px; 2016.08.05 KD Nunomura */
    font-size: 16px;
  }
}
.wrapper#main #leftSide {
  width: 760px;
  float: left;
}
@media screen and (max-width: 640px) {
  .wrapper#main #leftSide {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .wrapper#main #leftSide .sections {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.wrapper#main #rightSide {
  width: 300px;
  float: right;
}
@media screen and (max-width: 640px) {
  .wrapper#main #rightSide {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.wrapper#main #rightSide header {
  margin-bottom: 15px;
}
.wrapper#main #rightSide header h3 {
/*  font-size: 20px; 2016.08.05 KD Nunomura */
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .wrapper#main #rightSide header h3 {
/*    font-size: 16px; 2016.08.05 KD Nunomura */
    font-size: 15px;
  }
}
.wrapper#main #rightSide a.viewListLink {
  top: 5px;
}

@media screen and (max-width: 640px) {
  .new-book header {
    padding: 0 10px;
  }
}
.new-book header h2 {
  margin: 0 0 15px !important;
}
@media screen and (max-width: 640px) {
  .new-book header h2 {
    margin: 0 0 10px !important;
  }
}
.new-book .slickWrap {
  margin-bottom: 30px;
}
.new-book .slickWrap .slickSlider li a .title {
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.new-book .slickWrap .slickSlider li a:hover .title {
  color: black !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recommend {
/*  margin-bottom: 50px; */
  margin-bottom: 30px;
  padding-top: 25px;
  border-top: solid 1px #dcdcdc;
}
@media screen and (max-width: 640px) {
  .recommend {
    margin-bottom: 0;
    padding-top: 18px;
  }
}
.recommend hr {
  clear: both;
  width: 100%;
  display: block;
  height: 1px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0 0;
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  .recommend hr {
    display: none;
  }
}
.recommend .firstBlock a {
  display: block;
  min-height: 1%;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.recommend .firstBlock a:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.recommend .firstBlock a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock a {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.recommend .firstBlock * html a {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock {
    padding: 0 5px;
  }
}
.recommend .firstBlock .textArea {
  width: 240px;
  float: right;
}
.recommend .firstBlock .textArea .bookTitle {
  font-size: 12px;
  color: #818181;
  margin: 5px 0;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .textArea .bookTitle {
/*    font-size: 14px; 2016.08.05 KD Nunomura */
    font-size: 12px;
  }
}
.recommend .firstBlock .textArea .entryTitle {
/*  font-size: 21px; 2016.08.05 KD Nunomura */
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 5px;
}
.recommend .firstBlock .textArea .entryTitle a {
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.recommend .firstBlock .textArea .entryTitle a:hover {
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .textArea .entryTitle {
    font-size: 16px;
  }
}
.recommend .firstBlock .textArea .description {
/*  font-size: 14px; 2016.08.05 KD Nunomura */
  font-size: 12px;
  color: #818181;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .textArea .description {
/*    font-size: 14px; 2016.08.05 KD Nunomura */
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .textArea {
    width: 100%;
    float: none;
  }
}
.recommend .firstBlock .imageArea {
  float: left;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 494px;
  height: 260px;
  margin: 0 0 5px;
}
.recommend .firstBlock .imageArea img {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.recommend .firstBlock .imageArea img:hover {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .imageArea {
    float: none;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .recommend .firstBlock .imageArea img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
.recommend .firstBlock .imageArea .stat {
  font-size: 16px;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 25px 13px 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* Firefox用 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* Opera */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  /* Safari,Google Chrome用 */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -ms-border-radius: 0 0 9px 9px;
  -o-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .imageArea .stat {
    padding: 37px 10px 0;
    font-size: 12px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}
.recommend .firstBlock .imageArea .stat .date {
  float: left;
}
.recommend .firstBlock .imageArea .stat .category {
  float: right;
}
.recommend .firstBlock .imageArea .stat .category span {
  font-size: 22px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .recommend .firstBlock .imageArea .stat .category span {
    font-size: 12px;
  }
}
.recommend .firstBlock .imageArea img.thumbnail {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .recommend .flexW {
    padding: 0 5px !important;
  }
}
.recommend .items {
  width: 243px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 640px) {
  .recommend .items {
    margin-bottom: 10px !important;
    padding: 0 0 10px !important;
  }
}
.recommend .items:nth-child(3) {
  margin: 0;
  padding: 0;
  border: none;
}
.recommend .items:nth-child(3n+4) {
  margin: 0;
  padding: 0;
  border: none;
}
.recommend .items a {
  display: block;
}
.recommend .items a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.recommend .items .imageArea a:after {
  content: " ";
  background: rgba(255, 255, 255, 0);
  width: 229px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.recommend .items .imageArea a:hover:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  .recommend .items {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    border-right: none;
    float: none;
  }
}
.recommend .items .textArea .bookTitle {
  font-size: 12px;
  color: #818181;
  margin: 5px 0 8px;
}
@media screen and (max-width: 640px) {
  .recommend .items .textArea .bookTitle {
/*    font-size: 14px; 2016.08.05 KD Nunomura */
    font-size: 12px;
  }
}
.recommend .items .textArea .entryTitle {
  font-size: 21px;
  line-height: 1.2;
  color: #000;
}
.recommend .items .textArea .entryTitle a {
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.recommend .items .textArea .entryTitle a:hover {
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .recommend .items .textArea .entryTitle {
    margin: 17px 0 0 !important;
  }
}
.recommend .items .textArea .description {
  font-size: 14px;
  color: #818181;
}
@media screen and (max-width: 640px) {
  .recommend .items .textArea .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .recommend .items .textArea {
    width: 100%;
    float: right;
    margin-left: -130px;
    padding-left: 130px;
  }
}
.recommend .items .imageArea {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 121px;
}
.recommend .items .imageArea img {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.recommend .items .imageArea img:hover {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
@media screen and (max-width: 640px) {
  .recommend .items .imageArea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .recommend .items .imageArea img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
.recommend .items .imageArea .stat {
  font-size: 16px;
  width: 100%;
  height: 60px;
  color: #fff;
/*  padding: 25px 13px 0; 2016.08.15 KD Nunomura */
  padding: 10px 13px 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* Firefox用 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  /* Opera */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  /* Safari,Google Chrome用 */
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -ms-border-radius: 0 0 9px 9px;
  -o-border-radius: 0 0 9px 9px;
  border-radius: 0 0 9px 9px;
}
@media screen and (max-width: 640px) {
  .recommend .items .imageArea .stat {
    padding: 37px 10px 0;
    font-size: 12px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}
.recommend .items .imageArea .stat .date {
  float: left;
}
.recommend .items .imageArea .stat .category {
  float: right;
}
.recommend .items .imageArea .stat .category span {
  font-size: 22px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .recommend .items .imageArea .stat .category span {
    font-size: 12px;
  }
}
.recommend .items .imageArea img.thumbnail {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.recommend .items.small {
  float: left;
}
.recommend .items.small:after {
  content: " ";
  display: block;
  clear: both;
}
.recommend .items.small .imageArea .stat {
/*  height: 50px; 2016.08.15 KD Nunomura */
  height:36px;
  font-size: 13px;
}
.recommend .items.small .imageArea .stat [class^="icon-"], .recommend .items.small .imageArea .stat [class*=" icon-"] {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .recommend .items.small .imageArea .stat [class^="icon-"], .recommend .items.small .imageArea .stat [class*=" icon-"] {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .recommend .items.small .imageArea {
    width: 115px;
    height: 60px;
    float: left;
    padding: 0;
    border-left: none;
  }
}
.recommend .items.small .entryTitle {
  margin: 5px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .recommend .items.small .entryTitle {
    margin: 17px 0 0;
    font-size: 14px;
  }
}
.recommend .items.small .bookTitle {
/*  margin: 2px 0 0; 2016.08.05 KD Nunomura */
  margin: 5px 0 0;
}
@media screen and (max-width: 640px) { /* 2016.08.05 KD Nunomura */
  .recommend .items.small .bookTitle {
    margin:2px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .recommend .items.small {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  .recommend .items.small:last-child {
    border: none;
  }
}
.recommend .imgNo .imageArea {
  border: none;
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .recommend .imgNo .imageArea {
    height: auto !important;
  }
}
.recommend .imgNo .imageArea .thumbnail {
  display: none;
}
.recommend .imgNo .imageArea .stat {
  background: none;
  height: auto !important;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .recommend .imgNo .imageArea .stat {
    padding-left: 0 !important;
  }
}
.recommend .imgNo .imageArea .stat .date {
  color: #818181;
}
.recommend .imgNo .imageArea .stat .category {
  color: #818181;
}
@media screen and (max-width: 640px) {
  .recommend .imgNo .textArea {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .recommend .items.small .imageArea {
    position: static;
  }
  .recommend .items.small .stat {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 0 0 130px;
    color: #818181;
    background: none;
  }
  .recommend .items.small .stat .date {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #818181;
    font-size: 12px;
  }
  .recommend .items.small .stat .category {
    float: left;
    font-size: 12px;
  }
}

.news {
  padding-top: 25px;
  border-top: solid 1px #dcdcdc;
}
.news .table {
  margin-bottom: 15px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 640px) {
  .news .table {
    margin: 0 5px 15px;
  }
}
.news .table a {
  padding-right: 30px;
  position: relative;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .table a:hover {
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .table a:after {
  content: "\e92e";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 640px) {
  .news .table a:after {
    margin-top: -8px;
    color: black !important;
    font-size: 14px !important;
  }
}
.news .table .tr {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 640px) {
  .news .table .tr {
    display: block;
  }
}
.news .table .tr .th {
  display: table-cell;
  font-weight: normal;
  font-size: 14px;
  width: 8em;
  color: #818181;
  padding-right: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .news .table .tr .th {
    display: block;
    width: 75%;
  }
}
.news .table .tr .td {
  display: table-cell;
}
.news .table .tr .td .entryTitle {
/*  font-size: 17px; 2016.08.05 KD Nunomura */
  font-size: 16px;
  margin: 18px 0 0;
}
.news .table .tr .td .description {
/*  font-size: 13px; 2016.08.05 KD Nunomura */
  font-size: 12px;
  color: #818181;
  margin: 0 0 18px;
}
.news .award {
  font-size: 14px;
  color: #818181;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .award:hover {
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .award [class^="icon-"], .news .award [class*=" icon-"] {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news .award [class^="icon-"], .news .award [class*=" icon-"] {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .news .table a.tr {
    padding: 5px 22px 5px 5px;
    position: relative;
  }
  .news .table a.tr:after {
    font-family: 'icomoon' !important;
    content: "\e92e";
    color: #818181;
    position: absolute;
    font-size: 14px;
    margin-top: -10px;
    top: 50%;
    right: 0;
  }
  .news .table a.tr .td .entryTitle {
    margin: 2px 0;
/*    font-size: 13px; 2016.08.05 KD Nunomura */
    font-size: 14px;
  }
  .news .table a.tr .td .description {
    font-size: 12px;
  }
  .news .table .tr {
    padding: 5px;
    position: relative;
  }
  .news .table .tr .td .entryTitle {
    margin: 2px 0;
    font-size: 13px;
  }
  .news .table .tr .td .description {
    font-size: 12px;
  }
}

.events, .presents {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 640px) {
  .events, .presents {
    padding-right: 10px;
    padding-left: 10px;
  }
  .events a, .presents a {
/*    padding: 0 5px; 2016.08.16 KD Nunomura */
  }
}
.events img, .presents img {
  margin-bottom: 10px;
  width:150px; /* 2016.08.23 KD Nunomura */
  float: left;
}
.events .entryTitle, .presents .entryTitle {
  margin-bottom: 10px;
  padding-left: 160px;
/*  font-size: 15px; 2016.08.05 KD Nunomura */
  font-size: 14px;
  line-height: 1.2;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events .entryTitle:hover, .presents .entryTitle:hover {
  color: black !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .events .entryTitle, .presents .entryTitle {
    margin-bottom: 5px;
  }
}
.events .description, .presents .description {
/*  font-size: 13px; 2016.08.05 KD Nunomura */
  font-size: 12px;
  color: #818181;
}
@media screen and (min-width: 641px) {
  .events .description, .presents .description {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .events .description, .presents .description {
    padding-left: 160px;
  }
}

.presents .imgNo .entryTitle, .presents .imgNo .description,
.events .imgNo .entryTitle,
.presents .imgNo .entryTitle,
.events .imgNo .description,
.presents .imgNo .description {
/*  padding: 0; 2016.08.16 KD Nunomura */
  padding: 0 5px;
}

header h2 a,
header h3 a { /* 2016.08.12 KD Nunomura */
  color: #000;
}
