@charset "utf-8";
/* CSS Document */


 <style type="text/css">
        .top {
	font-weight: bold;
	text-align: center;
}
        .top {
	text-align: center;
}
        .date {
	font-weight: normal;
}
        .place {
	text-align: center;
}
        .name {
	font-size: x-small;
	text-align: center;
}
	.snsb{
		display:inline-block;
		width:80px;
		height:30px;
}
		.style1 {
			font-weight: bold
			line-height:100px
}
		.style2 {
			font-style: italic
}
		.style4 {
			font-size: x-small
}

        .nengetsu {
	text-align: center;
}
        </style>



/*Flexgrid設定*/
.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1px;
  border: 1px solid #ddd;
  padding: 1px;
  margin: 1px;
}

.cssgrid > div {
  background: #ddd;
  overflow: auto;
  min-width: 1em;
  padding: 1em;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

.contents-box {
	margin-bottom: 0.5rem;
	padding: 1rem;
	width: 10%;
	background-color: #f0f0f0;
}

.contents-box img {
	display: block;
	margin-bottom: 1rem;
	width: 90%;
	height: auto;
}

.contents-box h2 {
	margin-bottom: 0rem;
	font-size: 1.2rem;
	text-align: center;
}