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


#index_image{
    border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
}
#index_image img{
    width: 100%;
    height: 100%;
}
.p1{
    display: none;
}
.p2{
    display: none;
}
/* お知らせ */

#info{
    border-top:3px solid rgba(110,186,44,1.00);
    margin-top: 50px;
}
#info img{
    margin-top: -52px;
}
#oshirase{
	width:100%;
	display:block;
	}

/*パソコンで表示する場合のCSS*/
@media (min-width: 768px) {	

#oshirase ul{
	margin:10px auto;
	width:100%;
	overflow:auto;
		}
	
#oshirase li{
	border-bottom:1px dotted #999;
	line-height:32px;
	margin-right:10px;
    margin-top: 5px;
}
#oshirase .hizuke{
    font-size:13px;
	color:#00F;
	font-weight:300;
	margin-left:10px;
	}

#oshirase .news_m{
	margin-left:13px;
	margin-top:-13px;
	font-size:13px;
	font-weight:500;
    color: #00F;

}
#oshirase #news_m1{
	margin-left:123px;
	margin-top:-33px;
	font-size:13px;
    color:#000000;

}

#oshirase #news_m2{
	margin-left:123px;
	font-size:13px;
    margin-bottom: 10px;
	color:#333;
    line-height: 20px;
}
#oshirase #news_m3{
	margin-left:123px;
	margin-bottom: 10px;
	font-size:13px;
	color:#333;
	line-height: 20px;
}
}


/*スマホ表示する場合のCSS*/
@media (max-width: 767px) {	

#oshirase ul{
	margin:10px auto;
	width:100%;
	overflow:auto;
		}
	
#oshirase li{
	border-bottom:1px dotted #999;
	line-height:32px;
	margin-right:10px;
    margin-top: 5px;
}
#oshirase .hizuke{
    font-size:13px;
	color:#00F;
	font-weight:300;
	margin-left:10px;
	}

#oshirase .news_m{
	font-size:13px;
	font-weight:500;
    color: #00F;
}

#oshirase #news_m1{
    margin-left:20px;
    margin-bottom: 10px;
	font-size:13px;
	color:#333;
    line-height: 18px;
}
#oshirase #news_m2{
    margin-left:20px;
    margin-bottom: 10px;
	font-size:13px;
	color:#333;
    line-height: 18px;
}
#oshirase #news_m3{
    margin-left:20px;
	margin-bottom: 10px;
	font-size:13px;
	color:#333;
	line-height: 18px;
 
}
}



/* 新着情報 */

#new{
    border-top:3px solid rgba(110,186,44,1.00);
    margin-top: 60px;
}
#new img{
    margin-top: -52px;
}
#new{
	width:100%;
	display:block;
	}
	

