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

/* 10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197% */

.error-contents {
	padding: 0 10px;
	line-height: 1.5;
}

header {padding-top: 20px;}

.textBox-bgColor ul {
	padding-left: 0;
	margin-left: 1.5em;
}
.textBox-bgColor ul li {margin-bottom: 5px;}
.textBox-bgColor ul li:last-child {margin-bottom: 0;}

.error-contents>ul.go-topPage {
	list-style: none;
	padding-left: 0;
	margin: 20px 0 0;
}
a.btnStyle01 {
	color: #FFF;
	background-color: #4d4d4d;
	font-weight: bold;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 108%;
	padding: 14px 0;
	position: relative;
}
a.btnStyle01:hover {background-color: #808080;text-decoration: none;}
a.btnStyle01:before {
	content: "\e901";
	font-family: 'icomoon';
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	font-weight: 100;
}


footer {overflow: hidden;margin-top: 30px;}
.error-logo {width: 55px;float: left;margin: 0;}
footer>div {
	float: right;
	width: 100%;
	margin-right: -70px;
}
footer>div div {
	margin-right: 70px;
}
footer h2 {
	font-size: 116%;
	margin: 0 0 5px;
}
footer h2 a {color: #333 !important;}
.copyright {
	text-align: left;
	padding: 0;
	margin: 0;
}



@media print, screen and (min-width: 641px) {
	
header {padding-top: 0;}
	
.error-contents {
	padding: 30px;
	width: 620px;
	margin: 0 auto;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-top: 50px;
	box-shadow:0px 0px 4px 1px #ebebeb;
	-moz-box-shadow:0px 0px 4px 1px #ebebeb;
	-webkit-box-shadow:0px 0px 4px 1px #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.go-topPage {text-align: center;}


a.btnStyle01 {display: inline-block;padding: 10px 20px 10px 37px;}
a.btnStyle01:before {
	content: "";
	position: absolute;
	margin-top: -4.5px;
	width: 10px;
    height: 9px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -179px;
}
a.btnStyle01 .icon-newwin:before {
	content: '';
	display: inline-block;
    width: 13px;
    height: 10px;
    background: url(../images/common/spritesheet.png) no-repeat -30px -1221px;
}





}