body {
	margin: 0px;
	padding: 0px;
	font-size: small;
}
.main {
	margin: 5px;
	padding: 10px;
	text-align: center;
}
.form {
	margin: 20px;
	padding: 10px;
}
.form table {
	border-collapse:collapse;
	border: 1px none #000000;
}

.form td {
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
.form #comment {
	width: 100%;
}
.submit {
	text-align: center;
	margin: 10px;
}
.body {
	margin: 30px;
	padding: 2px;
	border: 1px solid #333333;
}
.notice {
	font-size: large;
	color: #000099;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.alert {
	font-size: small;
	color: #FF0000;
}

/* .required {
	background-image:url(../img/form_required.png);
	background-repeat:no-repeat;
	background-position: 1px center;
	background-size:30px;
} */
.required img {
	width:30px;
	height: 15px;
}

.hissu {
	display: flex;
}

.midasi {
	width:76%;
}

.ruby img{
	margin-top: 10px;
}

.botton_table {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.comment {
	white-space: pre-wrap;
}
