@charset "utf-8";

/* ポップアップ画面用CSS */

/**************************************
	レイアウト
**************************************/
body {
	background-color	: #fff;
}
#popWrapper {
	width				: 500px;
	margin				: 0px auto;
	padding-top			: 10px;
	padding-bottom		: 20px;
	text-align			: left;
}
#logoPbase {
	margin-bottom		: 5px;
}

/**************************************
	見出し
**************************************/
#popWrapper h2{
	margin-bottom		: 15px;
}




#gotPass {
	font-size			: 20px;
	font-family			: Arial Black;
	line-height			: 20px;
	color				: #999;
}

.windowtext {
	clear				: both;
	background-color	: #efe8da;
	padding				: 10px 15px;
	margin-bottom		: 15px;
}

.goTop {
	padding-top			: 15px;
	text-align			: right;
}

