@charset "UTF-8";
.mky_red {
  background: linear-gradient(transparent 85%, #d9887e 70%);
}

.red {
  color: #d03e28;
}

.blue {
  color: #6d34c4;
}

.bold {
  font-weight: bold;
}

.border-dashed {
  border-bottom: 1px dashed;
}

.border-solid {
  border-bottom: 1px solid;
}

.big {
  font-size:1.1em;
}

.small {
  font-size: 0.9em;
}

.list-adjust {
  line-height: 2em;
}
#footer{
	text-align: center;
}
@media screen and (max-width: 750px) {
	.btn04.red.btn-lg.btn-shadow.align-right.responsive_h{
		margin-right: auto;
	}
	#top h1{
		padding: 5px .25em;
	}
}