@charset "UTF-8";




.gd2004 figure span {

  display: inline-block;
  position: relative;

}
.gd2004 figure span::after {
content: '';

position: absolute;
content: '© NEW HIROSHIMA GATEPARK';

color: #333;
right: 10px;
  bottom: 5px;
  text-shadow: 1px 1px 2px #fff;
}




