@charset "Shift_JIS";

//* --------------------------------------------------------------------
	フリーページ　コンテンツ
--------------------------------------------------------------------- */
#contentpage {
	width: 1000px;
	margin: 50px auto;
}
#contentpage .wrap {
	width: 1000px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#contentpage .wrap .imagebox {
	float: left;
	width: 639px;
}
#contentpage .wrap .textbox {
	float: right;
	width: 331px;
}
#contentpage h2 {
	font-size: 2.5em;
	padding-bottom: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
#contentpage .contents_button_ a{
	width: 331px;
	padding: 15px 0;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 40px;
	font-size: 1.5em;
	background-color: #715E53;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#contentpage .textbox2 {
	width: 1000px;
	clear: both;
	padding-top: 30px;
}
#contentpage .textbox2 h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentpage .textbox2 dt {
	font-size: 1.5em;
	margin-top: 40px;
	font-weight: bold;
	line-height: 1.5em;
}
#contentpage .imgbox {
	width: 1000px;
	clear: both;
	padding-top: 30px;
}
#contentpage .imgbox h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#contentpage .imgbox .imgbox2 {
	float: left;
	width: 314px;
	padding-right: 29px;
}
#contentpage .imgbox .marnone {
	padding: 0;
}

/* table01 */
#contentpage #table01 .job_tit,
#contentpage #table02 .job_tit,
#contentpage #table03 .job_tit {
    background-color: #DFDFDF;
    text-align: center;
	margin-top: 40px;
}

#contentpage #table01 tr,
#contentpage #table02 tr,
#contentpage #table03 tr {
  border-bottom: 1px solid #b5b1b1 !important;
}

#contentpage #table01 th,
#contentpage #table01 td,
#contentpage #table02 th,
#contentpage #table02 td,
#contentpage #table03 th,
#contentpage #table03 td {
  padding: 24px 0;
  border: none;
}

#contentpage #table01 th,
#contentpage #table02 th,
#contentpage #table03 th {
    width: 30%;
    text-align: center;
}
#contentpage #table01,
#contentpage #table02,
#contentpage #table03 {
    margin-top: 60px;
}
#contentpage .button_wrap{
  width: 331px;
  margin: 0 auto;
  }

/* sp */
@media only screen and (max-width: 480px) {
	#contentpage {
	width: 100%;
}
	#contentpage .wrap {
	width: 100%;
}
	#contentpage #table01 {
    width: 100%;
  }
  #contentpage #table01 th,
  #contentpage #table01 td {
    width: 100%;
    display: block;
  }
  #contentpage #table01 th {
    width: 100%;
  }

  #contentpage #table01 td {
    padding-top: 0;
  }
}