@charset "utf-8";
/* CSS Document */
#content img {
	width: 100%;
}
.page_header > h1.campus_life {
	padding: 0;
}
.page_header > h1 span.sub_title {
    color: #ffffff;
    left: 35px;
    position: absolute;
    top: 30%;
    z-index: 100;
		font-size: 16px;
}
.campus_item {
	padding: 0 12px;
}
.campus_item ul {
	width: 100%;
}
.campus_item ul:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.campus_item ul li {
	width: 48.5%;
	float: left;
	margin-right: 0;
	border-top: 3px solid #00a7d7;
	margin-left: 3%;
}
.campus_item ul li:nth-child(odd) {
	margin-left: 0;
}
.campus_item ul li .campus_title {
	padding: 0 0 0 25px;
	font-size: 14px;
	background: url(/common/img/ico-circle_arrow.png) left center no-repeat;
	vertical-align: middle; 
	height: 3rem; 
	line-height: 1.2; 
	display: table-cell;
}

/* 23.04.14 */
.campus_item ul li .campus_title.row2_sp{
	box-sizing: border-box;
	min-height: 60px;
	margin: auto;
	display: flex;
	align-items: center;
}