form.changeName, form.changeName fieldset,
form.changeName ul, form.changeName li,form.changeName p
{
	margin: 0; padding: 0; border: none; background: none;
	font-weight: normal; font-style: normal; box-sizing: border-box; 
}
form.changeName input,
form.changeName select{ vertical-align: middle; font-size: 100%; max-width: 100%; box-sizing: border-box; }
form.changeName label,
form.changeName select,
form.changeName .process input{ cursor: pointer; }
form.changeName .process input[type="radio"]{ margin:0; }

form.changeName
{
	width: max-content; max-width: 100%;
	margin: 1em auto; 
}

form.changeName legend{ display: none; }
form.changeName p.dream-noCookie{ margin-bottom: 1em; font-size: small; }
form.changeName ul{ list-style:none; margin:0; }

/* $BF~NO!&A*Br%U%)!<%`%l%$%"%&%H(B */
form.changeName ul:not([class]){ 
   list-style: none;	
   display: flex; 
   flex-wrap: wrap;
   flex-direction: row; /* row:$B2#JB$S(B column:$B=DJB$S(B */
   justify-content: flex-start; /* flex-start:$B:84s$;(B center:$B??$sCf(B flex-end:$B1&4s$;(B */
   gap: 10px; /* $BMWAG4V$N%9%Z!=%9!JI,MW$J$i!K(B */
}


/* $B9`L\%i%Y%k(B */
form.changeName ul:not([class]) label{ 
	min-width: 8em; 
	text-align: right;
}

/* $BF~NO!&A*Br%U%)!<%`(B */
form.changeName ul:not([class]) input,
form.changeName ul:not([class]) select{ 
	min-width: 12em;
}

/* $B9`L\%i%Y%k$H%U%)!<%`$N%l%$%"%&%H(B */
form.changeName ul:not([class])>li{ 
	display: flex;
	flex-direction: row; /* row:[$B9`L\(B][$B%U%)!<%`(B] | column:[$B9`L\(B]$B$N2<$K(B[$B%U%)!<%`(B] | column-reverse:[$B%U%)!<%`(B]$B$N2<$K(B[$B9`L\(B] */
	justify-content: flex-start;
	align-items: center; /* center:row$B$K$7$?>l9g$N$*$9$9$a(B | start/end: column$B;~$N0LCVB7$((B */
	gap: 0 5px;
}

/* $BEPO?:o=|<B9T$N%l%$%"%&%H(B */
form.changeName .process
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row; /* row:$B2#JB$S(B column:$B=DJB$S(B */
	justify-content: center; /* flex-start:$B:84s$;(B center:$B??$sCf(B flex-end:$B1&4s$;(B */
	align-items: center;
	gap: 5px 10px;
	margin-top: 1em;
}
form.changeName .process>li:first-child{ order: 0; }/* $BEPO?$r8e!J1&B&(Bor$B2<B&!K$K(B */

/* $BEPO?<B9T%\%?%s(B */
form.changeName .process input[type="submit"]{ }