/* ------------ body ------------ */
body {
	background: #fff;
}


/* ------------ ヘッダ ------------ */
#header {
	height: 112px;
	background-color: #039;
}

#header .contents {
	width: 800px;
	height: 88px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	width: 380px;
	top: 10px;
	margin: 0;
}

#header p {
	position: absolute;
	width: 395px;
	bottom: 10px;
	padding: 3px 10px 1px 10px;
	background-color: #36c;
	color: white;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
}

#header a {
	display: block;
}

/* #header a[href="https://www.tex.nipponsteel.com/"] {
	position: absolute;
	right: 0;
	top: 18px;
} */

#header p + a {
	position: absolute;
	right: 0;
	top: 18px;
}

#header h2 {
	margin: 0;
	height: 24px;
	background-color: #999;
	font-size: 1.2em;
	color: white;
	line-height: 24px;
}

#header h2 div {
	width: 800px;
	margin: 0 auto;
}


/* ------------ コンテンツエリア ------------ */
#contents {
	width: 600px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}


/* ------------ フォーム ------------ */
#contents .formbox {
	width: 350px;
	margin: 50px auto 25px auto;
	text-align: center;
}

#contents .formbox label {
	display: inline-block;
	width: 6em;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-align: right;
}

#contents .formbox label:after {
	content: ":";
	margin-right: 0.5em;
}

#contents .formbox input {
	width: 12em;
	margin-bottom: 10px;
	padding: 3px 0.5em;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
	font-size: 1.6em;
	line-height: 1.5;
}

#contents .formbox input:focus {
	border: solid 1px #69c;
}

#contents .buttonbox {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

#contents .buttonbox input[type="submit"].button {
	width: 100px;
	border: solid 2px #039;
	margin: 20px 10px 20px auto;
	display: inline-block;
}

#contents .buttonbox input[type="reset"].button {
	width: 100px;
	border: solid 2px #ccc;
	margin: 20px auto 20px auto;
	display: inline-block;
}


/* ------------ フッタ ------------ */
#footer {
	background-color: #039;
}