.mainStyle {
	-webkit-text-size-adjust: none;
	font-family: 'HiraginoSans-W3', 'Yu Gothic', YuGothic, '游ゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	word-wrap: break-word;
}

ruby {
	position: relative;
}

rt {
	position: relative;
	top: 2px;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
}


.homeBox {
	color: #ffffff;
	background-color: #1177d1;
	font-size: 1rem;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.changeLanguage {
	font-size: 1rem;
	color: #2c8ba3;
	text-decoration: none;
	margin-left: 40px;
}

.lmsLogin {
	color: #ffffff;
	background-color: #1177d1;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 0.8rem;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
}

.studentIdInput {
	font-size: 1rem;
	margin: 5px 0px 5px 5px;
}

.yearInput {
	font-size: 0.9rem;
	margin: 5px 0px 5px 5px;
}

.monthInput {
	font-size: 0.9rem;
	margin: 5px 0px 5px 5px;
}

.dayInput {
	font-size: 0.9rem;
	margin: 5px 0px 5px 5px;
}

.schoolInput {
	font-size: 0.9rem;
	margin: 5px 0px 5px 5px;
}

.submitButtonCss {
	display: inline-block;
	border: solid 3px white;
	background: #810f40;
	color: #f8f6f6;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;					/* 指マーク */
	border-radius: 15px;				/*角丸*/
	padding: 2px 40px 2px 40px;
	margin-top: 20px;
	margin-left: 20px;
	box-shadow: 0 0 10px #810f40;
}

.initPassword {
	vertical-align: top;
	font-family: sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	color: #2525ec;
}

.copyIcon {
	cursor: pointer;
	vertical-align: top;
	margin-left: 10px;
}

.invisible {
	opacity: 0.0;
	font-size: 1.2rem;
	font-weight: bold;
}

.visible {
	opacity: 1.0;
	font-size: 1.2rem;
	font-weight: bold;
}
