@charset "shift-jis";
@import url("../../../css/settings.css");

/* initial
------------------------------------------------ */
#initial {
	margin: 20px auto;
	width: 690px;
}

	#initial dl {
		margin-top: 10px;
	}

		#initial dl dt {
			padding: 5px 10px;
			text-align: center;
		}

		#initial dl dd {
			margin-top: 5px;
		}

	#initial .check { text-align: center; font-size: 130%; margin: 20px; font-weight: bold; }

	#initial .btn input {
		display: block;
		padding: 5px 0;
		width: 200px;
		background: var(--main-color);
		border: none;
		font-size: 130%;
		color: #fff;
	}

	#initial form { margin-top: 30px; }
	#initial table { margin: 0 auto; width: 530px; border-collapse: collapse; border-spacing: 0; border: solid 1px black;}
		#initial table th { border: solid 1px black; font-weight: normal; }
		#initial table td { position: relative; padding: 5px 10px; vertical-align: middle; font-weight: normal; white-space: nowrap; border: solid 1px black;}
			#initial table td .wl { padding: 6px 3px; border: solid #ccc 1px; vertical-align: top; width: 300px; }
	#initial .comment { margin-top: 20px; text-align: center; color: blue; font-weight: bold; max-height: 999999px;}
	#initial .errorComment { margin-top: 20px; text-align: center; color: red; font-weight: bold; max-height: 999999px;}
	#initial .innerComment { color: blue; font-weight: bold;}
	#initial .btn_group { margin-top: 30px; }
	#initial .designationDate { padding: 6px 3px; border: solid #ccc 1px; vertical-align: top; width: 150px; }
	#initial .clear_btn { padding: 10px 15px; margin-left: 10px; background: #eeefef; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; box-shadow: 1px 1px 1px #ccc; -webkit-box-shadow: 1px 1px 1px #ccc; -moz-box-shadow: 1px 1px 1px #ccc; -ms-box-shadow: 1px 1px 1px #ccc; -o-box-shadow: 1px 1px 1px #ccc; color: #000; }

h2 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 140%;
		font-weight: normal;
}

.popUpCalendar {
	cursor: pointer;
}

.caption {
	background: #e7e7e7;
}
