@charset "utf-8";


.cut-img {
	position: relative;
	width: 300px;
	margin: 10px auto;
}
.cut-img h3 {
	position: absolute;
	left: 0px;
	background-color: #fff;
	border: 2px solid #59220d;
	border-radius: 5px;
	line-height: 1;
}
.cut-ex, .cut-ex3 {
	max-width: 300px;
	margin: 10px auto;
}

#cut-plus {
	margin-top: 20px;
	margin-bottom: 20px;
}

#cut-int .col {
	margin: 10px auto;
}
#cut-int-ex {
	max-width: 300px;
	margin: 10px auto;
}
@media screen and (min-width: 768px) {
	.cut-ex3, #cut-int-ex {
		max-width: 100%;
	}
}

#cut-coment {
	border: 2px solid #59220d;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}




