@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------
季節の行事
---------------------------------------------*/
/* table
---------------------------------------------*/
.evetable {
	width: 90%;
	margin: 3em auto;
	padding: 0 5% 5% 5%;
	text-align: left
}
.evetable table {
	width: 100%;
	font-size: large;
}
.evetable tr {
	display: block;
	width: 100%;
	border-bottom: dotted 2px #c2a78c;
}
.evetable th {
	padding: .5em;
	font-weight: normal;
	text-align: right;
}
.evetable td {
	padding: .5em;
	color: #393939;
}
.evetable .spr {
	color: #e86995;
}
.evetable .sum {
	color: #819f37;
}
.evetable .autm {
	color: #b05d3c;
}
.evetable .wint {
	color: #457a8a;
}

/* ---------------------------------------------
その他
---------------------------------------------*/
#chabox {
	width: 90%;
	max-width: 1060px;
	padding: 5%;
	margin: 2em auto;
	background-color: #ebe0d5;
	border-radius: 35px;
}
.chatex {
	display: inline-block;
	padding-left: 3em;
}
