@charset "UTF-8";
/*
*	採用情報 - 先輩からのメッセージ
*/
/* ==========================================================================
	トップページ
========================================================================== */
.top #main h3 {
  padding: 20px 0 0;
  background: #f5f5f5;
  text-align: center;
}
.top #message {
  border: solid 20px #f5f5f5;
}

/* ==========================================================================
	ビジュアル
========================================================================== */
#visual {
  position: relative;
  height: 318px;
  margin: 0 0 40px;
}
#visual p {
  position: absolute;
  right: 40px;
  top: 40px;
}

.message-1 #visual {
  background: url(/recruit/message/1/img/bg_visual.jpg);
}
.message-1 #visual p {
  top: 90px;
}

.message-2 #visual {
  background: url(/recruit/message/2/img/bg_visual.jpg);
}

.message-3 #visual {
  background: url(/recruit/message/3/img/bg_visual.jpg);
}

/* ==========================================================================
	仕事内容
========================================================================== */
.section {
  margin: 0 0 40px;
}
.section h3 {
  height: 24px;
  margin: 0 0 15px;
  padding: 5px 0 0;
  background: url(./img/ico_plane.gif) no-repeat left center;
  text-indent: 40px;
}

/*	やりがい
========================================================================== */
#worthwhile div {
  float: left;
  width: 430px;
}
#worthwhile span {
  display: block;
  float: right;
  width: 252px;
}

/* ==========================================================================
	メッセージ
========================================================================== */
#message-portrait {
  float: left;
  width: 230px;
}

#message-balloon {
  display: block;
  position: relative;
  float: right;
  width: 490px;
}
#message-balloon span {
  position: absolute;
  display: block;
  width: 32px;
  height: 29px;
  top: 30px;
  left: 0;
  background: url(./img/bg_balloon.png) no-repeat;
}
#message-balloon div {
  float: right;
  width: 417px;
  padding: 20px;
  border: solid 1px #097adb;
  border-radius: 10px;
}
#message-balloon div h3 {
  margin: 0 0 10px;
  text-align: center;
}
