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


/* ------------ ヘッダ ------------ */
#header {
	height: 88px;
	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;
}


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


/* ------------ フォーム ------------ */
#contents .formhead {
	height: 35px;
	margin: 30px 0 10px 0;
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(102,102,102) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(102,102,102)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(102,102,102) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(102,102,102) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(102,102,102) 0%,rgb(255,255,255) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgb(102,102,102) 0%,rgb(255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#contents .formhead h2 {
	width: 300px;
	margin: 0 0 0 15px;
	float: left;
	text-shadow: 0px 1px 3px black;
	font-weight: bold;
	color: white;
	font-size: 1.3em;
	line-height: 35px;
}

#contents .formhead p {
	width: auto;
	margin-right: 10px;
	float: right;
	line-height: 35px;
	text-align: left;
}

#contents .formhead p:before,
#contents form table th .kome:before {
	content: "※";
	color: #06c;
}

#contents form table {
	width: 600px;
	table-layout: fixed;
	font-size: 12px;
	border: none;
	border-collapse: collapse;
	border-spacing: none;
}

#contents form table th {
	background-color: #ccc;
	width: 100px;
	padding: 5px 10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
}

#contents form table td {
	background-color: #ddf2fb;
	border-bottom: 1px solid white;
	padding: 5px 10px;
}

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

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

#contents form .buttonbox {
	margin-top: 5px;
	text-align: center;
}

#contents .confirmbox {
	margin-top: 30px;
}

#contents .confirmbox h2 {
	color: #660033;
	margin: 0;
	margin-bottom: 15px;
}

#contents .confirm {
	margin-top: 15px;
	padding: 20px;
	background-color: #eee;
}

#contents .confirmbox form {
	margin-top: 15px;
	text-align: center;
}

#contents .confirmbox .button {
	width: 100px;
	border: solid 2px #ccc;
	margin: 30px auto 30px auto;
}

#contents .confirmbox p.button {
	font-size: 1em;
	line-height: 1.5;
}

#contents .confirmbox a.buttonouter {
	text-decoration: none;
	display: block;
}

#contents .confirmbox a.buttonouter .button {
	width: 200px;
}

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