/* Add here all your css styles (customizations) */

body {
  font-family: Roboto,"Droid Sans","Open Sans",Arial,Helvetica,Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
}


.article p {
  color: #000000;
}
.article .g-color-text {
  color: #000000;
}


.colorRed {
  color: #FF0000; 
}


div.sdgs h2 {
  padding: 1rem 2rem;
  border: 6px double #008A90;
  font-size: 1.5rem;
}



/*
.u-arrow-v1::before {
  background-color: rgba(255, 255, 255, 0.2);
}
*/

.g-brd-around {
  background-color: rgba(255, 255, 255, 0.2);
}


@media print {
  /*
  .navbar-brand {
    display: none;
  }
  */
  header {
    display: none;
    height: 0;
  }
  p { color: #000000; }
  footer div.g-bg-dark {display: none;}
}

dl.dl_newslist dt{
  float: left;
}
dl.dl_newslist dd{
  margin-left: 120px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #9C9C9C;
}
dl.dl_newslist dd a{
  color: #052c52;
}