@charset "utf-8";

/*
============================================================
err.css
------------------------------------------------------------

■エラーページ

============================================================
*/

/* ---------------------------------------------------------
■エラーページ
--------------------------------------------------------- */
.errInner2 {
	width: 1054px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
	padding: 80px 0 50px 0; }

h3.errTtl { margin: 0 0 80px 0; }
.sberrTtl {margin:-40px 0 22px 0;}
h4.errDeskTtl {
	font-size: 100%;
	color: #f596b4;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-weight: bold; }

p.errDeskText {
	font-size: 81%;
	line-height: 1.5em;
	margin: 0 0 45px 0;
	color: #595757; }

.errBtn {
	width: 493px;
	height: 46px;
	margin:-13px auto;
	overflow: hidden; }

.errBtnLeft {
	width: 234px;
	height: 46px;
	margin: 0;
	padding: 0;
	float: left; }

.errBtnRight {
	width: 234px;
	height: 46px;
	margin: 0;
	padding: 0;
	float: right; }

.errBtnLeft a:hover, .errBtnRight a:hover {
	opacity: 0.7;
	cursor: pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }