.news li{
    padding:10px 0px;
    list-style: none;
}

.news h2{
    padding:10px 0px;
    list-style: none;
}

.bnr {
  position: relative;
  }

.bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0px;
  font-size:16pt;
  text-align:bold;
  /*Ê¸»ú¤ÎÁõ¾þ¤Ï¾ÊÎ¬*/
  }

.bnr img {
  width: 100%;
  }