@charset "utf-8";
/* CSS Document */

/*========================================================
フォローアップ研修の研修スケジュール  2025/6/19
=========================================================*/

div.f-event-box{
	clear:both;
	border-top:1px dotted #CCCCCC;
	padding:10px 0 10px 10px;
	margin-bottom:10px;
	}

div.f-month{
//	text-align:center;
	width:10%;
	float:left;
	display:inline;
	vertical-align:middle;
	}
	
div.f-events{
	width:40%;
	float:left;
	display:inline;
	}

div.f-events p{
	padding:5px;
//	border-bottom:1px dotted #ccc;
	}

div.f-event-photo{
	width:22%;
	float:left;
	display:inline;
	margin-left:2%;
	}
div.f-event-photo img{
	width:92%;
	border:2px solid #ccc;
	padding:4%;
	}

div.f-event-photosp{
	display:none;
	}

div.f-event-photosp img{
	display:none;
	}


/*========================================================
iphoneSE　4インチに合わせて　　幅580px以下から
=========================================================*/
@media only screen and (max-width: 580px){


div.f-event-box{
	clear:both;
	border-top:1px dotted #cccccc;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:10px;
	}

div.f-month{
	width:100%;
	float:none;
	display:block;
	background:none;
	margin-top:15px;
	}

div.f-events{
	float:none;
	display:block;
	width:100%;
	height:auto;
	}

div.f-events p{
	margin:7px 0;
	border-bottom:1px dotted #ccc;
	}

div.f-event-photo{
	display:none;
	}

div.f-event-photo img{
	display:none;
	}

div.f-event-photosp{
	width:100%;
	padding:0;
	margin:0;
	display:inline;
	}

div.f-event-photosp img{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-top:20px;
	display:inline;
	}


}

