
/*見出しの文字の大きさ*/

h3{
	font-size: 1.2em;
	/*border-left:5px solid #4C6E5B;
	border-bottom: 1px dotted #4C6E5B;
	padding:0 0 0.2em 0.8em;*/
	
}

h2 {
	font-size: 1.2em;
	
}

/*初めの文章*/

.bunsyou{
	text-align: center;
}

/*写真の説明*/

.setumei{
	font-size: 0.8em;
}

.news{
	text-align: center;
	font-size: 0.8em;
	
}

/*新着情報の旗の色を赤くする*/

.color-red{
	color:  #E96A31 ;
}

/*日付の下の線の設定*/

.sen{
	border: 1px dotted #E3E3E3;
}