/* --------------------------------------------
	リスト調整
-------------------------------------------- */

#contents .section ul.txtlink li {
	margin-left: 0 !important;
}

/* --------------------------------------------
	ご利用方法
-------------------------------------------- */

textarea {
	border: 1px solid rgb(169, 169, 169) !important;
}
@media screen and (max-width: 640px) {
	textarea {
	width: 90% !important;
	}
}
.updown {
	margin: 20px 0 !important;
}
.deliver {
    border: 1px solid  rgb(169, 169, 169);
    padding: 1em 1.5em;
}