@charset "UTF-8";

/* ---------------------------------
 width <= 840px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:840px) {
	.singlePost__note {
		display: block;
	}
	.tableInPost__outer {
		overflow-x: scroll;
		margin: 0 0 30px;
	}
/* under 840 */
}

/* end of file */
