@charset 'UTF-8';
/*---------------------------------------------------------------------------------
index
-----------------------------------------------------------------------------------
font size
147% = 24px
135% = 22px
122% = 20px
110% = 18px
97%  = 16px
85%  = 14px
72%  = 12px
60%  = 10px
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import 'common.css';

/*
ヘッダー
---------------------------------------------------------------------------------*/
#caption {
  background: #a0a096;
  overflow: hidden;
  padding: 0 5px;
  width: 960px;
}

#caption h1 {
  float: left;
  font-size: 60%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#caption #go_mobile {
  float: right;
  font-size: 60%;
}

#caption a {
  color: #fff;
}

/*
入口
---------------------------------------------------------------------------------*/
#wrap_enter {
  background: url(../img/index/img_rabi.gif) no-repeat top left;
  margin: 10px auto;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 900px;
}

#wrap_enter h2 {
  float: left;
  margin-bottom: 20px;
  padding-left: 295px;
}

#wrap_enter #yahoo {
  bottom: 10px;
  left: 65px;
  position: absolute;
}

#wrap_button {
  float: right;
  margin: 0;
  width: 215px;
}

#wrap_button ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

#wrap_button li {
  display: block;
  margin: 0;
  padding: 0;
}

#wrap_vigor li {
  height: 205px;
  width: 215px;
}

#wrap_button #wrap_other {
  bottom: 10px;
  left: 305px;
  position: absolute;
  width: 380px;
}

#wrap_other li {
  float: left;
  height: 85px;
  padding-right: 15px;
  width: 175px;
}

/*
警告
---------------------------------------------------------------------------------*/
#wrap_attention {
  border: 2px solid #ccc;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 10px 150px;
  width: 576px;
}

#wrap_attention img {
  float: left;
  width: 60px;
}

#wrap_attention p {
  color: #666;
  font-size: 10px;
  line-height: 1.8;
  margin: 0 0 0 70px;
  text-align: left;
}

#wrap_attention a {
  color: #f39;
}

/*
おしごと情報
---------------------------------------------------------------------------------*/
.wrap_job_info {
  margin: 0 auto 10px;
  overflow: hidden;
  width: 900px;
}

.wrap_job_info div {
  border: 1px solid #f9c;
  float: left;
  margin: 20px 10px 10px;
  width: 428px;
}

* html .wrap_job_info div {
  display: inline;
}

.wrap_job_info h2 {
  background: #ffedf7;
  border-bottom: 1px dotted #f9c;
  color: #f69;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.wrap_job_info h2 a {
  color: #f69;
  text-decoration: none;
}

.wrap_job_info th,
.wrap_job_info td {
  font-size: 75%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.wrap_job_info th {
  color: #f69;
  font-weight: bold;
  width: 100px;
}

.wrap_job_info a {
  color: #666;
}

.wrap_job_info span {
  font-size: 10px;
}

/*
説明文
---------------------------------------------------------------------------------*/
#wrap_caption {
  font-size: 75%;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 auto;
  width: 880px;
}

*+ html #wrap_caption {
  margin-top: 20px;
}

/*
フッター
---------------------------------------------------------------------------------*/
#footer #home {
  display: none;
}