@charset "UTF-8";
@import url(../../css/style.css);
@import url(../../css/common.css);


.university .section {
	margin-bottom: 30px;
}
.university .section p {
	margin-bottom: 15px;
}
.university .section p:last-child{
	margin-bottom: 0;
}

.university .map_box {
	position: relative;
}
.university .ul_cat {
	position: absolute;
	top: 160px;
	left: 20px;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	width: 280px;
	box-sizing: border-box;
}
.university .ul_cat li {
	font-weight: bold;
}
.university .ul_cat li:first-child {
	color: #338897;
}
.university .ul_cat li:nth-child(2) {
	color: #FF8400;
}
.university .ul_cat li:nth-child(3) {
	color: #940CC9;
}

.university_box{ 
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.university .section .title_section {
	border-bottom: 1px dotted #333;
}
.university .section .title_item {
	background: #ededed;
	padding: 10px;
	line-height: 1;
	font-size: 13px;
}
.university_box dl {
	float: left;
	width: 570px;
}
.university_box dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.university_box dt em {
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: #338897;
	color: #ffffff;
	padding: 5px 10px;
	line-height: 1;
	font-size: 11px;
	margin-bottom: 5px;
}
.university_box dt em.cat02 {
	background: #FF8400;
}
.university_box dt em.cat03 {
	background: #940CC9;
}
.university_box dt span {
	font-weight: normal;
	font-size: 13px;
	font-family: "Verdana","Arial","sans-serif";
}
.university_box dd ul li {
	margin-bottom: 5px;
}
.university_box dd ul li span {
	font-size: 11px;
	font-family: "Verdana","Arial","sans-serif";
	display: inline-block;
	background: #555;
	color: #fff;
	width: 60px;
	border-radius: 20px;
	text-align: center;
	margin-right: 10px;
}
.back_map {
	clear: both;
	text-align: right;
	margin-bottom: 25px;
}
.section .back_map:last-child {
	margin-bottom: 0;
}
.university_box .img_box {
	float: right;
	width: 120px;
}
.university_box .img_box img {
	width: 120px;
	height: auto;
}
.university_box .img_box li:first-child {
	margin-bottom: 10px;
}
.university_box .img_box li span {
	font-size: 10px;
	display: block;
	text-align: center;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}