@charset "utf-8";

/* formBase -------------------------- */
/* formBase01 */
.formBase01 {
}
.formBase01 label {
}
.formBase01 label input {
	vertical-align: middle;
}
.formBase01 p {
	margin: .5em 0;
}
.formBase01 .txt {
	background: transparent url(/common_v2/img/form/bg_input.gif) no-repeat left top;
	border: 1px solid #b9d7e6;
	padding: 2px 3px;
}
.formBase01 .txtRo {
	background-color: #f2f2f2;
	border: 1px solid #b9d7e6;
	padding: 2px 3px;
}
.btnListBase01 li * {
	vertical-align: top;
}

/* titleBaseForm -------------------------- */
/* titleBaseForm01 */
.titleBaseForm01 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: transparent url(/common_v2/img/form/bg_title.gif) no-repeat left top;
}
.titleBaseForm01 .inner {
	display: block;
	border: none;
	padding: 13px 55px 14px;
	background: transparent url(/common_v2/img/form/bg_title_r.gif) no-repeat right top;
}


/* boxBaseForm -------------------------- */
/* boxBaseForm01 */
.boxBaseForm01 {
	padding: 0 55px 20px;
}
/* boxBaseForm02 */
.boxBaseForm02 {
	padding: 20px 55px;
	background: transparent url(/common_v2/img/line_dotted_h.gif) repeat-x left top;
}
/* boxBaseForm03 */
.boxBaseForm03 {
	padding: 0 20px 20px;
}

/* scrollBoxBase -------------------------- */
/* scrollBoxBase01 */
.scrollBoxBase01 {
	height: 200px;
	font-size: .9em;
	overflow: scroll;
	border: 1px solid #e2e2e2;
	margin: .5em 0;
	padding: 10px 20px;
}
.scrollBoxBase01 dl ,
.scrollBoxBase01 dt ,
.scrollBoxBase01 dd {
	margin: 0;
}
.scrollBoxBase01 dt {
	font-weight: bold;
}
.scrollBoxBase01 dd {
	margin: .5em 0 1em;
}
.scrollBoxBase01 ol {
	margin-left: 20px;
}


/* tableBaseForm -------------------------- */
/* tableBaseForm01 */
.tableBaseForm01 {
	margin-top: .5em;
	margin-bottom: .5em;
}
.tableBaseForm01 th {
	font-weight: normal;
}
.tableBaseForm01 th ,
.tableBaseForm01 td {
	padding: 3px 10px;
}
.tableBaseForm01 table th ,
.tableBaseForm01 table td {
	padding: 0;
}

/* .tableBaseForm02 */
.tableBaseForm02 {
	margin-top: .5em;
	margin-bottom: .5em;
}
.tableBaseForm02 th {
	background-color: #ddebf6;
}
.tableBaseForm02 th ,
.tableBaseForm02 td {
	border: 1px solid #bad7e7;
	padding: 5px 8px;
}
.tableBaseForm02 table th ,
.tableBaseForm02 table td {
	padding: 0 8px 0 0;
	border: none;
	background-color: transparent;
}


/* other -------------------------- */
.txtMust {
	color: #cc0000;
	font-weight: bold;
	margin: 0 .2em;
}
.messageBox {
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	padding: 10px 20px;
	margin: 1em 0;
}
.messageBox p ,
.messageBox ul ,
.messageBox ol ,
.messageBox dl {
	margin: 0;
}
.errorList {
	color: #cc0000;
}
.item {
	background-color: #d9ebf7;
	font-weight: bold;
	padding: 0 3px;
}
div#err {
	padding: 0 20px;
	color: #cc0000;
	background-color: #f2f2f2;
}
.boxBase03 {
	margin: 1em 0;
}