/* ニュース */
*{margin:0; padding:0;}
html{font-size:62.5%;}
body{line-height:1.5; font-size:14px; font-size:1.4rem; font-family:'Noto Sans JP','Segoe UI','Arial','Hiragino Kaku Gothic Pro','Meiryo',sans-serif; color:#444;}
a{border-bottom: 1px dotted #BBB; color: #00796B; text-decoration: none;}
.dates{padding:5px; border-bottom:1px solid #EEE;}
.dates h2{margin:2px 10px; font-size:15px; font-size:1.5rem; font-weight: 700; color:#3264C8;}
.dates p{margin:2px 10px; font-size:14px; font-size:1.4rem; text-align: justify;}
footer{padding: 10px; text-align: right;}


@media screen and (max-width:800px){
	.dates p{font-size: 12px; font-size: 1.2rem;}
}