@charset "UTF-8";
/* CSS Document */

/*
==========================================================
エラーページ
==========================================================
*/



@media print, screen and (min-width: 641px) {
	
#container {
	padding-top: 20px;
}
#error {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 50px;
}
#error h2 {
	font-size:: 24px;
	margin-bottom: 30px;
	text-align: center;
}
#error p {
	text-align: center;
	color: #333;
	line-height: 1.8em;
}
#error ul {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
}
#error ul li {
	margin-bottom: 10px;
	text-align: left;
	color: #333;
}
#error #foot {
	text-align: center;
}



}


/*
==========================================================
エラーページ（SP）
==========================================================
*/

@media screen and (max-width: 640px) {
	
#error {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	padding-top: 90px;
}
#error h2 {
	font-size:: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5em;
}

#error p {
	text-align: left;
}
#error ul {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 50px;
	margin-top: 20px;
}
#error ul li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}
#error #foot {
	text-align: center;
}


}
#error a {
	color: #06C;
	text-decoration: underline;
}
