/**
 *  /nyushi/career/result.html style
 *
 *  0. override/common style
 *  1. lower-common-header style
 *  2. career-content style
 */
/*  0. override/common style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*  1. lower-common-header style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.lower-common-header {
  background: url("/nyushi/career/img/result/header_icn.png") 50% 0 no-repeat;
}

/*  2. career-content style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.career-content {
  padding-top: 45px;
}
.career-content .result-sec {
  padding-bottom: 80px;
}
.career-content .result-sec p {
  line-height: 2.0;
}
.career-content .result-sec1 {
  padding-bottom: 40px;
}
.career-content .result-sec1 p {
  font-size: 1.16667em;
}
.career-content .result-sec2 .result-sec2-header {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url("/nyushi/img/asset/arw06.png") 50% 100% no-repeat;
}
.career-content .result-sec2 .result-sec2-header p {
  line-height: 1.0;
  font-size: 1.33333em;
  font-weight: bold;
  text-align: center;
}
.career-content .result-sec2 .row {
  padding-bottom: 80px;
}
.career-content .result-sec2 .row .grid {
  text-align: center;
}
.career-content .result-sec2 .row .grid.closed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #282836;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.career-content .result-sec2 .row .grid span {
  line-height: 110px;
  padding-right: 28px;
  background: url("/nyushi/img/asset/icn_external2.png") 100% 50% no-repeat;
  color: #282836;
  font-size: 1.5em;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
.career-content .result-sec2 .row .grid a {
  display: block;
  border: 2px solid #282836;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
.career-content .result-sec2 .row .grid a:hover {
  border-color: #00CC33;
}
.career-content .result-sec2 .row .grid a:hover span {
  background-image: url("/nyushi/img/asset/icn_external2_on.png");
  color: #00CC33;
}
