/* CSS Document */

*{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.title {
	font-size: 1.5em;
	font-weight: normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	line-height: 1.8em;
}

.box1 {
	width: 90%;
	max-width: 400px;
	border-radius: 5px;
	border-style: none;
	background-color: #f5f5f5;
	margin: 10px auto;
	padding: 10px;
}

.p2 {
	font-size: 0.7em;
	color: gray;
	line-height: 1.2em;
}

.header {
	box-shadow:  0px 3px 1px -1px rgba(0,0,0,0.6);
	box-sizing: border-box;
	margin-bottom: 5px;
}

.logoImg {
	height: 60px;
	margin: 8px 0px 0px 8px;
}

.p1 {
	line-height: 1.3em;
}

.submitButton {
	margin: 5px auto;
	display: block;
	height: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	border: none;
	border-radius: 3px;
	background-image: linear-gradient(to top, #eeeeee 50%, #cccccc 100%);
}

#mail {
	width: 90%;
	margin: 0px auto;
	display: block;
	border: 2px solid gray;
	border-radius: 0.5em;
}

.bRed {
	border: 2px solid #B50000;
	background-color: pink;
}

.bRed:focus {
	background: white;
}

.center {
	text-align: center;
}

.row p {
	display: inline-block;
}

.selectBoxS {
	width: 20%;
}

.nameBox {
	width: 36%;
	max-width: 140px;
}

.nameTag {
	width: 18%;
	text-align: right;
}

.pSub {
	line-height: 1.2em;
	margin: 0px;
	text-align: center;
}



.inputArea {
	width: 100%;
	box-sizing: border-box;
	background-color: #F2F3F0;
	padding: 5px 0px 5px 2%;
	border-radius: 5px;
	margin: 10px 0px;
}

.box2 {
	padding: 10px;
}

.student {
	display: none;
}

.worker {
	display: none;
}

.pass {
	display: none;
}

.disNone {
	display: none;
}

.active {
	display: block;
}
.disNone2 {
	display: none;
}



.contactSubTitle {
	width: 30%;
	max-width: 100px;
}

.contactBox {
	width: 65%;
	max-width: 230px;
}

.row {
	margin: 3px 0px;
}

.studentLabel {
	width: 96px;
}

.buttonA {
	margin: 5px auto;
	width: 80px;
	display: inline-block;
	height: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	border: none;
	border-radius: 3px;
	background-color: darkgray;
	color: white;
	font-weight: 400;
}

.selected {
	background-color: dimgray;
	color: white;
}
