#recdWrapper { padding-bottom: 80px; background-color: #f9f9f9; border-bottom: 1px solid #e1e1e1; }
.recd h2 { font-weight: bold; font-size: 24px; padding-top: 80px; margin-bottom: 10px; }
.recd h2:before { vertical-align: middle; content: ''; display: inline-block; margin-right: 10px; width: 50px; height: 50px; background-image: url('../images/icon_history.png'); background-size: contain; }
.recd_box { padding: 10px 0 20px; background-color: #fff; border: 1px solid #777; border-radius: 12px; }
.recd_box ol { display: flex; flex-wrap:wrap; width: 100%; }
.recd_box ol > li { margin: 22px 0; padding: 0 20px; width: 50%; }
.recd_box .jobtype, .recd_box .address { display: inline-block; border-radius: 50px; }
.recd_box .jobtype { color: #fff; text-align: center; padding: 2px 0; width: 6em; }
.recd_box .jobtype.full { background-color: #4ea3fd; }
.recd_box .jobtype.part { background-color: #f6992f; }
.recd_box .jobtype.spot { background-color: #aed827; }
.recd_box .address { font-weight: bold; margin-left: 11px; padding: 2px 20px; background-color: #e5faff; border: 1px solid #0082c5; }
.recd_box .jobttl { margin-bottom: 2px; }
.recd_box .jobttl a { font-size: 16px; /*text-decoration: underline;*/ }
