@charset "utf-8";

/* 全体共通(表示・非表示制御) */

.spout{
	display:none;
}


/* 全体共通 */

.txt_center{
	text-align:center;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}

.f_clear{
	clear:both;
	font-size:0px;
	height:0px;
}


/*これまでのお話ナビゲーション*/
#epinav {
	padding: 10px 0 10px;
	text-align: center;
	width: 100%;
	clear:both;
}
#epinav a {
	color: #FFE946;
	font-weight: bold;
	text-decoration: underline;
	background-color:#006317;
	border:solid 1px #00390D;
	padding:4px 8px;
}

.current_page{
	color: #00320c;
	background-color:#539f29;
	padding:4px 8px;
	border:solid 1px #539f29;
}