/*------------------------------------------------------------pagetitle*/
#pagetitle {
  background: url("../img/competition_img/bg_pagetitle.png") left calc(50% - 140px) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #pagetitle {
    background: url("../img/competition_img/bg_pagetitle.png") center center no-repeat;
    background-size: cover;
  }
}

/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
  margin-top: -80px;
  padding-top: 80px;
}

.newsbox .news_text_area {
  zoom: 1;
  /*ie6*/
  overflow: hidden;
}

.newsbox .news_text {
  line-height: 1.5;
  text-align: left;
}

.newsbox img {
  margin-bottom: 10px;
}

.newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.newstitle {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #fb36b3;
  border-top: 2px solid #fb36b3;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2px 8px;
  margin-bottom: 15px;
  background: #fbebf6;
}

.newstitle span {
  color: #fb36b3;
  display: block;
  font-size: 0.8em;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .newstitle {
    padding: 10px 8px 10px 116px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .newstitle span {
    position: absolute;
    left: 16px;
    top: 12px;
  }
}

.pdf_link {
  margin-top: 30px;
}

.pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}

.pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}

.pdf_link li a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .newstitle br {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .phbox_right {
    float: right;
    margin-left: 30px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

/*PageNavi*/
.pagenavi {
  margin: 20px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

.pagenavi li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

.pagenavi li span {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  border: 1px solid #fb36b3;
  background: #fb36b3;
}

.pagenavi li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fb36b3;
  border: 1px solid #fb36b3;
  background: #fff;
}

.pagenavi li a:hover {
  color: #fff;
  background: #fb36b3;
}

#sec01 .newsbox {
	margin-bottom: 40px !important;
}