@charset "shift_jis";
/* CSS Document */

div#wrapper {
	width: 950px;
	margin: 30px auto 60px;
}
div#wrapper h2 {
	margin-bottom: 10px;
}
/* =========================================================
ŠO˜g
========================================================= */
div#form {
	padding: 5px;
	background: #CCC;
}

div#formInner{
	padding: 25px 25px 25px 193px;
	background: #FFF url(../img/bg_formflow.png) no-repeat 25px 25px;
}

/* =========================================================
formContents
========================================================= */
div#formContents {
	width: 660px;
	border: 1px solid #E8E8E8;
	background-color: #FBF9F6;
	padding: 29px;
}

table.formTbl {
	width: 660px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.formTbl tr th,
table.formTbl tr td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table.formTbl tr th {
	width: 165px;
	border-bottom: 1px dotted #333;
	background: url(../img/ico_point04.png) no-repeat 5px 15px;
	padding-left: 17px;
	font-weight: bold;
}

table.formTbl tr td {
	border-bottom: 1px dotted #333;
}


table.formTbl tr td table {
	width: auto;
	border-collapse: separate;
}

table.formTbl tr td th,
table.formTbl tr td td {
	width: auto;
	padding: 0;
	border: 0;
}


.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 {
	padding: 3px;
}

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }

.m5 { margin-bottom: 5px; }

.formTbl .formTblInner {
	padding: 0;
}

table.formTbl .formTblInner table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.formTbl .formTblInner th,
.formTbl .formTblInner td {
	padding: 10px 0 10px 10px;
	background: none;
	width: auto;
	border-bottom: 1px dotted #000;
}

.formTblInner label {
	line-height: 25px;
}

.formTbl .formTblInner th {
	width: 150px;
}

.formTbl .formTblInner th p {
	font-weight: normal;
}

.formTbl .formTblInner td p {
	padding-top: 5px;
	color: #930;
}

.formTbl .formTblInner .tblSt {
	width: auto;
	border: none;
	padding-bottom: 0;
}

.formTbl .formTblInner .tblNoline th,
.formTbl .formTblInner .tblNoline td {
	border-bottom: none;
}

/* =========================================================
privacyArea
========================================================= */
#privacyArea {
	width: 660px;
	margin: 20px auto 0;
	text-align: center;
	line-height: 20px;
}

#privacyArea p a {
	color: #D60A00;
}

#privacyArea p a:hover {
	color: #F60;
}

/* =========================================================
submitArea
========================================================= */
#submitArea {
	width: 270px;
	height: 52px;
	margin: 20px auto 0;
}

#submitBtn {
	width: 270px;
	float: left;
}

#submitBtn input,
#resetBtn input {
	height: 52px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

#submitBtn input {
	width: 270px;
	background: url(../img/btn_submit01_off.png) no-repeat;
}

#submitBtn input:hover {
	background: url(../img/btn_submit01_on.png) no-repeat;
}

.mustImg img {
	vertical-align: middle;
	padding: 0 5px;
}

.delimiterText {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	color: #333;
}

/* =========================================================
calendar
========================================================= */
#calendar01, #calendar02 {
    width: 220px;
}
#calendar01 input, #calendar02 input {
    color: #000000 !important;
}
#calendar01 {
    float: left;
}
#calendar02 {
    float: left;
}
