@charset "shift-jis";

/*
----------------------------------------
*/
#main_container{
}

#main_container h3 {
   font-size:1.7em;
   font-weight:bold;
   margin-bottom:10px;
}
#main_container p {
   margin-bottom:0.3em;
   font-weight:bold;
}



/*
----------------------------------------
*/
#top_image {
   margin-bottom:3em;
   width:100%;
   height:50vh;
   display:block;
   background-size:cover;
   background-image: url('top_ed_bg01.webp');
   background-position:center;
   background-repeat:no-repeat
   background-color:pink;
}


@media only screen and (max-width: 481px) {
   #top_image {
   height:20vh;
   }
}




/*
----------------------------------------
*/
#news,
#items,
#picup{
   margin:auto;
   padding:1em;
   margin-bottom:3em;

   max-width:1000px;
   display:block;/*
   border-radius:10px;
   background-color:#fff;
*/
}
#picup ul{
}
#picup li{
   margin-bottom:10em;
}
#picup li:last-child {
   margin-bottom:0;
}






