﻿/* Server ID */
.gserverid1, .gserverid2, .gserverid3, .gserverid4, .gserverid5 {
    float: right;
    margin: 0;
    padding: 0;
    height: 5px;
    width: 5px;
    border-radius:50%;
    background: #017EE2;
}
.gserverid2 {
    background: #F24841;
}
.gserverid3 {
    background: #44B758;
}
.gserverid4 {
    background: #00B6F3;
}
.gserverid5 {
    background: #CF9FF4;
}
span.new {
	font-size: 8px;
	font-weight: bold;
	color: #ff4444;
	padding: 1px 5px 0px 5px;
	margin: 5px 5px 0 0;
}

@media only screen and (max-width: 999px) {
    .gserverid1, .gserverid2, .gserverid3, .gserverid4, .gserverid5 {
        float: left;
    }
}


/* ヘッダ広告エリア */
.pr-banner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pr-banner-wrap img {
    width: auto;
    height: 100%;
}
.pr-banner-wrap .pr-banner1 {
    width: 50%;
    height: 88px;
    /* float: left; */
}
.pr-banner-wrap .pr-banner2 {
    width: 50%;
    height: 88px;
    /* float: left; */
    line-height: 0em;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .pr-banner-wrap .pr-banner1, .pr-banner-wrap .pr-banner2 {
    position: relative;
    height: auto;
    padding-top: 7.5%;
  }
  .pr-banner-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .pr-banner-wrap .pr-banner1, .pr-banner-wrap .pr-banner2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 12%;
  }
  .pr-banner-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}


/* 明日の新聞 */

#HdnShortTitle[value*="明日の新聞"] + #wrap .article-cont h1 {
  display: inline-block;
  padding: 1.5% 3%;
  background-color: #007ee2;
  line-height: 1em;
  font-size: 1.3em;
  color: #fff;
}
#HdnShortTitle[value*="明日の新聞"] + #wrap .article-cont h1 + p {
  display: block;
  padding: 35px 40px 40px;
  border: 1px solid #007ee2;
}
@media only screen and (max-width: 699px) {
  #HdnShortTitle[value*="明日の新聞"] + #wrap .article-cont h1 {
    padding: 3% 5%;
  }
  #HdnShortTitle[value*="明日の新聞"] + #wrap .article-cont h1 + p {
    margin-bottom: 20px;
    padding: 22px 26px 30px;
  }
}
