/* for body */
body {
	font-size: 85%;
	background: #fff;
	color: #555;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}

/* for table */
table.form {
	/*border: 1px solid #7777bb;*/
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	/*border: 1px solid #7777bb;*/
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	/*background: #cccce6;*/
}
table.form td {
	/*background: #f0f0f0;*/
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

table#entery{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

table#entery th{
	font-weight: bold;
	text-align: left;
	padding-top: ;
	padding-bottom: 80px;
	vertical-align: top;
}

table#entery th span{
	width: 35px;
	color: #fff;
	background-color: #00a2e6;
	font-size: smaller;
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 3px;
	text-align: center;
	
}

table#entery td{
    font-weight: 100;
    text-align: left;
    padding-bottom: 80px;
    vertical-align: top;
    line-height: 2.0em;
}

select{
	height: 2.0em;
}

input[value] {
    height: 2.0em;
    vertical-align: top;
}

input[type="text"]{
	color: #555;
    height: 2.0em;
    vertical-align: top;
    padding: 5px;
}

input[type="submit"]{
	background-color: #00a2e6;
	color: #fff;
	width: 200px;
	height: 60px;
	border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type="submit"]:hover{
	opacity: 0.75;
}


input[type="reset"]{
	background-color: #c2c2c2;
	color: #fff;
	width: 200px;
	height: 60px;
	border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input[onclick="history.back()"]{
	background-color: #c2c2c2;
	color: #fff;
	width: 200px;
	height: 60px;
	border: none;
}

input[onclick="window.open('http://www.shinpu.jp/contents/recruit/','_top')"]{
	background-color: #00a2e6;
	color: #fff;
	width: 200px;
	height: 60px;
	border: none;
}


input[type="reset"]:hover{
	opacity: 0.75;
}


ul{
	list-style-type: none;
}

.rec_box_b a{
	text-decoration: none;
	color: white;
}

rec_box_b a:hover{
	opacity: 0.75;
}