@charset "UTF-8";

/* -------------------------------------------------
	form/index.html
-------------------------------------------------- */
/* float */
.blockLeft {
	float: left;
}
.blockRight {
	float: left;
	margin-left: 20px;
}

#formTxtArea {
	margin: 0 15px 25px 24px;
}

/* formTxtArea */
#formTxtArea p {
	float: left;
	line-height: 30px;
}

#formTxtArea #step {
	float: right;
}

#formTxtArea #step li {
	display: inline-block;
	width: 110px;
	height: 30px;
	padding-left: 19px;
	background: url(../images/arw01.gif) no-repeat 5px center;
	*float: left;
}

#formTxtArea #step li:first-child {
	background: none;
}

#formTxtArea #step li span {
	display: block;
	background-color: #EEE;
	text-align: center;
	line-height: 30px;
}

#formTxtArea #step li span.current {
	background-color: #666;
	color: #FFF;
}


/* inputArea */
#inputArea {
	margin: 0 15px 50px 24px;
	text-align: left;
}

.formBtn {
	margin: 0 0 50px 160px;
}

#inputArea table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	color: #274D84;
}

#inputArea table th,
#inputArea table td {
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}

#inputArea table th {
	width: 170px;
	font-size: 110%;
	font-weight: bold;
	background: #F5F5F5;
}

#inputArea table label {
	display: block;
	line-height: 2.4;
}

#inputArea table td {
	line-height: 1.8;
}

#inputArea .memberTbl th {
	width: 138px;
}

#inputArea .member {
	width: 89px;
	font-size: 100%;
	font-weight: bold;
	background: #F5F5F5;
}

#inputArea table .required {
	color: #D83300;
}

.dateSelect {
	padding-top: 5px;
}

.dateSelect li {
	display: inline-block;
	margin-right: 15px;
	font-size: 110%;
}

#inputArea .dateSelect label {
	line-height: 1;
}

.example {
	font-size: 86%;
	font-weight: normal;
	color: #333;
}

.errerText {
	padding-top: 3px;
	font-size: 90%;
	color: #D83400;
}

.errer {
	border: 1px solid #FF7373;
	background-color: #F5E4EA;
}

.formText {
	padding-top: 7px;
}

.nameTxt {
	color: #333;
}

.pl5 {
	padding-left: 5px;
}

.pt3 {
	padding-top: 3px;
}

.dateSelect input[type="radio"]{
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

#inputArea input[type="text"],
#inputArea textarea {
	border: 1px solid #AAA;
	padding: 5px;
	background-color: #FFF;
}

#inputArea input[type="text"]:focus,
#inputArea textarea:focus {
	border: 1px solid #8aba7c !important;
	outline: none;
	background-color: #fbfef8 !important;
}

#inputArea input[type="text"].require,
#inputArea textarea.require {
	border: 1px solid #FF7F02;
	background-color: #FFF8EA;
}

#accepting, #closed {
	display: none;
}

.w70 {
	width: 70px;
}
.w90 {
	width: 90px;
}
.w160 {
	width: 160px;
}
.w160 {
	width: 160px;
}
.w185 {
	width: 185px;
}
.w290 {
	width: 260px;
}
.w410 {
	width: 410px;
}


/* -------------------------------------------------
	form/kakunin.html
-------------------------------------------------- */
body#kakunin table th {
	height: 50px;
}

body#kakunin table.nameTable th {
	height: 70px;
}

body#kakunin table td {
	font-size: 110%;
}

body#kakunin .formBtn {
	width: 560px;
	margin:0 auto 50px auto;
}

body#kakunin .formBtn .submit {
	float: right;
}


/* -------------------------------------------------
	form/thanks.html
-------------------------------------------------- */
#thanks .txt {
	margin-bottom: 20px;
}

#thanks .red {
	color: #B22C00;
}

.finish_ttl {
	margin-bottom: 30px;
	padding-top: 20px;
	text-align: center;
}

.name {
	padding: 0 24px;
	margin-bottom: 20px;
	font-size: 110%;
}

table.shiinkaiDetail {
	width:100%;
	margin-bottom: 50px;
	border-top:1px solid #a3a3a3;
	border-left:1px solid #a3a3a3;
	line-height: 2;
}

table.shiinkaiDetail th,
table.shiinkaiDetail td {
	border-right:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	padding:10px 15px;
	vertical-align:top;
}

table.shiinkaiDetail th {
	width:20%;
	text-align:center;
	background:#e4f4f8;
	font-weight:bold;
	color:#284e84;
}
table.shiinkaiDetail ul {
	margin-top: 5px;
}
table.shiinkaiDetail li {
	padding-left: 1em;
	text-indent: -1em;
}