/*=======================CONTENTS===========================

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ◆みちのご案内ページスタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.Center{
	margin: 0 auto 20px auto;
	text-align: center;
}
p{
	margin: 0 20px 20px 20px;
	line-height: 140%;
	text-align: left;
}

div.Address{
	border: 1px solid #E59651;
	padding: 20px 10px;
	margin: 20px 40px;
	font-size: 120%;
	line-height: 140%;
	background: #F7EDD4;
}
div.Address p{
	margin: 0 20px 10px 20px;
	line-height: 120%;
	text-align: left;
}
div.Address strong{
	color: #C95B04;
	font-weight: bold;
	font-size: 140%;
}
div.Okigaruni{
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 120%;
}