.f_left{
	float:left;
}
.mainBlock{
	padding: 0 20px 40px;
}
.category_box{
	padding: 20px 0;
}
.category_img{
	margin-top: -8px;
}
.facility_category{
	font-size: 20px;
	margin-left: 10px;
	font-weight: bold;
}
.select_50sound_box{
	border-bottom: 5px solid #003899;
	margin-top: 18px;
}
.select_50sound_lead{
	display: table-cell;
	font-size: 14px;
	padding: 8px 0px 2px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.select_50sound_lead .lead_text{
	margin-left: 15px;
}
.select_50sound_lead_arrow{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transform: rotate(45deg);
	width: 56px;
	position: relative;
	left: -40px;
	display: table-cell;
}
.select_50sound_lead_literal{
	display: table-cell;
	vertical-align: bottom;
}
ul.tab {
  list-style-type:none; /*リスト表示の点などは表示しない*/
  padding-left:0px;
  margin-bottom:0px;
}
li.tabitem{
	float:left;
	padding: 4px 0;
    margin-right: 3px;
    margin-top: 7px;
}
li.tabitem.all_item{
	margin-right: 20px;
}
li.tabitem.all_item a{
	padding-top: 19px;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
	top: -4px;
}
li.tabitem.active a{
	color: #003899;
	background: #fff;
	border: 2px solid #003899;
}
li.tabitem a{
	font-size: 14px;
	text-align:center;
	text-decoration:none;
    padding: 13px 20px;
    cursor: pointer;
    border: 1px solid #c0c0c0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	background: #efefef;
}
li.tabitem.active a:before{
	border-right-color: #e0e7f2;
	border-bottom-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-width: 0px;
    border-top-width: 5px;
    border-right-width: 5px;
	border-style: solid;
	border-top-color: #fff;
	border-left-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}
li.tabitem a:before{
	border-right-color: #e1e1e1;
    border-bottom-color: #efefef;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-width: 0px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-style: solid;
    border-top-color: #efefef;
    border-left-color: #efefef;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
}
h1.mainContentHeadTitle{
	font-size:32px!important;
}
.campus_list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
}
.campus_list th {
	background: #eee4c6;
	text-align: center;
	padding: 12px 12px;
	font-weight: bold;
}
.campus_list td{
	padding: 12px 12px;
	word-break: break-all;
}
.campus_list .name{
	width: 35%;
}
.campus_list .address{
	width: 65%;
}
.campus_list .facility_name{
	width: 31%;
}
.campus_list .facility_address{
	width: 36%;
}
.campus_list .category{
	width: 33%;
}
.campus_list tbody tr:nth-child(even) {
	background: #eceff4;
}
.search_result {
	margin: 25px 0;
}
.search_num_area {
	position:absolute;
	margin-top: 10px;
}
.search_num {
	font-size: 22px;
	margin-left: 15px;
	color: #f00;
	font-weight: bold;
}
.pager_box {
	text-align: center;
	padding-top: 5px;
}
.bold{
	font-weight: bold;
}