@charset "UTF-8";
/*---------------------------------------------

	index トップページ

---------------------------------------------*/



.main4_bt{
width: 100%;
margin-bottom: 50px;
}

.main4_bt>li{
	margin-bottom: 20px;
}

.main4_bt>li:nth-child(2n-1){
width:49%;
float: left;
}

.main4_bt>li:nth-child(2n){
width:49%;
float: right;
}


.main4_bt>li>a>img{
width:100%;
}

.main4_bt>li>br{
	display: none;
}




.index_block_3{
	width: 100%;
}

.index_block_3>li{
margin-bottom: 40px;
}



.index_block_3>li>div:nth-child(1){

	width: 100%;
	height: 35px;
	font-size: 20px;
	color: white;
	background: #2bc0f5;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	margin-bottom: 10px;

}


.index_block_3>li:nth-child(1)>div:nth-child(2):first-letter{
font-size: 2em;
}

.index_block_3>li:nth-child(3){
display: none;
}


.newsList{
	height: 250px;
	overflow-y:scroll;

}


.newsList>dt{
	padding-bottom: 10px;
margin-bottom: 10px;
background:url(../img/bottom_line.png) no-repeat bottom;
}
