html {
	font-size: 100%;
	height: 100%;
} 
body {
	color: #666252;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1em;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
    height: 100%;
    width: 100%;
}
.wrap-inner { 
   margin: 0 auto;
   padding: 40px 100px;
   width: 800px;
}
.job-tit { 
   text-align: center;
   margin-bottom: 30px;
}
.job-table { margin-bottom: 30px;}
.job-table table { width: 800px;}
.job-table table th {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    color: #44a44c;
    font-size: 16px;
    line-height: 180%;
    padding: 20px 0 20px 10px;
    width: 160px;
    vertical-align: middle;
}
.job-table table td {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    line-height: 180%;
    padding: 20px 10px 20px 0;
    vertical-align: middle;
}
table.table-in { width: 620px;}
table.table-in td {
    border-bottom: 0;
    border-top: 0;
    line-height: 180%;
    padding: 0;
    vertical-align: top;
}
.job-txt p { 
    line-height: 140%;
    margin-bottom: 10px;
}
