@charset "utf-8";
/* CSS Document */
#announce {
	top: 55px;
	left: 30px;
}
.table {
	width: 800px;
	margin: 0 auto 50px;
}
.table th {
	padding: 7px 5px;
	width: 150px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f3f3f3;
}
.table th span.must {
	display: inline-block;
	font-weight: normal;
	font-size: 80%;
	background: #dc143c;
	color: #fff;
	float: right;
	padding-left: 3px;
	padding-right: 3px;
}
.table td {
	padding: 7px 5px 7px 1em;
	border: 1px solid #ccc;
}
.mast {
	color: #971414;
}
.w300 {
	width: 300px;
}
.ex {
	font-size: 95%;
	color: #006400;
}
.note {
	font-size: 95%;
	color: #dc143c;
}

input,textarea {
	padding: 5px;
}
label {
	padding-right: 3em;
}

#form-navi {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
#form-navi ul {
	position: relative;
	left: 50%;
	float: left;
}
#form-navi li {
	position: relative;
	left: -50%;
	float: left;
	width: auto;
	/*height: 30px;
	line-height: 30px;*/
	padding: 0 6px;
}


.btn_clear {
	display: inline-block;
	font-size: 13px;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
	padding: 7px 40px;
	background:  #f8f8f8;
	
	cursor: pointer;
}
.btn_ok {
	display: inline-block;
	font-size: 13px;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
	padding: 7px 40px;
	background: #dbe9ff;
	
	cursor: pointer;
}
.btn_clear:hover,
.btn_ok:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

