@charset "utf-8";
@import "../default.css";

/*-------------------------------------------------------------------
  ヘッダー 
---------------------------------------------------------------------*/
  /*画像置換用設定*/
  #wrapper h2.pagetitle {
    background-image: url(../../images/recruit/h2_index.png);
	background-position:right 20px;
  }
  
  div.section div.image {
  width: 555px;
  height: 480px;
  background-image: url(../../images/recruit/top.jpg);
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
  }
  
  div.section p.message {
  padding: 350px 10px 10px 180px;
  line-height: 1.2em;
  }
  
  div.section div.owner {
  width: 555px;
  height: 715px;
  background-image: url(../../images/recruit/owner_back.gif);
  background-repeat: no-repeat;
  margin: 0 0 40px 0;
  line-height: 1.4em;
  }
  
  div.section p.message_owner {
  padding: 105px 35px 20px 35px;
  }
  
  div.section div.merit {
  width: 415px;
  margin: 0 70px 10px 70px;
  }
  
  div.section p.merit_title {
  margin: 0 0 0 40px;
  }
  
  div.section p.merit_comment {
  margin: 0 0 0 40px;
  }
  
  div.section div.rec_syosai {
  margin: 20px 0 10px 0;
  }
  
  div.section div.rec_syosai p.color {
  color: #2793E6;
  font-size: 110%;
  }

  
  