@charset "utf-8";

/*--------------- トップページ --------------------*/
#alert-list-outer {
	background-color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

.alert-list {
	margin: 0 auto;
}
.alert-list tr {
	width: 950px;
	cursor: pointer;
}
.alert-list tr th, .alert-list tr td {
	width: 100%;
	float: left;
}
.alert-list tr th {
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
.alert-list tr th:after {
	content: "▼";
	position: absolute;
	top: 7px;
	left: 20px;
	font-size: 10px;
}
.alert-list tr.open th:after {
	content: "▲";
}
.alert-list tr td {
	display: none;
	margin: 2px 0;
	padding: 3px 0 2px;
	text-align: left;
}
.alert-list tr td em {
	padding: 0 15px;
	display: block;
}
.alert-list tr th img {
	vertical-align: top;
	padding-top: 1px;
	padding-right: 5px;
}

.alert-list tr.level1 {
	background-color: #ff0000;
}
.alert-list tr.level1 td {
	background-color: #ffdbdb;
}
.alert-list tr.level2 {
	background-color: #e68a11;
}
.alert-list tr.level2 td {
	background-color: #f9f5e7;
}
.index-banner {
	display: none;
}
/*--------------- スライド --------------------*/
#outer-slider {
	width: 480px;
	margin: 10px 90px 70px;
	border: 1px solid #c6bfa4;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 0 20px;
}

#slider {
	margin: 0 10px;
	height: 235px;
}

#slider a {
	position: relative;
}

#slider a div {
	position: absolute;
	text-align: center;
	top: 0;
	color: #fff;
	width: 100%;
	height: 100%;
  display: grid;
  place-items: center;
}

#pointer {
	text-align: right;
	float: right;
	padding: 5px 10px 5px 0;
}
#pointer a {
	background: url(../img/pointer-def.gif) no-repeat left top;
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999pt;
	float: left;
	font-size: 0;
	margin-left: 5px;
}
#pointer a.activeSlide {
	background: url(../img/pointer-act.gif) no-repeat left top;
}
.nav-btn {
	display: none;
}

#top-content {
	padding-top: 30px;
}

.top-title {
	position: relative;
}

#top-title-news {
	background: url(../img/top-title-news.gif) no-repeat left top;
	width: 680px;
	position: relative;
	padding-top: 8px;
	text-align: right;
	height: 32px;
}
#top-title-news ul {
	padding-top: 50px;
	text-align: center;
}
#top-title-news ul li {
	display: inline-block;
}
#top-title-news ul li div {
	padding-left: 15px;
}
#top-title-news ul li a {
	width: 110px;
	margin-left: 5px;
	height: 23px;
	line-height: 23px;
}

#top-title-news .custom-select {
	background-color: #fff;
	margin-right: 15px;
	padding: 0 15px;
	font-size: 13px;
	color: #333;
	cursor: pointer;
	outline: none;
	width: 120px;
}

/*--------------- ニュースリスト --------------------*/
dl.list-news {
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ffffff;
	border-top: 2px solid #F2EEE3;
}
dl.list-news dt {
	float: left;
	padding: 5px 10px;
	clear: both;
	display: flex;
	border-top: 2px solid #F2EEE3;
}
dl.list-news dt span {
	font-weight: bold;
	padding-right: 10px;
}
dl.list-news dt .cat-label {
	display: block;
	width: 75px;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
	font-size: 90%;
	line-height: 1;
	padding: 3px 0;
	margin-top: 1px;
	text-decoration: none;
}

/* カテゴリ別の色指定 */
dl.list-news dt .event { background-color: #e6937b; }
dl.list-news dt .volunteer { background-color: #afc35a; }
dl.list-news dt .info { background-color: #7eb6d0; }
dl.list-news dt .report { background-color: #D59131; }

dl.list-news dd {
	border-top: 2px solid #F2EEE3;
	padding: 5px 0;
	float: left;
	width: 466px;
}

/*--------------- 活動リスト --------------------*/
ul.list-activity {
	margin-bottom: 35px;
}
ul.list-activity li {
	width: 146px;
	float: left;
	margin-left: 20px;
}
ul.list-activity li a img {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
ul.list-activity li a strong {
	display: block;
	line-height: 1.5;
	border-left: 4px solid #e68a11;
	padding: 2px 0 2px 8px;
}

/*--------------- ガイドブックエリア --------------------*/
div#guidbook-area {
	background: url(../img/guidebook-bg.jpg) no-repeat left top;
	height: 189px;
	padding-left: 190px;
	margin-bottom: 30px;
}
div#guidbook-area h2 {
	height: 30px;
	text-indent: -9999pt;
}

/*--------------- お問い合わせボタン --------------------*/
#top-contact-btn {
	background: #fff;
	border: 3px solid #E68A11;
	text-align: center;
	padding: 20px 0;
}
#top-contact-btn p {
	margin-bottom: 1em;
	font-size: 16px;
}
#top-contact-btn a {
	font-size: 20px;
	border-radius: 20px;
	display: block;
	text-decoration: none;
	border: 1px solid #333;
	width: 400px;
	margin: 0 auto 20px;
	padding-right: 20px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

