@charset "utf-8";
main {
	position: relative;
	min-width: 1024px;
}
.banner_area {
	position: static;	
}
.navi_takasa {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22%;
	z-index: 99999;
}

nav {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22%;
	z-index: 99999;
}
.toku_navi {
	z-index: 999999;
}
.top_img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	/* [disabled]z-index: 0; */
}
.top_box {
	width: 100%;
	position: static;
	height: 525px;
}

.topics_1 ,
.topics_2 {
	border: 1px solid #ABABAB;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.topics_1 {
	float: none;
}
.topics_2 {
	float: none;
}
.title {
	font-weight: bold;
}
.topics_1 li ,
.topics_2 li {
	border-bottom: 1px dotted #C8C8C8;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 6.5em;
	text-indent: -6.5em;
}
.sp_baner {
	margin-bottom: 20px;
	border: 1px solid #097333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_contents .sp_baner a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;

	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}



@media screen and (max-width:640px){
.topics_1,
.topics_2 {
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.top_box {
	height: 180px;
}
main {
	min-width: 100px;
}


}
