a:hover img.hoverImg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: �galpha( opacity=80 )�h;
}

.tableNavi {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #288DDA;
	margin-bottom: 50px;
	width: 100%;
}

.area {
	margin: 0 0 20px;
}

.area a {
	display: block;
}

.area .child {
    display: none;
}

.area a:hover {
	text-decoration: underline;
	color: #1583d7;
	opacity: 0.7;
	cursor: pointer;
}

.area a:active {
	color: #663366; text-decoration:underline;
}

.area .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
}

.area .child .menu:hover {
	background: #d0d0d0;
}

.area .child > li {
	margin: 0;
	padding: 0;
}

.area .child > li:last-child {
	border-bottom: 0;
}

.switch .menu:after {
  position: absolute;
  right: 10px;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu {
	display: block;
	position: relative;
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.notTable {
	background-color: #FDFDFD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.waku {
	border: 1px solid #CCCCCC;
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
ul.osirase_yearList li{
	font-size: 13px;
}
}
