@charset "EUC-JP";


html,body {
	font-size: 1.4vh;
}

body {  
	background-color: #ffffff;
}


.title {
	color: #000000;
	text-align: left;
}


.msg_head {
	color: #000000;
	text-align: left;
}

.msg_foot {
	color: #000000;
	text-align: center;
}

table {
	border-style: none;
	width: 80%;
	margin: 20px 10%;
}

table th {                          
	background-color: #cccccc;
	color: #000000;
	text-align: left; 
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #eeeeee;
	color: #000000;
	text-align: left;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

.submit {
	text-align: center;
}

table.input {
	border-collapse:collapse;
	font-size: 1rem;
	border-spacing: 0;
	width: 85%;
	margin: 20px auto;
	color: #333;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
}

table.input th, table.input td{
		box-sizing: border-box;
		background: #fff;
		border-bottom:1px dotted #ccc;
	}

table.input th {
		padding:0.8em 2em;
		width:35%;
		background: #f6f6f6;
}

table.input td {
		padding:0.8em;
	}

h1.title {
	box-sizing: border-box;
	width: 85%;
	margin: 3% auto;
	color: #0481a2;
 border: solid 1px #0481a2;
 padding: 0.5em;
 border-radius: 8px;
	font-size: 1.75rem;
	text-align:center;
}

p.msg_head {
		font-size: 1.125rem;
		text-align: center;
}

p.msg_foot {
		text-align: center;
		margin-bottom:1.5rem;
}

.submit input {
  background: #0481a2;
  padding: 0.8rem 2.5rem;
  color: #fff;
  border: none;
  font-size: 1.2rem;
		border-radius: 5px;
}

.submit input:hover {
  opacity: 0.7;
  cursor: pointer;
}
