@charset "UTF-8";

body{
	background-color: black;
	color: aliceblue;
}

.formLabel{
	display: inline-block;
	width: 10rem;
	margin-right: 1rem;
}

.bigTitle{
	font-size: 3rem;
}

input{
	width: 20rem;
}

.listboxLabel{
	margin-right: 1rem;
}

h1{
	border-bottom: aliceblue solid;
    width: 40rem;
    margin: 2rem auto;
}

ul{
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

li{
	text-align: left;
}

.redtext{
	color: red;
}

summary{
	font-size: x-large;
}

details{
	margin-bottom: 3rem;
}

@media screen and (max-width: 959px) {/*ここからスマホ・タブレット向け */
	.registerContent{
		font-size: 2.0rem;
	}

	h1{
	border-bottom: aliceblue solid;
    width: 80%;
    margin: 2rem auto;
}
}