@charset "utf-8";
/* 助成フォーム CSS */

body {
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #C7C7C7;
	background: rgba(119,119,119,0.4);
}

#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
	margin-bottom: 5%;
}

#wrapper table {
	background: #fff;
	width: 100%;
	border-spacing: 4;
}

.fixed {
  position: fixed;
  top: 15px;
	margin-left: -150px;
}

/*.scroll {
	overflow: scroll;
}*/

#dSave,#dLoad,#dClear {
  width: 140px;
	padding: 2px 0;
	margin: 1px 0;
}

h1 {
	font-size: 18px;
}

h2 {
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding: 10px 0;
	background: #009EB1;
	color: #fff;
	width: 100%;
}

td {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

td.border-none, td.border-none p {
	border-bottom: #fff;
	border-left: #fff;
	background: #eee;
}

td select {
	width: 50%;
	height: 32px;
	border: 1px solid #ccc;
}

ol {
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

p.gray {
	color: #D1D1D1;
}

p > label {
	display: block;
	text-align: center;
	font-size: 16px;
}

p > input {
	font-size: 16px;
	width: 97%;
	height: 60px;
	border: none;
}

p >textarea {
	font-size: 16px;
	width: 99%;
	height: 120px;
	border: none;
}

span {
	width: 50%;
	height: 64px;
	display: inline-block;
}

span > input[type="text"] {
	width: auto;
	height: 94%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
}

span.seimei > input[type="text"] {
	width: 85%;
	height: 94%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
}

label.right, strong.right {
	text-align: right;
}

label.center, strong.center {
	display: block;
	text-align: center;
}

input.w-99 {
	width: 99%;
}

.btn-wrap {
	width: 150px;
	margin: 3% auto 0;
}

input.button {
	font-size: 1.4em;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #009EB1;
	color: #fff;
  border-style: none;
	cursor: pointer;
}

input.button:hover {
	background-color: #248;
}

@media (max-width: 690px){
#wrapper {
	max-width: 640px;
	width: 100%;
	margin: auto;
}

table {
	overflow-x: auto;
}

}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}



