.myList01 li {
  background-image: url(../img/iconCloverGreen04.png);
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding: 0 0 0 42px;
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myList01 li {
    background-size: 20px auto;
    padding: 0 0 0 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.myList01 li:last-child {
  margin-bottom: 0;
}

body span.comment {
	padding-top: 10px;
	font-size: 83%;
	line-height: 1.3;
}

.contact-form {
  width: 90%;
}

/*# sourceMappingURL=maps/contact.css.map */
