@charset "utf-8";
/* CSS Document */



/* ************************** */
/* #mailIndex                 */
/* ************************** */
#mailIndex section.ctl .tab a:nth-child(1) li {
	color: #172955;
	background: #FFF;
	border-top: 2px solid #0A60FB;
	border-bottom: none;
}
#mailIndex section.dat {
	padding: 0 0 80px 0;
	margin: 30px auto;
	width: 1282px;
}
#mailIndex  section.dat .date {
	padding: 0;
	margin: 0 20px;
	text-align: center;
}
#mailIndex  section.dat .date p,
#mailIndex  section.dat .date input {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	border: none;
}
#mailIndex section.dat .title {
	padding: 0 20px;
	margin: 0;
	background: linear-gradient(110deg, #116DFB, #16B5FC);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#mailIndex section.dat .title h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}
#mailIndex section.dat .title h2 .maru {
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	width: auto;
	min-width: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #116DFB;
	font-size: 13px;
	text-align: center;
	background: #FFF;
}
#mailIndex section.dat table {
	border-collapse:  collapse;
	margin: 0;
}
#mailIndex section.dat table thead th{
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	border: solid 1px #E0E0E0;
}
#mailIndex section.dat table thead th:nth-of-type(1) { width: 170px; }
#mailIndex section.dat table thead th:nth-of-type(2) { width: 130px; }
#mailIndex section.dat table thead th:nth-of-type(3) { width: 130px; }
#mailIndex section.dat table thead th:nth-of-type(4) { width: 436px; }
#mailIndex section.dat table thead th:nth-of-type(5) { width: 410px; }

#mailIndex section.dat table tbody tr:nth-child(odd) {
	background: #F5F7FD;
}
#mailIndex section.dat table tbody td {
	padding: 0;
	border: solid 1px #E0E0E0;
}
#mailIndex section.dat table tbody td a {
	color: #000;
	text-decoration: none;
}
#mailIndex section.dat table tbody td p {
	padding: 0 10px;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
}
#mailIndex section.dat table td:nth-child(1) p { text-align: center; }
#mailIndex section.dat table td:nth-child(2) p { text-align: center; }
#mailIndex section.dat table td:nth-child(3) p { text-align: center; }
#mailIndex section.dat table td:nth-child(4) p { text-align: left; }
#mailIndex section.dat table td:nth-child(5) p { text-align: left; }





/* ************************** */
/* #editIndex                 */
/* ************************** */
#editIndex  section.dat {
	padding: 0;
	margin: 15px auto;
	width: 1185px;
}
#editIndex  section.dat .date {
	padding: 0;
	margin: 0 20px 10px 20px;
	text-align: center;
}
#editIndex  section.dat .date p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
#editIndex  section.dat .title {
	padding: 0 20px;
	margin: 0;
	background: linear-gradient(110deg, #116DFB, #16B5FC);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#editIndex  section.dat .title h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
#editIndex  section.dat .title h2 .maru {
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	width: auto;
	min-width: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #116DFB;
	font-size: 13px;
	text-align: center;
	background: #FFF;
}
#editIndex  section.dat .title h2 button{
	padding: 4px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#editIndex  section.dat table {
	margin: 0 0 30px 0;
	border-collapse:  collapse;
}
#editIndex  section.dat table thead th{
	padding: 0;
	font-size: 13px;
	line-height: 40px;
	border: solid 1px #E0E0E0;
}
#editIndex  section.dat table thead th:nth-of-type(1) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(2) { width: 190px}
#editIndex  section.dat table thead th:nth-of-type(3) { width: 100px}
#editIndex  section.dat table thead th:nth-of-type(4) { width: 190px}
#editIndex  section.dat table thead th:nth-of-type(5) { width: 100px}
#editIndex  section.dat table thead th:nth-of-type(6) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(7) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(8) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(9) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(10) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(11) { width: 80px}
#editIndex  section.dat table thead th:nth-of-type(12) { width: 32px}

#editIndex  section.dat table tbody tr:nth-child(odd) {
	background: #F5F7FD;
}
#editIndex  section.dat table tbody td {
	padding: 0;
	border: solid 1px #E0E0E0;
}
#editIndex  section.dat table tbody td select,
#editIndex  section.dat table tbody td input {
	padding: 0 5px;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
	background: transparent;
	border: none;
}
#editIndex  section.dat table tbody td input.null {
	background: #ffff99;
}
#editIndex  section.dat table tbody td input:focus {
	background: #ddeeff;
}
#editIndex  section.dat table tbody td button {
	padding: 4px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#editIndex section.dat table td:nth-child(1) select { width: 70px; text-align: center; }
