@charset "UTF-8";

input.text, textarea, select {
	border:1px solid #cccccc;
	background-color:#efefef;
	font-size:100%;
}

.h80px {
	height:80px;
}
.h100px {
	height:100px;
}
.h200px {
	height:200px;
}

.w50px {
	width:50px;
}
.w100px {
	width:100px;
}
.w150px {
	width:150px;
}
.w200px {
	width:200px;
}
.w300px {
	width:300px;
}
.w350px {
	width:350px;
}
.w400px {
	width:400px;
}

span.label {
	width:100px;
}

form {
	margin:0;
	padding:0;
}

.inputForm {
	text-align:center;
}

.inputForm table {
	margin:0 auto;
	border-collapse:collapse;
	width:500px;
	margin-bottom:8px;
}

.inputForm table thead tr td .desc {
	text-align:left;
	border:1px dotted #ffD981;
	padding:4px;
	margin:0 0 4px 0;
}

.inputForm table tbody tr th,
.inputForm table tbody tr td {
	border:1px solid #ffD981;
	margin:0;
	padding:4px;
	text-align:left;
}
.inputForm table tbody tr td .explain {
	text-align:left;
	border:1px dotted #ffD981;
	padding:4px;
	margin:0 0 8px 20px;
	font-size:80%;
}


.inputForm table tbody tr th {
	font-weight:bold;
	background:#ffE7d0 url(/image/th_bg.gif) repeat scroll 0 0;
	white-space:nowrap;
	width:25%;
}
.inputForm table tbody tr td {
	text-align:left;
	background-color:#ffFFff;
	width:75%;
}
.inputForm table tfoot tr td.rule {
	text-align:left;
	border:1px solid #ffD981;
	padding:0;
}
.inputForm table tfoot tr td.rule div {
	overflow:scroll;
	font-size:80%;
	height:160px;
}

.inputForm table tfoot tr td {
	text-align:center;
	padding:4px;
}
.inputForm table tbody tr td .add_time {
	font-size:90%;
}

.require {
	color:#ea5234;
}

.error {
	border:1px dotted #ff0000;
	color:#990000;
	font-size:80%;
	padding:4px 4px 4px 20px;
	margin:2px 0 0 0;
	background:#ffffd5 url(/image/icon/exclamation.gif) no-repeat scroll 2px center;
}

button.submit {
	font-size:120%;
	font-weight:bold;
}

table * tr.notes td {
	font-size:80%;
	padding-top:0 !important;
}

div.notes {
	margin-left:8px;
	margin-bottom:4px;
}

button.next, button.cancel {
	cursor:pointer;
	background-color:transparent;
	border-width:0;
	padding;0;
	overflow:visible;
	display:inline-block;
	display:-moz-inline-box;
	zoom:1;
	*display:inline;
}
button em {
	padding:0 0 0 16px;
	display:block;
}
button strong {
	border-style:none;
	display:block;
	height:36px;
	padding:0 16px 0 0;
	font-style:normal;
	color:#ffFFff;
	font-size:100%;
	line-height:2.7em;
	text-shadow:0px 1px 1px #fff;
	color:#333;
	white-space:nowrap;
	font-weight:normal;
}
*:first-child+html button strong {
}

button.next em {
	background:#fFf url(/image/button_orange_left.gif) no-repeat scroll left 0;
}
button.next strong {
	background:transparent url(/image/button_orange_right.gif) no-repeat scroll right 0;
}
button.cancel em {
	background:#fFf url(/image/button_glay_left.gif) no-repeat scroll left 0;
}
button.cancel strong {
	background:transparent url(/image/button_glay_right.gif) no-repeat scroll right 0;
}

a.function_button em {
	padding:0 0 0 16px;
	display:inline-block;
}
a.function_button strong {
	display:inline-block;
	height:32px;
	padding:0 16px 0 0;
	font-style:normal;
	color:#ffFFff;
	font-size:80%;
	line-height:3.2em;
	white-space:nowrap;
}
a.function_button em {
	background:#fFf url(/image/button_blue_left.gif) no-repeat scroll left 0;
}
a.function_button strong {
	background:transparent url(/image/button_blue_right.gif) no-repeat scroll right 0;
}
