@charset "UTF-8";

/* --------------------------------------------
 * profile
 *
-------------------------------------------- */

/* aisatu.php
-------------------------------------------- */

.box_aisatu_01 {
	overflow:hidden;
	zoom:1;
	text-align:center;
	margin-bottom:20px;
}

.line_bottom_01 {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.box_aisatu_01 h3 {
	margin-bottom:20px;
}

.box_aisatu_01 img {
	margin:auto;
}

.box_aisatu_01 dl {
	float:left;
}

.box_aisatu_01 dl dt img {
	vertical-align:bottom;
	margin-bottom:10px;
}

.box_aisatu_01 p {
	float:right;
	width:520px;
	text-align:left;
}



/* evaluation.php
-------------------------------------------- */
.box_eval_01 {
	padding:10px;
	border:3px double #ccc;
}

/* access
-------------------------------------------- */

#map {
	width:600px;
	height:550px;
	margin:auto;
}

.w600 { width: 600px; margin: 0 auto; }

.table-fare {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #777;
  text-align: center;
}
.table-fare th,td {
  border: 1px solid #777;
}
.table-fare th {
  background: #EDE9C9;
  text-align: center;
  padding: 8px;
  width: 20%;
}
.table-fare td {
  font-weight: bold;
}

.table-normal {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #777;
  color: #444;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
.table-normal td {
  background: #f5f5f5;
  padding: 8px;
}

.table-access {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #777;
  text-align: center;
  padding: 8px;
}

.table-access th {
  text-align: center;
  border: 1px solid #777;
  padding: 6px 0;
}

.table-access td {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  border-right: none;
  border-left: none;
  background-color:#fafafa;
  font-weight: bold;
  padding: 4px 0;
  width: 28px;
}

.table-access td.go-num {
  background: #fff;
  border: 1px solid #777;
  /*font-size: 1.125em;*/
  width: 48px;
}

.table-access .text-red {
  color: #BD0003;
}
.table-access .bl {
  border-left: 1px solid #777;
}
.table-access td.w252 {
  width: 252px;
}
.table-access td.w56 {
  width: 56px;
}
.table-access td.w48 {
  width: 48px;
}
.table-access td.bg-color1 {
  background-color: #f5f5f5;
}
.table-access td.bg-color2 {
  background-color: #fffde7;
}
.table-access th.bg-color3 {
  background-color: #eceff1;
}
.table-access th.bg-color4 {
  background-color: #fce4ec;
}


/* staff.php
-------------------------------------------- */
.syokuin_bosyu {
	position: relative;
}

.not_recruitment {
	background: rgba(247,182,146,0.92);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6f7b692,EndColorStr=#E6f7b692);
	width: 100%;
	height: 945px;
	color: #333333;
	position: absolute;
	top:36px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	padding-top: 60px;
}