@charset "utf-8";

.day_area{
	margin-top:40px;
}

.day_table{
	width:100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin-top:40px;
}

.day_table th{
	font-weight:normal;
	padding:10px;
	background-color:#eee;
	border: solid 1px #ccc;
	vertical-align: middle;
}

.day_table td{
	padding:10px;
	background-color:rgba(255,255,255,0.5);
	border: solid 1px #ccc
}

.day_table .time{
	width:100px;
	text-align:center;
}

ul.day_image li img{
	border-radius:10px;
}

.day_comment{
	margin-top:40px;
}

.image_table{
	margin-top:40px;
	text-align:center;
}

ul.day_image{
	margin-top:40px;
}

@media all and (min-width: 768px) {

	ul.day_image{
		justify-content:center;
		display:flex !important;
		flex-wrap:wrap;
	}

	ul.day_image li{
		width:32%;
		margin-right:2%;
	}

	ul.day_image li:nth-child(3){
		margin-right:0;
	}


}
@media all and (min-width: 769px) {


}


@media all and (max-width: 768px) {

}

@media all and (max-width: 767px) {

	.day_table{
		font-size:10px;
	}

	.day_table .time{
		width:60px;
	}

	.day_table th{
		padding:5px;
	}

	.day_table td{
		padding:5px;
	}

}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {


}
