@charset "UTF-8";
/* CSS Document */

#form01 {
	width: 100% !important;
}
#form01 label {
	margin-right: 3px;
}

#form01 input, #form01 select {
	margin-right: 3px;
	margin-bottom: 5px;
}

#form01 checkbox {

	padding-top: 5px;
}

#form01 input[type=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   height:25px;
   padding:0 3px;
   margin: 10px 0;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
   text-align: center;
}
#agreement {
	width: 100% !important;
}

#form01 input[type="text"],
#form01 input[type="password"],
#form01 input[type="email"],
#form01 textarea,
#form01 select {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	color: #333;
	-moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	-webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
	border: 1px solid #d4d4d4
}

#form01 textarea{
	width: 90% !important;
	
}

.a_center{
	margin-top: 10px;
}


.table01 {
	width: 100% !important;
	border-collapse:collapse;
	border:1px solid #999;
	border-spacing:0;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
}
.table01 tr {
	border:1px solid #999;
	border-width: 0 0 1px 1px;
}
.table01 th {
    font-size:100%;
	width: 20%;
	padding: 5px;
	border:1px solid #999;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background-color: #f9f9f9;
	vertical-align: middle;
}
.table01 td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
	vertical-align: middle;
}
.table01 .red {
	color: #e44625;
	font-size: 80%;
	margin-left:10px;
	line-height: 1.5em;
}

.table01 th .red {
	font-weight: normal;
}

.table01 .tr000 {
	color: #ffffff;
	border:1px solid #014da1;
	background: #014da1;
	padding: 10px 10px;
}
