@charset "utf-8";

/*
=================================================================================
404error top
=================================================================================
*/

#upper_box {
	width: 720px;
	margin: 10px 0 30px;
}

.complete {
	width: 700px;
	text-align: center;
	padding: 100px 0;
	font-weight:bold;
	font-size: 150%;
	background: #BBF3BB;
	color: #cc3333;
	line-height: 150%;
}

.m_bottom_5 {
	margin-bottom: 5px;
}

.m_bottom_20 {
	margin-bottom: 20px;
}

#lower_box {
	width: 664px;
	padding: 10px;
	border: 1px solid #BBF3BB;
	margin: 0 auto;
	text-align: center;
}

.btn_box {
	width: 430px;
	margin: 0 auto;
	text-align: center;
}

.btn_box .left {
	float: left;
	margin-right: 30px;
}

.btn_box .right {
	float: left;
}

