@charset "UTF-8";
/*
*******************************************************************************************************
▼後で消す
*******************************************************************************************************
*/

/*-----------------------------
	module
-------------------------------*/
.moduleIconTitle {
	font-size: 20px;
	padding-left: 40px;
	font-weight: bold;
	background-position: 0 .3em;
	background-repeat: no-repeat;
}
.moduleIconTitle.moduleIconTitleSearch {
	background-image: url(/static/facility/img/common/icon_search.png);
	background-size: 22px 22px;
}
.moduleIconTitle.moduleIconTitlePin {
	background-image: url(/static/facility/img/common/icon_pin.png);
	background-size: 22px auto;
}
input[type="text"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0A3F94;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-size: 14px;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px inset;
	margin-right: 5px;
	vertical-align: middle;
	color: #616161;
	box-sizing: border-box;
}
.mainContent {
	margin-bottom: 55px;
	background-color: #fff;
	line-height: 1.7;
}
.wrpMianBlock {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
.wrpMianBlock.column2 .mainBlockContent {
	width: 697px;
	float: left;
}
.wrpMianBlock.column2 .subBlockContent {
	width: 263px;
	float: right;
}
#contentsTopInner .tab_contents {
	width: 697px;
}
.bgImg #contentsTopInner {
	background-image: none;
}
#contentsTopInner .tab_contents {
	float: none;
}
.btn_pagetop_authority {
	margin-bottom: 28px;
	text-align: right;
}

/*-----------------------------
　tsuiki start　
-------------------------------*/
.kodawari_box {
	border-bottom: 1px solid #dadadb;
	padding: 5px 0 15px;
}
.campus_list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.campus_list th {
	background: #eee4c6;
	text-align: center;
	padding: 12px 12px;
	font-weight: bold;
}
.campus_list td{
	padding: 12px 12px;
}
.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;
	font-weight: bold;
	color: #f00;
}
.pager_box {
	text-align: center;
	padding-top: 5px;
}
.bold{
	font-weight: bold;
}

/*-----------------------------
　tsuiki end　
-------------------------------*/