@charset "utf-8";


/* -- webfont -------------------------------------------------------------------------------- */

@font-face  {
	font-family: 'contents-maker';
		src: url( '../font/contents-maker.woff' ) format( 'woff' ),
		     url( '../font/contents-maker.ttf' ) format( 'truetype' ),
		     url( '../font/contents-maker.eot' ) format( 'embedded-opentype' ),
		     url( '../font/contents-maker.svg' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




/* -- body -------------------------------------------------------------------------------- */


div#news div#information div {
  margin: 30px 0;
  border-top: 1px dotted #333333;
  padding-top: 20px;
}

div#news div#information div:first-child {
  border-top: none;
  padding-top: 0;
}

div#news div#information div dl{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 1.1rem;
}

div#news div#information div dt{
	width: 100px;
}

div#news div#information div dd{
	width: 80%;
	text-align: justify;
}

