@charset "UTF-8";

@import url(ini.css);
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);

div.form {width: 100%; max-width: 676px; margin: 0 auto;}
div.form dl{ margin-bottom: 50px; border: 1px solid #ddd; padding: 25px 25px 0 25px; border-radius: 3px; background-color: #fafafa;}
div.form dl dt{ font-weight: bold; padding-bottom: 10px;}
div.form dl dd{ margin-bottom: 25px;}

div.form dl dd input[type="text"],
div.form dl dd input[type="email"],
div.form dl dd textarea{background: #feffcc; border-radius:3px; text-align: left; width: 100%; padding: 0.75em;}
div.form dl dd textarea{ height: 200px;}
div.form dl dd input[type="text"].yubin{ max-width: 200px;}

div.form button{ background-color: #000000; color: #ffffff; font-weight: bold; border-radius: 3px; width: 100%; display: block;}
div.form button.back{ margin-top: 30px; background-color: #666666;}
