@CHARSET "UTF-8";

#results.table,
#results.table tr td{
	border:0;
}
/*
#results.table tr td.resultsCol{
	border-bottom:1px dotted #ccc;
}
*/
@media screen and (max-width: 641px) {
	#results.table tr td.resultsCol label{
		display:block;
	}
}

/*News*/
.p-news {
  padding: 0 0 60px; }
  @media (max-width: 567px) {
    .p-news {
      padding: 27px 30px; }
      .p-news .l-contents__title {
        padding: 0; } }

.p-news__list {
  width: 100%; }
  .p-news__list li {
    margin-bottom: 22px; }
    .p-news__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      padding: 35px 30px;
      background-color: #f2f5f7; }
      .p-news__list li a:hover {
        background-color: #e2eff8;
        opacity: 1;
        color: #000; }
  @media (max-width: 567px) {
    .p-news__list li {
      margin-bottom: 15px; }
      .p-news__list li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 25px; } }

.p-news__list-header {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media (max-width: 567px) {
    .p-news__list-header {
      width: 100%; } }

.p-news__list-body {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.p-news__date {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 60px;
  position: relative;
  margin-right: 10px;
  display: block; }
  .p-news__date::after {
    width: 50px;
    height: 1px;
    content: "";
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    display: block; }
  @media (max-width: 567px) {
    .p-news__date {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1;
      padding-right: 12.5px;
      margin-right: 0; }
      .p-news__date::after {
        display: none; } }

.p-news__category {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 15px; }
  @media (max-width: 567px) {
    .p-news__category {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1;
      margin-right: 0; } }

.p-news__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px; }
  @media (max-width: 567px) {
    .p-news__title {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.8;
      margin-top: 15px;
      margin-bottom: 5px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.p-news__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8; }
  @media (max-width: 567px) {
    .p-news__text {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.8;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

#News #topGroupName {
  width: 100%;
  padding-bottom: 60px; }
  @media (max-width: 567px) {
    #News #topGroupName {
      padding: 0 15px; } }

#News .td, #News .th, #News .table th, #News .table td {
  border: none;
  padding: 0; }

#News .resultsRow::before, #News .resultsRow::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

#News .labelWrap {
  float: left;
  background-color: #f2f5f7;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px 30px !important;
  background-color: #f2f5f7; }
  #News .labelWrap:hover {
    background-color: #e2eff8;
    opacity: 1;
    color: #000; }
  @media (max-width: 567px) {
    #News .labelWrap {
      margin-bottom: 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 25px !important; } }

#News .displayPeriodStart_itemLabel {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 20px; }
  @media (max-width: 567px) {
    #News .displayPeriodStart_itemLabel {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1;
      margin-right: 0; } }

#News .newsTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8; }
  @media (max-width: 567px) {
    #News .newsTitle {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.8;
      margin-top: 15px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

#News .pagingSetting {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8; }

#News .returnLink {
  background-color: #fff;
  border: 2px solid #00a0c9;
  border-radius: 32px;
  color: #00a0c9;
  height: 64px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  width: 290px;
  padding: 0;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center; }
  #News .returnLink:link {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    color: #00a0c9; }
  #News .returnLink:visited {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    color: #00a0c9; }
  #News .returnLink:hover {
    background-color: #00a0c9;
    color: #fff; }

#results .PAGING_DETAILS_ROW .pagingSetting .pageInfo {
	width: 100%;
}
#results .PAGING_DETAILS_ROW .pagingSetting .pageInfo .pagenation {
	text-align: center;
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
