<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a {/*text-decoration:none;*/ color:#fff;}

body { color:#fff;
	font-family:メイリオ,Meiryo,游ゴシック,"Yu Gothic";
	word-break: break-all;background-size: cover;
  background-image : url(/meib/img/back.jpg);
}

.w500 { width: 550px; }
textarea {width:500px;height: 120px;}
input {width:auto;}
@media screen and (max-width: 760px) {
  body { margin: 3px; }
  .w500 { width:100%; }
  textarea {width:270px;height: 120px;}
  input {width:auto;}
 }
</pre></body></html>