@charset "utf-8";
/*================================================================
	リダイレクトページ用CSS：nn.html ie.html
================================================================*/
body {
	text-align: center;
}

#mess-area {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#mess-area #logo {
	width: 600px;
	height: auto;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

#mess-area h1 {
	width: 600px;
	height: auto;
	text-align: center;
	line-height: 130%;
}

#mess-area address {
	width: 600px;
	height: auto;
	text-align: center;
	margin-top: 60px;
	font-style: normal;
}

#mess-area #mess {
	width: 600px;
	height: auto;
	line-height: 145%;
}

#mess-area #new-url {
	font-size: 26px;
	width: 600px;
	height: auto;
	text-align: center;
}
