
/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

.event_set {
	display: flex;
	margin-top: 40px;
	margin-left: 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}




.event_set li {
	width: 32%;
	padding-top : 20px;
	padding-bottom : 20px;

}



.cinta {
position: relative;
text-align: center;
display: inline-block; *display: inline; zoom: 1;
margin: 20px auto 10px;
}
.uno:before,
.dos:before, .dos:after,
.tres:before, .tres:after,
.cuatro:before, .cuatro:after {
content: "";
display: block;
width: 100px;
height: 30px;
position: relative;
top: 20px;
margin: auto;
background: rgba(255,255,200,0.6);
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
/* Esto es s坦lo algo de estilo adicional para la imagen */
.cinta img {
display: inline-block; *display: inline; zoom: 1;
border: 1px solid #ddd;
margin: 0 20px;
padding: 8px;
background: #fff;
text-align:center;
vertical-align:top;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
.dos:before, .dos:after {
position: absolute;
top: 10px;
}
.dos:before {
left: 0;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
transform: rotate(-35deg);

}
.dos:after {
right: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.tres:before, .tres:after {
position: absolute;
top: 10px;
}
.tres:before {
left: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tres:after {
top: inherit;
bottom: 10px;
right: 0;
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.cuatro:before, .cuatro:after {
width: 30px;
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
}
.cuatro:before {
left: 10px;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
transform: rotate(3deg);
}
.cuatro:after {
margin-top: -60px;
right: 10px;
}
/* Esto es s坦lo algo de estilo adicional para la imagen */
.cinta img {
display: inline-block; *display: inline; zoom: 1;
border: 1px solid #ddd;
margin: 0 20px;
padding: 8px;
background: #fff;
  text-align:center;
  vertical-align:top;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  max-width:100%;
  height: auto;
}



.photo-frame {
  width: 100%;
  position: relative;
  font-weight: bold;
}


.photo-frame .photo {
	display: block;
	width: 100%;
	background: #fff;
	padding: 10px 10px 10px; 
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(0deg);
	text-align: center;
}

.photo-frame .pin {
	position: absolute;
	top: -20px;
	left: 15px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 245, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(-5deg);
	z-index: 1000;
}






.comment_box {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-size: 80%;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
}









.photo-frame2 {
  width: 100%;
  position: relative;
  font-weight: bold;
}


.photo-frame2 .photo {
  display: block;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px; 
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  transform: rotate(-0deg);
  text-align: center;
}

.photo-frame2 .pin {
	position: absolute;
	top: -20px;
	right: 15px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 245, 0.8);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	transform: rotate(5deg);
	z-index: 1000;
}



.monthly_list {
	display: block;
	margin: 0px auto 50px 0px;
}



.monthly {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #FEED91;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}


.monthly2 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #D7EBEC;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;

}

.monthly3 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #E8DBEC;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;

}

.monthly4 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #EEDBCC;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}

.monthly5 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #F7D5E6;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}


.monthly6 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #E2EEAC;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}


.monthly7 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #FACD96;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}


.monthly8 {
	display: inline-block;
	margin: 0px 10px 15px 0px;
	background-color: #E6F1E1;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	white-space: nowrap;
}




/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}



/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

.event_set {
	display: block;
	margin-left: 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}




.event_set li {
	width: 100%;
	padding-top : 20px;
	padding-bottom : 20px;

}






}