@import url(zh-menu.css);
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-sc-v20-chinese-simplified/noto-sans-sc-v20-chinese-simplified-regular.svg#NotoSansSC') format('svg'); /* Legacy iOS */
}

.wkhead { 
	margin: 20px 0 0 375px;
}

div.impdat {
	width: 750px;
	margin-top: -25px;
	font-size: 1.1em;
}

input[type="checkbox"] {
    text-align: left;
    width: 2em;
    margin-left: 10px;
}

div.kondat {
	font-size: 1.1em;
}

input {
	background-color: #aba09d;
	font-size: 1.1em;
	width: 700px;
	border-top-color: #6f6965;
	border-left-color: #6f6965;
	border-right-color: #e3d9cf;
	border-bottom-color: #e3d9cf;
}

input[name="name"] {
	margin-left: 20px;
}

input[name="mail"] {
	margin-left: 20px;
}

textarea {
	width: 700px;
   margin-left: 20px;
   background-color: #aba09d;
   border-top-color: #6f6965;
   border-left-color: #6f6965;
	border-right-color: #e3d9cf;
	border-bottom-color: #e3d9cf;
	font-size: 1.1em;
	vertical-align: top;
}

input[type="reset"] {
    margin-left: 67px;
}

input[type="submit"] {
	margin-left: 442px;
}

input[type="reset"],
input[type="submit"] {	
   width: 8em;
	height: 26px;
	font-size: 0.9em;
	border-top-color: #e3d9cf;
	border-left-color: #e3d9cf;
	border-right-color: #6f6965;
	border-bottom-color: #6f6965;
	background-color: #aba09d;
}

input:active, input:hover, input:focus {
	background-color: #ccc1bd;
}

textarea:active, textarea:hover, textarea:focus {
	background-color: #ccc1bd;
}
