@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name:      error.css
Created:        2012-09-03 by sasakin
Last update:    2012-09-03 by sasakin
by Author Style Info: spn product css document
----------------------------------------------------------- */
/* ----------------------------- 
Table of Contents

*
----------------------------- */

/* err-w
----------------------------------------------------------- */
#err-w {
	margin: 20px 10px;
}
#err-w > p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
#err-w .err {
	margin-bottom: 10px;
	padding: 15px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #efebe0;
}
#err-w .err p {
	font-size: 14px;
	line-height: 1.2;
}
#err-w .cmn-btn-grn {
	width: 260px;
	height: 43px;
	margin: 20px auto 0;
}
#err-w .cmn-btn-grn span {
	padding-left: 28px;
	background: url("/images/spn/cnt/error/btn_err_home.png") no-repeat ;
	background-size: 21px 19px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -1px 0px #237765;
	letter-spacing: 0.1em;
}