#editIndex section.dat table td:nth-child(2) input { width: 180px; text-align: left; }
#editIndex section.dat table td:nth-child(3) input { width: 90px; text-align: left; }
#editIndex section.dat table td:nth-child(4) input { width: 180px; text-align: left; }
#editIndex section.dat table td:nth-child(5) input { width: 90px; text-align: left; }
#editIndex section.dat table td:nth-child(6) input { width: 70px; text-align: right; }
#editIndex section.dat table td:nth-child(7) input { width: 70px; text-align: left; }
#editIndex section.dat table td:nth-child(8) input { width: 70px; text-align: right; }
#editIndex section.dat table td:nth-child(9) input { width: 70px; text-align: right; }
#editIndex section.dat table td:nth-child(10) input { width: 70px; text-align: right; }
#editIndex section.dat table td:nth-child(11) input { width: 70px; text-align: right; }
#editIndex section.dat table td:nth-child(12) { width: 32px; text-align: center; }

#editIndex section.dat .submit {
	padding: 0;
	margin: 0 0 80px 0;
	text-align: center;
}
#editIndex section.dat .submit button {
	padding: 4px;
	margin: 0;
	width: 120px;
}





/* ************************** */
/* #dataIndex                 */
/* ************************** */
#dataIndex section.ctl .tab a.act li {
	color: #172955;
	background: #FFF;
	border-top: 2px solid #0A60FB;
	border-bottom: none;
}

#dataIndex  section.dat {
	padding: 0;
	margin: 15px auto;
	width: 1282px;
}
#dataIndex section.dat {
	padding: 0;
	margin: 30px auto;
	width: 1282px;
}
#dataIndex  section.dat .date {
	padding: 0;
	margin: 0 20px;
	text-align: center;
}
#dataIndex  section.dat .date p,
#dataIndex  section.dat .date input,
#dataIndex  section.dat .date select {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	border: none;
	background: transparent;
}
#dataIndex  section.dat .date input,
#dataIndex  section.dat .date select {
	width: 278px;
}

#dataIndex  section.dat .title {
	padding: 0 20px;
	margin: 0;
	background: linear-gradient(110deg, #116DFB, #16B5FC);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#dataIndex  section.dat .title h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
#dataIndex  section.dat .title h2 .maru {
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	width: auto;
	min-width: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #116DFB;
	font-size: 13px;
	text-align: center;
	background: #FFF;
}
#dataIndex  section.dat .title h2 button{
	padding: 4px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#dataIndex  section.dat table {
	margin: 0 0 30px 0;
	border-collapse:  collapse;
}
#dataIndex  section.dat table thead th{
	padding: 0;
	font-size: 13px;
	line-height: 40px;
	border: solid 1px #E0E0E0;
}
#dataIndex  section.dat table thead th:nth-of-type(1) { width: 120px}
#dataIndex  section.dat table thead th:nth-of-type(2) { width: 383px}
#dataIndex  section.dat table thead th:nth-of-type(3) { width: 200px}
#dataIndex  section.dat table thead th:nth-of-type(4) { width: 120px}
#dataIndex  section.dat table thead th:nth-of-type(5) { width: 90px}
#dataIndex  section.dat table thead th:nth-of-type(6) { width: 120px}
#dataIndex  section.dat table thead th:nth-of-type(7) { width: 120px}
#dataIndex  section.dat table thead th:nth-of-type(8) { width: 120px}

#dataIndex  section.dat table tbody tr:nth-child(odd) {
	background: #F5F7FD;
}
#dataIndex  section.dat table tbody td {
	padding: 0;
	border: solid 1px #E0E0E0;
}
#dataIndex  section.dat table tbody td p {
	padding: 0 5px;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
	background: transparent;
	border: none;
}
#dataIndex section.dat table td:nth-child(1) p { width: 110px; text-align: center; }
#dataIndex section.dat table td:nth-child(2) p { width: 363px; text-align: left; }
#dataIndex section.dat table td:nth-child(3) p { width: 200px; text-align: left; }
#dataIndex section.dat table td:nth-child(4) p { width: 110px; text-align: right; }
#dataIndex section.dat table td:nth-child(5) p { width: 80px; text-align: left; }
#dataIndex section.dat table td:nth-child(6) p { width: 110px; text-align: right; }
#dataIndex section.dat table td:nth-child(7) p { width: 110px; text-align: right; }
#dataIndex section.dat table td:nth-child(8) p { width: 110px; text-align: right; }

#dataIndex section.dat .submit {
	padding: 0 0 80px 0;
	text-align: center;
}
#dataIndex section.dat .submit button {
	padding: 4px;
	margin: 0;
	width: 120px;
}





/* ************************** */
/* #calIndex                 */
/* ************************** */
#calIndex section.ctl .tab a:nth-child(2) li {
	color: #172955;
	background: #FFF;
	border-top: 2px solid #0A60FB;
	border-bottom: none;
}

#calIndex  section.dat {
	padding: 0;
	margin: 30px auto;
	width: 1282px;
}
#calIndex  section.dat .date {
	padding: 0;
	margin: 0 20px;
	text-align: center;
}
#calIndex  section.dat .date p,
#calIndex  section.dat .date input {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	border: none;
}
#calIndex section.dat table {
	margin: 0 auto 100px auto;
	width: 1282px;
	border-collapse:  collapse;
}
#calIndex section.dat table th {
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	border: solid 1px #E0E0E0;
}

#calIndex section.dat table th:nth-of-type(1)  {
	color: red;
}
#calIndex section.dat table th:nth-of-type(7)  {
	color: blue;
}

#calIndex section.dat table td {
	padding: 5px 5px 0 5px;
	width: 172px;
	vertical-align: top;
	border: solid 1px #E0E0E0;
}

#calIndex section.dat table td .day {
	margin: 15px 0;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

#calIndex section.dat table td:nth-of-type(1) .day {
	color: red;
}
#calIndex section.dat table td:nth-of-type(7) .day {
	color: blue;
}

#calIndex section.dat table td button {
	margin-bottom: 5px;
	padding: 4px 8px;
	width: 100%;
	text-align: left;
	font-size: 12px;
	background: #e6f0f5;
	border: 1px solid #a4c2d1;
	border-radius: 3px;
	cursor: pointer;
}

#calIndex section.dat table td:nth-of-type(1) { }
#calIndex section.dat table td:nth-of-type(2) { }
#calIndex section.dat table td:nth-of-type(3) { }
#calIndex section.dat table td:nth-of-type(4) { }
#calIndex section.dat table td:nth-of-type(5) { }
#calIndex section.dat table td:nth-of-type(6) { }
#calIndex section.dat table td:nth-of-type(7) { }

#calIndex section.dat .submit {
	padding: 0;
	margin: 0 0 80px 0;
	text-align: center;
}
#calIndex section.dat .submit button {
	padding: 4px;
	margin: 0;
	width: 120px;
}





/* ************************** */
/* #marktIndex                 */
/* ************************** */
#marktIndex  section.dat {
	padding: 0;
	margin: 15px auto;
	width: 381px;
}
#marktIndex  section.dat .date {
	padding: 0;
	margin: 0 20px 10px 20px;
	text-align: center;
}
#marktIndex  section.dat .date p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
#marktIndex  section.dat .title {
	padding: 0 20px;
	margin: 0;
	background: linear-gradient(110deg, #116DFB, #16B5FC);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#marktIndex  section.dat .title h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
#marktIndex  section.dat .title h2 .maru {
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	width: auto;
	min-width: 10px;
	border-radius: 10px;
	line-height: 20px;
	color: #116DFB;
	font-size: 13px;
	text-align: center;
	background: #FFF;
}
#marktIndex  section.dat .title h2 button{
	padding: 4px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#marktIndex  section.dat table {
	margin: 0 0 30px 0;
	border-collapse:  collapse;
}
#marktIndex  section.dat table thead th{
	padding: 0;
	font-size: 13px;
	line-height: 40px;
	border: solid 1px #E0E0E0;
}
#marktIndex  section.dat table tbody td button {
	padding: 4px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#marktIndex  section.dat table thead th:nth-of-type(1) { width: 37px}
#marktIndex  section.dat table thead th:nth-of-type(2) { width: 310px}
#marktIndex  section.dat table thead th:nth-of-type(3) { width: 30px}

#marktIndex  section.dat table tbody tr:nth-child(odd) {
	background: #F5F7FD;
}
#marktIndex  section.dat table tbody td {
	padding: 0;
	border: solid 1px #E0E0E0;
}
#marktIndex  section.dat table tbody td input {
	padding: 0 5px;
	margin: 0;
	font-size: 13px;
	line-height: 32px;
	background: transparent;
	border: none;
}
#marktIndex section.dat table td:nth-child(1) input { width: 27px; text-align: right; }
#marktIndex section.dat table td:nth-child(2) input { width: 300px; text-align: left; }











