@charset "utf-8";


/* ==================================
/err/共通
================================== */

#contents {
	background-image: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

h2{
	margin: 0 auto;
}



/* ==================================
/err/400
================================== */


.err4xx #category {
	width: 660px;
	margin:20px auto;
}

.err4xx #category h3 {
	font-size:125%;
	line-height:1.5em;
	color:#0275ab;
	margin-bottom: 30px;
	background-image: none;
}
.err4xx #category p {
	margin: 0 15px 20px;
}

.err4xx #category ul {
	margin: 0 30px 0 30px;
	padding: 10px;
	border: 1px solid #0079af;
}
.err4xx #category li {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: square;
}

.err4xx #category td.text {
	width: 223px;
}
.err4xx #category td.text input {
	width: 210px;
}


@media screen and (max-width: 767px) {
	.err4xx #category{
		width: 100%;
	}
	.err4xx #category ul{
		width: 100%;
    margin: 0;
	}
}
