@charset "UTF-8";
@import url("/_common/basic.css");


/***** HTML Basic elements *****/

h3 {
	margin:        0px;
	margin-bottom: 5px;
}
			

/***** Classified elements *****/

div.note {
	font-size: smaller;
}

div.form-section-title {
	border-top:    #666666 1px dotted;
	border-bottom: #666666 1px dotted;
	margin-top:    2em;
	margin-bottom: 5px;
	padding:       5px 0px;
	font-weight:   bold;
}

div.form-item {
	margin-top: 1.5em;
}

div.goto-form {
	text-align: right;
}

.bt-order {
	margin-right: 1em;
}

span.required {
	color: #ff6600;
}

div.required {
	color: #ff0000;
	font-weight: bold;
}


/***** Identified elements *****/