@charset "utf-8";

.insta_contents {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #ddd;
}

.twitter_contents {
	max-width: 60rem;
	height: 35rem;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #ddd;
	overflow-y: scroll;
}

.note_contents {
	max-width: 70rem;
	height: 35rem;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #ddd;
	overflow-y: scroll;
}

.mu h4 span {
	display: block;
	margin-bottom: 0.6em;
	font-size: 0.85em;
}


@media (min-width:576px) {
	
	
	
}

@media (min-width:768px){
	
	
	
}