/* title
---------------------------*/
.pageTitleList01 {
  background: #3c494f;
  padding: 18px 10px;
  border-bottom: 5px solid #56646b;
}
.pageTitleList01 h1 img {
  display: none;
}
.pageTitleList01 h1 em {
  display: block;
  font-size: 153.8%;
  color: #fff;
  font-weight: bold;
}
p.date {
  text-align: right;
}

/* list
---------------------------*/
.indexPressRelease01 {
  overflow: hidden;
}
.indexPressRelease01 dl {
  margin: -28px 0 -15px;
}
.indexPressRelease01 dl dt {
  background: url(/common/001176372.png) repeat left top;
  background-size: 4px 4px;
  padding: 5px 10px;
  margin: 28px 0 15px;
}
.indexPressRelease01 dl dd {
  padding-left: 16px;
  background: url(/common/001176382.png) no-repeat left 0.3em;
  background-size: 12px 12px;
  margin-bottom: 15px;
  display: block;
  min-height: 1%;
}
.indexPressRelease01 dl dd:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
.indexPressRelease01 dl dd .icon {
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.indexPressRelease01 dl dd .text {
  overflow: hidden;
}

/* index
---------------------------*/
.bgLinkPress {
  padding: 3px;
  background: url(/common/001176373.png) repeat left top;
  background-size: 2px 2px;
}
.linkPress02 {
  background: #fff;
  padding: 16px 15px; 
}
.linkPress02 ul {
  overflow: hidden;
  *zoom: 1; 
}
.linkPress02 ul li:first-child {
  float: none;
  width: auto;
}
.linkPress02 ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  background: url(/common/001176382.png) no-repeat left;
  background-size: 12px 12px;
  margin-left: 0!important;
  list-style: none!important;
  box-sizing: border-box;
}
.linkPress02 ul li:first-child {
  background: none;
  padding-left: 0;
  font-weight:bold;
}


/* img
---------------------------*/
.pressContents .flImgL,
.pressContents .flImgR {
  float: none;
  display: block;
  margin: 0 0 20px 0;
}


/* table scroll
---------------------------*/
.tblWrap {
  width: 100%;
  overflow: hidden;
}
.tblWrapInner {
  padding: 0 0 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.tblWrapInner::-webkit-scrollbar {
  height: 5px;
}
.tblWrapInner::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.tblWrapInner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}
