.site {
	margin-bottom: 1em;
}

.mBox3 {
	margin-right: 0.6em;
	margin-left: 0.6em;
	font-size: 12pt;
	color: #006888;
}

#boxF_p {
	width: 90%;
	max-width: 90%;
	padding: 4px 4px 4px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid pink;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #fff4f9;
	text-align: center;
	line-height: 1.6;
}
#mBoxF_w {
	width: 90%;
	max-width: 90%;
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid pink;
	border-radius: 30px;
	background-color: #ffffff;
	line-height: 1.6;
	text-align: center; /* 念のため残しておいてもFlexboxには影響しません */
}
#inF { text-align: left; padding: 3px 5px 3px; }

.text1 {
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
	width: 100px;
	height: 30px;
	font-size: 1em;
	/* margin-top: 0.4em; */
	line-height:30px;
	/* background:none; */
	/* border:none; */
}

.mSelect1 {
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
	width: 60px;
	height: 30px;
	font-size: 0.8em;
	/* margin-top: 0.4em; */
	line-height: 30px;
	/* background:none; */
	/* border:none; */
}
