@charset "utf-8";

@import url( 'https://fonts.googleapis.com/css?family=Cinzel' );
@import url( 'https://fonts.googleapis.com/css?family=Lato:400,700/Noto+Sans+JP:400,700' );

body {
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", Meiryo, sans-serif;
	background: url('../img/bg-body.png') repeat 0 0;
	color:#545B63;
}

.red{
	color:red;
}

p strong{
	font-weight: bold;
}
.return {
	display: block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #333;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	line-height: 3;
}
.return:hover {
	opacity: 0.5;
}

div#error * {
	margin: 0;
	padding: 0;
}

div#error {
	width: 960px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-size: 95%;
	line-height: 1.8;
}

div#error h1,
div#error h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

div#error h2 {
	margin-top: 3em;
}

div#error p,
div#error ul{
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#error dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#error dl dt {
	margin-top: 2em;
}


.pc{
	display:block;
}

.sp{
	display: none;
}


/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

div#error {
	width: 95%;
	font-size: 100%;
}
.pc{
	display: none;
}

.sp{
	display:block;
}
}
/* 1000pixel end */




