<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* CSS Document */

/*エラーテキスト-----------------------*/

article {
	border:1px solid #cccccc;
	width:95%;
	margin: 10px auto;
	padding-bottom:20px;

}

article p {
	text-align:center;
	line-height:1.2;
	padding:20px 0 ;
	background:none !important;
}

p#errorText {
	padding:90px 0 60px ;
	text-align:center;
	font-weight:bold;
}


/*　ボタン------------------------------*/

article span#backBt {
	margin-bottom:20px;
	text-indent:-9999px;
	display:block;
}


article span#backBt a{
	background:url(../img/error/back_btn.png) 0 0 no-repeat;
	-webkit-background-size: 95px 40px !important;
	-moz-background-size: 95px 40px !important;
	-o-background-size: 95px 240px !important;
	display:block;
	width:95px;
	height:40px;
	margin: 0 auto;
}

article #topPage03 {
	text-indent:-9999px;
	display:block;
}

article span#topPage03 a{
	background:url(../img/completion/toppage_btn.png) 0 0 no-repeat;
	-webkit-background-size: 120px 25px !important;
	-moz-background-size: 120px 25px !important;
	-o-background-size: 120px 25px !important;
	display:block;
	width:120px;
	height:25px;
	margin: 0 auto;
}

</pre></body></html>