@charset "UTF-8";
.moco {
	color: #4d1a0d;
	padding: 20px 15px;
	border: 1px solid currentcolor;
}
.moco_figure {
	margin-bottom: 1em;
}
.moco_figure > img {
	display: block;
}
.moco_text {}
.moco_text > a {
	text-decoration: none;
}
@media screen and (min-width:1000px) {
	.moco_text > a:hover {}
}
@media screen and (max-width:999px) {
	.moco {}
	.moco_figure {}
	.moco_figure > img {}
	.moco_text {}
	.moco_text > a {}
}
@media screen and (max-width:767px) {
	.moco {}
	.moco_figure {}
	.moco_figure > img {}
	.moco_text {}
	.moco_text > a {}
}
