@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #333333;
	font-size: 16px;
}
body {
	background-color: #ffffff;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
h1 {text-align: center; font-size: 2em; font-weight: normal; margin: 2em 0em;}
h2 {text-align: center; font-size: 1.5em; font-weight: normal; margin: 2em 0em;}
.red{color: #ED0F54; margin-left: 5px;}	
.content{text-align: center;}
.fill-in{display: inline-block;text-align: left; width: 90%;}
	
.table-type_A {border-collapse: collapse;	border-spacing: 0;width: 100%;}
.table-type_A th{border-bottom: 2px dotted #ccc;padding: 0.5em;color: #000; font-weight:normal; text-align: left;}
.table-type_A .files{border-bottom: 2px dotted #ccc;padding: 1em;color: #000;font-weight:bold;font-size:100%;}
.table-type_A td{border-bottom: 2px dotted #ccc;padding: 1em;color: #000;}

.table-type_B {border-collapse: collapse;	border-spacing: 0;width: 100%;}
.table-type_B th{border-bottom: 0px solid #ccc;padding: 0.5em;color: #000; font-weight:bold; text-align: left;}
.table-type_B .files{border-bottom: 0px solid #ccc;padding: 0.5em;color: #000;font-weight:bold;font-size:100%;}
.table-type_B td{border-bottom: 0px solid #ccc;padding: 0.5em;color: #000;}	
.tb{border-top: 1px solid #ccc;}

.bt-area{margin: 1.8em 0em ; font-size: 100%; text-align: center;}	
.bt-area ul {}
.bt-area li {display: inline-block;width: 25%;}
input.submit_button {
	position: relative;
	display: inline-block;
	width: 100%;	
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #26C6DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
input.submit_button:active {
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
input.submit_button:hover {
	background: #25A1B0;
}

input.back_button {
	position: relative;
	display: inline-block;
	width: 100%;	
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #2583DA;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
input.back_button:active {
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
input.back_button:hover {
	background: #1F68AC;
}





input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 6px #78F8F6;
    border: 1px solid #78F8F6;
}
textarea {
    width: 300px;
}	
select {
width: 300px;
padding: 0.8em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
	
}
select::-ms-expand {
display: none;
}	
	
