@charset "utf-8";
/* CSS Document */

.page_header > h1.campus_life {
  padding: 42px 0 45px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 30px 42px 9px 42px;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  color: #21b173;
}
#content {
  background: url(../../img/bg-content.gif) repeat;	
}
#content .information {
  text-align: center;
  background: #21b173;
  padding: 15px 0 16px 0;
}
.campus .page_content h2 {
  border-top: 3px solid #20b072;
}
.campus .page_content .lead_title h2 {
	border-top: none;
}
table.top_item_table {
  width: 100%;
	margin-bottom: 10px;
}
table.top_item_table thead th {
	background: #e9fcec;
}
table.top_item_table td {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 20px;
}
table.top_item_table td.t_center {
	text-align: center;
}
table.top_item_table td.t_right {
	text-align: right;
}
table.top_item_table th {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 20px;
	text-align: center;
	width: 25%;
}
table.top_item_table thead th.special,
table.top_item_table td {
  background: #ffffff;
}
.table_info {
	margin-bottom: 35px;
}
.table_info:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.table_info ul {
	width: 70%;
	float: left;
	font-size: 100%;
}
.table_info p {
	width: 30%;
	float: right;
	text-align: right;
	font-size: 100%;
}
.consultation {
	margin-top: 35px;
}