html { font-size: 10px}
body { font-family: 'Noto Sans JP', sans-serif; font-size:10pt; color:#000000; }

#wholepart {
  width: 85%;
  margin: auto;
  background-color: #f3f3f3;
}

@media only screen and (max-width : 1200px) {
 #wholepart {width: 100%;}
 body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size:10pt;
  color:#000000;
  margin: 0;
  padding: 0;
  }
 /*body {margin: 0; padding: 0;}*/
 .articledetail {
   font-size: 1.2rem;
   font-weight: 300;
 }
}

@media screen and (min-width:1200px) {
  .articledetail {
    font-size: 0.7rem;
    font-weight: 100;
  }
}

/* ヘッダメニュー こっから*/
#headermenu {
  background-color: #ec922d;
  font-family:Verdana, Geneva, sans-serif; font-size:10pt; color:#000000;
}
#headermenu ul{
  padding-left: 0px;
}
#menuArea {
  list-style: none;   /* 黒丸が消える */
  display: flex;      /* boxを横並びにする */
  margin-top: 0px;
}
#menuArea li{
  width: auto;
  text-align: center;
  padding: 2px 2px 0px 2px;
}
#menuArea li b{
  padding-right: 5px;
}
#menuArea li.menutext {
  padding-top: 4px;
}
#menuArea a{
  text-decoration: none;    /* aタグの下線が消える */
  color: #000000;
}
/* ヘッダメニュー　ここまで */

#morebtn {
  color:inherit;
  text-decoration:none;
}

.articleparent {
  margin-bottom: 8px;
  color: black;
  display: flex;
  justify-content: flex-start;
}

.articlechild {
  vertical-align: top;
  padding-left: 5px;
  font-size: 1.4rem;
}

.articlenum {
  margin: 0 0 0 0;
  width: 25px;
  padding-right: 3px;
  text-align: right;
  color: gray;
  flex-shrink: 0;
}

.articletitle {
  letter-spacing: 0.08rem;
  font-size:1.3rem;
  padding-right: 1rem;
}

.articletitle a{
  text-decoration: none;
  font-weight: 600;
  /*color: black;*/
}

.articledetail {
  font-family:Verdana, Geneva, sans-serif;
  /*font-size: 0.7rem;*/
  color: gray;
}

.next {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 1.5rem;
  color: black;
  padding-top: 1rem;
  cursor: pointer;
}

.footer {
  padding-top: 0rem;
  padding-bottom: 1rem;
}

.footer hr {
  border-top: 1px solid #ec922d;
}

.footermenu {
  text-align: center;
  font-size: 1.2rem;
  color: gray;
  letter-spacing: 0.1rem;

}

.footermenu a {
  text-decoration: none;    /* aタグの下線が消える */
}
