@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  text-align: left;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover{
  opacity: .8;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* yjTmplCommon.css 1.1.0 */
/*
1. reset
2. layout
  2-1. layout common
  2-2. yj950 common
  2-3. yj950-2
  2-4. yj950-3
  2-5. yj100per common
  2-6. yj100per-2
  2-7. yj100per-3
  2-8. clearfix
*/
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption {
  text-align: left;
}

a img {
  border: 0;
}

fieldset {
  border: none;
}

/* layout
-------------------------------------*/
body {
  font-family: "メイリオ", sans-serif;
}

a {
  color: #F28F31;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.nav {
  padding: 0 20px;
  background-color: #EFEFEF;
}

.nav__ul {
  *zoom: 1;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.nav__ul:before, .nav__ul:after {
  content: "";
  display: table;
}
.nav__ul:after {
  clear: both;
}

.nav__list {
  float: left;
  position: relative;
}

.nav__link {
  position: relative;
  display: block;
  padding: 0 15px;
  line-height: 56px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .1s;
          transition: all .1s;
}
.nav__link:hover {
  color: #F28F31;
}
.nav__link:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 1px;
  height: 20px;
  margin-top: 18px;
  background-color: #d8d8d8;
}
.nav__link--active {
  font-weight: bold;
  color: #F28F31;
}

.nav__child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  display: none;
  border-top: 1px solid #d8d8d8;
  background-color: #EFEFEF;
  z-index: 2;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.nav__child--active {
  display: block;
}

.nav-child__list {
  list-style: none;
}

.nav-child__link {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all .1s;
          transition: all .1s;
}
.nav-child__link:hover {
  color: #F28F31;
}
.nav-child__link--inactive {
  color: #999;
  pointer-events: none;
}

@media screen and (max-width: 1040px) {
  .nav__link {
    padding: 0 10px;
    line-height: 44px;
  }
}
@media screen and (max-width: 479px) {
  .nav {
    display: none;
  }

  .nav__link {
    padding: 0 10px;
    line-height: 44px;
  }
}
.breadcrumbs {
  *zoom: 1;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 15px;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: "";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}

.breadcrumbs__item {
  float: left;
  margin-right: 16px;
  font-size: 16px;
}

.breadcrumbs__link {
  color: #f4901f;
  text-decoration: none;
}
.breadcrumbs__link a:link {
  color: #f4901f;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.result {
  display: block;
  width: 282px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-right: 24px;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
  background-color: #fff;
  border-radius: 5px;
}
.result--1row {
  margin: 0 auto;
}

.result__link {
  display: block;
  text-decoration: none;
}

.result__imagebox {
  width: 100%;
  height: 157px;
  overflow: hidden;
  background-color: #efefef;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result__image {
  display: block;
  width: 100%;
}

.result__content {
  height: 120px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.result__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #f28f31;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result__description {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  height: 55px;
  line-height: 1.4em;
}

.result__info {
  width: 250px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 13px;
  color: #666666;
  border-top: 1px solid #bfbfbf;
}

.result__location {
  height: 36px;
  margin-top: -4px;
}

.result-location__area {
  padding-left: 3px;
  padding-left: 3px;
  display: block;
  margin-top: -8px;
  margin-left: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result__icon {
  height: 18px;
  width: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  display: inline-block;
}
.result__icon--time {
  background-image: url("https://workingholiday-syrup.com/classified/img/time_icon.png");
  display: inline-block;
}
.result__icon--spot {
  background-image: url("https://workingholiday-syrup.com/classified/img/location_icon.png");
  display: inline-block;
}

.result__date {
  line-height: 1.4;
  margin-bottom: 4px;
}

.result-date__time {
  display: inline-block;
}

.article__icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  display: inline-block;
}
.article__icon--username {
  background-image: url("https://workingholiday-syrup.com/classified/img/user_icon.png");
}
.article__icon--area {
  background-image: url("https://workingholiday-syrup.com/classified/img/location_icon.png");
}
.article__icon--upload {
  background-image: url("https://workingholiday-syrup.com/classified/img/time_icon.png");
}
.article__icon--reup {
  background-image: url("https://workingholiday-syrup.com/classified/img/edit_icon.png");
}
.article__icon--occupation {
  background-image: url("https://workingholiday-syrup.com/classified/img/occupation_icon.png");
}

.top-link {
  text-align: center;
  display: block;
  margin-top: 60px;
}

#footer {
  width: 100%;
}

.note__red {
  color: red;
}

.edit__error, .contact-required__note {
  color: #EE4036;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.contents__dev {
  margin-top: 100px;
  width: 100%;
  max-width: 1200px;
  background-color: #f2f2f2;
}

.btn-area {
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-area--textbtn {
  max-width: 250px;
}
.btn-area--line {
  padding: 0px;
  max-width: 300px;
}
.btn-area--line .selector__btn {
  margin: 0px;
}
.btn-area--line:last-child {
  margin-top: 0px;
}

.selector__btn {
  padding: 0px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  display: block;
  width: 100%;
  line-height: 44px;
  margin: 0px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  background-color: #f4901f;
}
.selector__btn--draft {
  background-color: #9a9a9a;
}
.selector__btn--apply {
  background-color: #f4901f;
}
.selector__btn--delete {
  background-color: #9a9a9a;
}
.selector__btn--textbtn {
  color: #f4901f;
  background-color: #fff;
}
.selector__btn:focus {
  color: #fff;
  background-color: #ec971f;
  text-decoration: none;
}
.pickup__contents {
  clear: both;
}

/* PC大 4列*/
@media screen and (min-width: 1200px) {
  .pickup__contents {
    width: 1200px;
  }

  .result--4row {
    float: left;
    margin-right: 24px;
  }
  .result--4row:nth-child(4n) {
    margin-right: 0;
  }

  .mv-list__item {
    float: left;
    width: 32%;
  }
  .mv-list__item:last-child {
    margin-right: 0px;
  }
}
/* PC小 3列*/
@media screen and (min-width: 894px) and (max-width: 1199px) {
  .pickup__contents {
    width: 894px;
  }

  .result--4row {
    float: left;
    margin-right: 24px;
  }
  .result--4row:nth-child(3n) {
    margin-right: 0;
  }

  .mv-list__item {
    float: left;
    width: 32%;
  }
  .mv-list__item:last-child {
    margin-right: 0px;
  }
}
/* タブレット&PC小 2列*/
@media screen and (min-width: 588px) and (max-width: 893px) {
  .pickup__contents {
    width: 588px;
  }

  .result--4row {
    float: left;
    margin-right: 24px;
  }
  .result--4row:nth-child(2n) {
    margin-right: 0;
  }

  .mv-list__item {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/* スマホ 1列*/
@media screen and (max-width: 587px) {
  .pickup__contents {
    width: 282px;
  }

  .result--4row {
    float: left;
    margin-right: 0;
  }

  .mv-list__item {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
