
		.orikaesi{
			white-space: nowrap;
			position: relative;
			left: -10px;
							}
			/* ENボタンのCSS */
		.en
			{
			font-size: xx-small;
			position:relative;
			left: 0px  ;
			background-color:#022858;
			/* background-color: #063974; */
			color: white;
			display: inline-block;
  			width: 25px;
  			height: 25px;
 			text-align:center;
  			line-height: 7px;
  			border-radius: 50%;
  			border: solid 1px white;
					
					}
			/* マウスオーバー */
			 .en:hover {
    		background-color: white;
			color: #022858;
			cursor: pointer;/* マウスの形状変更 */
										}
											.siro
		{
			font-size:x-large;
			color: white;
		}
		.small1{
			font-size:small;
		}
		.footer{
			margin-top: 1em;
		}
		.botn{
			font-size: 1.5em;
			color: black;
			background-color: floralwhite;
			cursor: pointer;
			border: 1px solid#181717;
			padding: 5px 5px;
			/* font-family: fantasy; */
		}
		#endialog {
			width: 30em;
	  		height:10em;
	  		border: groove;
			border-radius: 15px;
	  		padding: 1em;
	  		background-color: #022858;
			opacity: 0.7;/* 透明度変更 */
	  		overflow-x: hidden;/* スクロールバー消す */
			overflow-y: hidden;
					}
		/* ダイヤログ表示時のバックグランドをグレーに */
			#endialog::backdrop {
			background-color: rgba(0, 0, 0, 0.4);}	
			body.inactive {
  			overflow: hidden;
							}	