@charset "utf-8";

h1{
  margin: 0;
}

/* top */
.topTitle{
  margin: 0;
}

.topNews-wrap{
  margin-bottom: 50px;
}
div#content .topNews-wrap h2{
  font-size: 1.5rem;
  background-color: transparent;
  background-image: none;
  border: none;
  color: #620012;
  padding-left: 0;
  margin-bottom: 5px;
}
.topNews{
  width: 100%;
  padding-left: 0;
  margin: 0;
}
.topNews li{
  list-style: none;
  border-bottom: 1px solid #c6c6c6;
  font-size: 14px;
  padding: 8px 14px;
}
.topNews li span{
  display: inline-block;
}
.topNews li a{
  line-height: 2;
  transition: .3s;
}
.topNews li a:hover{
  opacity: .7;
}
.btn_more{
  font-size: 14px;
  color: #fff;
  padding: 8px 15px;
  background: #620012;
  border-radius: 6px;
  margin: 20px auto 0;
  text-decoration: none;
  transition: .3s;
  display: table;
}
.btn_more:hover{
  opacity: .7;
}
/* top end */


/* news list */
.title_newsList{
  font-size: 24px;
  margin-bottom: 15px;
}
/* news list end */


/* news detail */
div#content .pageNewsDetail-wrap p{
  margin: 0 0 1em;
  border: none;
}
.newsDetail_image{
  margin: 0 0 1em;
}

/* news detail end */
