/* CSS Document */

.contentWrap > h2{
  color: #009fe5;
  font-size: 1em;
  margin: .5rem .5rem 0;
}
.currentArea h2{
  font-size: 1rem;
  margin: .75rem .75rem 0;
  font-weight: normal;
}

.goToCategoryLink{
  display: flex;
  flex-direction: row-reverse;
  font-size: .8rem;
  line-height: 1;
  list-style-type: none;
  margin: .75rem  .75rem 0 .75rem;
  padding: 0;
}
.goToCategoryLink li{
  margin: 0 .15rem;
}
.goToCategoryLink+h2{
  margin-top: 0;
}
.goToCategoryLink a{
  display: inline-block;
  background: #009fe5;
  border-radius: 1rem;
  font-size: .9em;
  padding: .2rem .25rem;
}
ul.currentNews{
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  list-style-type: none;
  margin: 0 .5rem .75rem ;
  padding: 0;
}
.currentNews li.new{
  font-size: 1.3em;
}
/*
.currentNews li:first-of-type{
  font-size: 1.3em;
}
.currentNews li:not(:first-of-type){
  width: 48%;
  margin-top: .75rem;
}*/
.currentNews li{
  padding: 0;
}
.currentNews li+li{
  margin-top: .5rem;
}
.currentNews li span:first-of-type{
  background: #009fe5;
  color: #fff;
  display: inline-block;
  font-size: .7em;
  line-height: 1;
  padding: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.currentNews li span{
  display: block;
  padding: 0 .25rem 0 .5rem;
}
.currentNews li span.leadText{
  font-size: .65em;
  color: #666;
  padding: .25rem .25rem .25rem .8em;
}

.oshirase{
  border: 2px solid #ea5a5a;
  width: 90%;
  margin: 0 auto;
}
.newstitle{
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #ea5a5a;
}