@charset "UTF-8";
/* CSS Document */
	

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{
	
	.day{
		font-size: 23px !important;
	}
	.day + p{
		margin: 10px 0 20px;
	}
	
	.others .comment img{
		display: block;
		width: 380px !important;
	}
}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {
	
	.day + p{
		margin: 10px 0 20px;
	}
	
}