@charset "utf-8";
/* CSS Document */
#mission_left {
	width: 520px;
	float: left;
}
#mission_left dt {
	margin-bottom: 20px;
}
#mission_left dd {
	font-size: 14px;
	margin-bottom: 30px;
}
#mission_left ul {
	padding-left: 30px;
}
#mission_left li {
	color: #6a2d14;
}

#mission_right {
	width: 470px;
	float: right;
}
#mission_right img {
	float: left;
	margin-right: 10px;
}
#mission_right p {
	padding-top: 210px;
	font-size: 11px;
	line-height: 1.6em;
}
#aisatsu_left {
	width: 240px;
	float: left;
}
#aisatsu_right {
	width: 700px;
	float: right;
}
#aisatsu_right h4 {
  font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #f9ada9;
	margin-bottom: 20px;
}

#enkaku {
	width: 1000px;
	background: url(img/bg_table.png) repeat-y center;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.5em;
}
#enkaku caption {
	padding-bottom: 20px;
}
#enkaku th {
	width: 10%;
	text-align: center;
	background: url(img/bg_th.png) no-repeat center bottom;
}
#enkaku td {
	width: 45%;
	background: url(img/bg_td.png) repeat-x left bottom;
	padding: 0px 30px 15px;
	vertical-align: top;
}
#enkaku dl {
}
#enkaku dl dt {
	clear: left;
	width: 30px;
	text-align: right;
	font-weight: bold;
	float: left;
}
#enkaku dl dd {
	margin-bottom: 10px;
	padding-left: 40px;
}

#kanren {
	width: 1000px;
}
#kanren a {
	box-sizing: border-box;
	width: 235px;
	background-color: #EFEFEF;
	border-radius: 10px;
	float: left;
	text-align: center;
	margin-right: 20px;
	padding: 15px;
}
#kanren a:last-child {
	margin-right: 0;
}
#kanren a:hover {
	text-decoration: none;
	background-color: #FBF6EF;
}

#kanren dt {
  font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #513926;
	margin-bottom: 10px;
}
