@charset "utf-8";
/* CSS Document */

#suntory_contents #contents_wrap {
  width: 100%;
  background: url(../recruit/img201703/main_visual_bg.png) center 32px no-repeat;
}


#suntory_contents #contents {
  width: 960px;
  margin: 0 auto;
    padding-bottom: 60px;
}


#suntory_contents #main_visual {
  width: 960px;
  height: 400px;
  margin : 0 auto;
  background: url(../recruit/img201703/main_visual.png) center top no-repeat;
}

  #suntory_contents #main_visual h1 { text-indent: -9999px; }


#suntory_contents #article {
  width: 960px;
  margin: 27px auto 0 auto;
}

  #suntory_contents #article h2 {
    width: 960px;
    height: 65px;
    margin: 0 0 45px 0;
    text-indent: -9999px;
    border-bottom: 2px solid #5bc2dc;
    background: url(../recruit/img201703/article_title.png) 276px top no-repeat;
  }

  #suntory_contents #article ul {
    width: 730px;
    height:304px;
    margin: 0 auto 100px auto;
  }

    #suntory_contents #article ul li {
      width: 300px;
      height:304px;
      }

      #suntory_contents #article ul li#recruit1  {
      float: left;
    }

      #suntory_contents #article ul li#recruit2  {
      float: right;
    }

    #suntory_contents #article ul li a {
      display: block;
      margin-bottom:20px;
      width: 300px;
      height:304px;
      text-indent: -9999px;
      }

      #suntory_contents #article ul li#recruit1 a  {
        background: url(../recruit/img201703/newcomer.png) left -304px no-repeat;
    }

      #suntory_contents #article ul li#recruit1 a:hover {
        background: url(../recruit/img201703/newcomer.png) left top no-repeat;
    }


    /* 非募集(リンクなし) */
      #suntory_contents #article ul li#recruit1{
        background: url(../recruit/img201703/no_newcomer.png) left -304px no-repeat;
        position: relative;
    }

      #suntory_contents #article ul li#recruit1 p{
        position: absolute;
        top: 322px;
        width: 300px;
        text-align: center;
    } 
    /* 非募集(リンクなし) */

    
      #suntory_contents #article ul li#recruit2 a  {
        background: url(../recruit/img201703/career.png) left -304px no-repeat;
    }

      #suntory_contents #article ul li#recruit2 a:hover {
        background: url(../recruit/img201703/career.png) left top no-repeat;
    }


#suntory_contents #article .not_recruiting__text{font-size:16px;text-align:center;}

/**--link無効--**/
.link_invalid{-webkit-pointer-events:none;pointer-events:none;}
