@charset "utf-8";
/* CSS Document */

#breadcrumbs {
	margin:15px 0 10px;
}

#mainColumn h2 {
	background:#135726;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}

.button {
	list-style-type:none;
	margin:20px 0 0;
	position:relative;
}

.button li:last-child {
	margin:0 auto;
	width:224px;
}

.button li .confirm,
.button li .send {
	padding:10px 0;
	background-color:#e05745;
	border-radius:5px;
	border-top:2px solid #e05745;
	border-right:2px solid #e05745;
	border-bottom:4px solid #d13a26;
	border-left:2px solid #e05745;
	color:#fff;
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size:16px;
	font-weight:bold;
	width:224px;
	cursor:pointer;
}

.button li .confirm:hover,
.button li .send:hover {
	background-color:#fff;
	border-top:2px solid #e05745;
	border-right:2px solid #e05745;
	border-bottom:4px solid #d13a26;
	border-left:2px solid #e05745;
	color:#e05745;
}

.button li .reset,
.button li .back {
	padding:5px 0;
	background-color:#125726;
	border-radius:5px;
	border-top:2px solid #125726;
	border-right:2px solid #125726;
	border-bottom:4px solid #0d391a;
	border-left:2px solid #125726;
	color:#fff;
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size:16px;
	font-weight:bold;
	width:128px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:5px;
}

.button li .reset:hover,
.button li .back:hover {
	background-color:#fff;
	border-top:2px solid #125726;
	border-right:2px solid #125726;
	border-bottom:4px solid #0d391;
	border-left:2px solid #125726;
	color:#125726;
}

.requireText {
	text-align:center;
	margin-top:30px;
	font-size:16px;
	font-weight:bold;
}

.requireText span {
	color:#d13a26;
}

.requireText02 {
	text-align:center;
	margin-top:10px;
}

#mainColumn table {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
	margin-top:15px;
}

#mainColumn th,
#mainColumn td {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	padding:15px 10px;
}

#mainColumn th {
	width:20%;
	background:#f9efe1;
}

#mainColumn td {
	position:relative;
}

#mainColumn th .required {
	color:#d13a26;
}

#mainColumn td input,
#mainColumn td textarea {
	padding:5px;
}

#mainColumn td input:focus,
#mainColumn td textarea:focus {
	background:#ffe1dd;
	border:1px solid #666;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

.name input {
	width:14em;
	margin:0 0 0 16px;
}

.name input:first-child {
	margin:0 18px 0 22px;
}

.name02 input {
	width:14em;
	margin:0 13px 0 6px;
}

.sex input:first-child {
	margin:0 0.2em 0.3em 0;
}

.sex input:last-child {
	margin:0 0.2em 0.3em 2em;
}

.email input {
	width:20em;
	margin-right:0.2em;
}

.email span,
.tell span {
	font-size:14px;
}

.tell input {
	width:5em;
}

.tell input:first-child {
	margin-right:0.2em;
}

.tell input:nth-child(2),
.tell input:nth-child(3) {
	margin:0 0.2em;
}

.title input {
	width:80%;
}

.contents textarea {
	width:80%;
	height:10em;
}

.error {
	margin-top:5px;
	font-weight:bold;
}

.confirmTable td {
	font-weight:bold;
}

.grayText:first-child {
	color:#999;
	font-weight:normal;
	margin:0 0.3em 0 0
}

.grayText:last-child {
	color:#999;
	font-weight:normal;
	margin:0 0.3em 0 1em;
}

.finish {
	margin-top:30px;
	background:#f9f3eb;
	padding:20px 50px 15px;
}

.finish h3 {
	text-align:center;
	font-size:24px;
}

.finish .logo {
	text-align:center;
	margin:20px 0;
}

.finish .logo img {
	border:10px solid #fff;
}

.gotop a {
	padding:10px 20px;
	background-color:#e05745;
	border-radius:5px;
	border-top:2px solid #e05745;
	border-right:2px solid #e05745;
	border-bottom:4px solid #d13a26;
	border-left:2px solid #e05745;
	color:#fff;
	font-family : YuGothic, '游ゴシック', sans-serif;
	font-size:16px;
	font-weight:bold;
	width:12em;
	cursor:pointer;
	text-align:center;
	margin:20px auto 0;
	display:block;
}

.gotop a:hover {
	background-color:#fff;
	border-top:2px solid #e05745;
	border-right:2px solid #e05745;
	border-bottom:4px solid #d13a26;
	border-left:2px solid #e05745;
	color:#e05745;
	text-decoration:none;
}








