@charset "UTF-8";
@import url("grid.css");

/*** MPP 2025 ****
 style-mpp.css
 2025.6.11 for Cantico
 2025/2/2
*********************/


.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}


.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********
.container  {
   display:  flex;
   flex-flow: row wrap;
   }

*******/

.grid {
   display:  grid;
   gap:  26px;
   grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
   margin-top:  6%;
   margin-bottom: 50px;
   }


.item  {
   background :  linen;
   color:    ;
   margin:  6px;
   padding:  ;
   }



/*** Assisi 2024 ******
Table Setting 2024.4.16
***********************/
table{
  box-sizing: border-box;
  border-collapse: collaps;
  margin: 0 auto;
  text-align: center;
 
}
table th,
table td{
  border: 0px solid #999;
  padding: .5em 1em;
}
table th{
  background: ;
}
 
@media( max-width: 768px){
  table{
    width: 100%;
  }
  table th,
  table td{
    display: block;
  }
}

/***********************/