@charset "utf-8";

body{
	font-size:16px;
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding: 0;
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 2;
	text-align: left;
}
main.menubox{
	width: 500px;
	margin: 0 auto;
}
.menu form,
.menu .koumoku{
	display: flex;
	margin: 0;
	justify-content: center;
}
.menu form div,
.menu .koumoku div{
	margin: 1px;
	padding: 5px;
	text-align: center;
	background-color: #DDD;
}

.menu form div:first-child,
.menu .koumoku div:first-child{
	width: 300px;
}
.menu form  div:nth-child(2),
.menu .koumoku div:nth-child(2){
	width: 50px;
}
.menu form  div:last-child,
.menu .koumoku div:last-child{
	width: 50px;
}
select,
textarea,
input[type="number"],
input[type="text"]{
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	padding: 5px;
}
.back{
	text-align: center;
}
.back a{
	display: inline-block;
	text-align: center;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 5px 20px;
}
h2{
	margin: 0;
	padding: 10px;
	background-color: #DDD;
	font-size: 24px;
	line-height: 1;
}
.gnavi{
	border-bottom: solid 1px #DDD;
}
.gnavi a{
	display: block;
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
}

.gnavi ul{
	margin: 0;
	padding: 0;
}
.gnavi ul li{
	display: inline-block;
	border-right: solid 1px #DDD;
	line-height: 1;
}
.topmenu{
	text-align: center;
}
.topmenu a{
	display: inline-block;
	width: 400px;
	padding: 10px;
	margin: 10px 0;
	font-size: 20px;
	border: solid 4px #AAA;
	border-radius: 20px;
	text-decoration: none;
	color: #000;
	background-color: #EEE;
}
.menubox2{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.menubox2 table{
	width: 100%;
	border-collapse: collapse;
}
.menubox2 th{
	background-color: #DDD;
	font-weight: normal;
	border: solid 1px #AAA;
	padding: 2px;
	text-align: center;
}
.menubox2 td{
	border: solid 1px #AAA;
	padding: 2px;
	text-align: center;
}
.menubox2 input[type="number"]{
	width: 80px;
	box-sizing: border-box;
	text-align: right;
}
.menubox2 thead tr{
	border-top: solid 2px #1E51A2;
	border-bottom: solid 2px #1E51A2;
}
.menubox2 tr:nth-child(even){
	border-bottom: solid 2px #1E51A2;
}
.submit,
.menubox2 input[type="submit"]{
	display: block;
	width: 200px;
	font-size: 20px;
	padding: 10px;
	margin: 50px auto;
}

/**/
.formbox{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.formbox .writebox{
	width: calc(33% - 20px);
	border: solid 1px #AAA;
	border-radius: 6px;
	background-color: #EEE;
	padding: 10px;
	box-sizing: border-box;
}
.writebox th{
	white-space: nowrap;
	font-weight: normal;
	padding: 5px;
	text-align: right;
	width: 4em;
}
.writebox td{
	padding: 5px;
}
.writebox input[type="number"]{
	text-align: right;
	width: 150px;
}
.writebox input[name="process[]"]{
	width: 150px;
}
.writebox table{
	border-collapse: collapse;
	width: 100%;
}
.writebox tr{
	border-bottom: solid 2px #DDD;
}
.formbox h3{
	font-size: 18px;
	text-align: center;
	border-bottom: solid 2px #DDD;
	padding: 5px 0;
	margin: 0;
	color: #FFF;
	background-color: #888;
}
.writebox textarea{
	height: 200px;
}
.writebox input[name="yyyymm"]{
	background-color: #CCC;
}

.writebox select[name="ocheck"],
.writebox select[name="pcheck[]"]{
	width: 90px;
}
.tableline{
	border-collapse: collapse;
	width: 100%;
}
.tableline th,
.tableline td{
	padding: 2px;
	border: solid 1px #AAA;
	font-size: 14px;
	line-height: 1.2;
}
.tableline th{
	text-align: center;
	background-color: #DDD;
	white-space: nowrap;
}
.memo{
	max-width: 150px;
}
.memo span{
	display: block;
	max-height: 100px;
	overflow: auto;
	font-size: 12px;
}
td.right{
	text-align: right;
}
td.center{
	text-align: center;
}
td.pink{
	background-color: #FDBFFF;
}
tr.blue{
	background-color: #EBF8FF;
}
tr.blue:nth-child(2n){
	background-color: #FFFADF;
}

.newpage{
	text-align: center;
}
.newpage a{
	display: inline-block;
	border: solid 2px #AAA;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	color: #000;
}
td a{
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	background-color: #555;
	color: #FFF;
	border-radius: 6px;
	padding: 4px 10px;
	white-space: nowrap;
}
.yyyymm {
	margin-bottom: 10px;
}
.yyyymm select{
	width: 4em;
}
.yyyymm input[type="submit"]{
	width: 60px;
	padding: 2px;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	margin: 0px;
}
.pass div table{
	margin: 0 auto;
	text-align: center;
}
.password{
	font-size: 18px;
	border-radius: 10px;
	border: solid 1px #AAA;
	padding: 10px;
}
p.center{
	text-align: center;
}
select.pink{
	background-color: #FDBFFF;
}

table.results{
	width: 100%;
	border-collapse: collapse;
	line-height: 1.2;
}
table.results th,
table.results td{
	border: solid 1px #AAA;
	padding: 5px 10px;
}

table.results th{
	text-align: center;
	background-color: #EEE;
}
table.results td{
	text-align: right;
}

