@charset "utf-8";
/* Argaive 3.0 CSS Document */


BODY
	{}

	#popup_backstop
		{
		 width: 100%; height: 100%;
		 position: fixed;
		 left: 0; top: 0;
		 z-index: 2000;
		 background: rgba(0, 0, 0, 0.5);
		 display: none;/**/
		}
		#popup_backstop .loading
			{ display: block }
			#popup_backstop .loading .text
				{ color: silver; }

	#popup
		{
		 width: 50%; height: auto;
		 position: absolute;
		 left: 25%; top: 25%;
		 z-index: 2000;

		 color: black;
		 background-color: white;
		 display: none;/**/
		}
	#popup.edit_album
		{
		 width: 70%; height: 38.5vw;
		 position: absolute;
		 left: 15%; top: 0;
		 margin-top: 12.5vh;
		}
	#popup.edit_art
		{
		 width: 80vw; height: 38.5vw;
		 position: absolute;
		 left: 10vw; top: 0;
		 margin-top: 12.5vh;
		}

		#popup #popup_inner
			{
			 width: 100%; height: 100%;
			 position: relative;
			 left: 0; top: 0;
			 color: black;
			 background-color: white;
			}

			#popup_inner #popup_title
				{
				 idthw: 2vmax; eighth: 2vmax;
				 position: absolute;
				 left: 1vmax; top: 0.7vmax;

				 color: black;
				 font-family: 'ArrusBT';
				 font-size: 2.5vmax;
				 font-weight: bold;
				}

			#popup_inner #popup_close
				{
				 width: 2vmax; height: 2vmax;
				 position: absolute;
				 right: 1vmax; top: 1vmax;
				}
			#popup_inner #popup_close:active
				{ top: 1.2vmax; }


			#popup_inner #popup_content
				{
				 width: 100%; height: 100%;
				 padding: 5vmax 2vmax 2vmax;

				 ackground-colorb: #CF3;
				}


