  .wrapper {
	position: relative;
}
.imgBox {
	background-image: url(/company/athletics/images/allmember.jpg);
	height: 200px;
	width: 100%;
	display: table;
}
.imgBox span {
	display: table-cell;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	text-align: center;
}
.imgBox img {
	width: 90%;
	max-width: 384px;
}
.imgBox2 {
	background-image: url(/company/athletics/images/allmember.jpg);
	height: 150px;
	width: 100%;
}
.imgBox3 {
	background-image: url(/company/athletics/images/allmember.jpg);
	height: 150px;
	width: 100%;
}
.cut-2 h4 {
	text-align: center;
}
.box .cut-2 .photo-btn {
	position: relative;
	display: block;
}
.box .cut-2 .photo-btn img {
	margin-bottom: 0;
}
.box .cut-2 .photo-btn .btn-title {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	;
	font-size: 1.6rem;
	opacity: 0.9;
	color: #fff;
	background: #033884;
	padding: 0.8em;
	text-align: center;
	width: 100%;
	left: 0px;
}
.box .cut-2 .photo-btn:hover .btn-title {
	background: #3F7BC4;
}


.box .cut-2 .photo-btn .btn-title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	background-image: url(/images/sk2.png);
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
.box #my-slider .copy {
	width: 60%;
	max-width: 384px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.box #my-slider .copy img {
	width: 100%;
	height: auto;
}


/**/

@media print, screen and (min-width: 480px) {
	.imgBox {
		height: 300px;
		display: table;
	}
	.imgBox span {
		display: table-cell;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
		vertical-align: top;
		text-align: right;
	}
	.imgBox img {
		width: 60%;
		max-width: 384px;
	}
}

/**/

@media print, screen and (min-width: 824px) {
	.news_list li span:last-child {
		width: 719px;
		margin-bottom: 0;
	}
	.cut-2 .news_list li span:last-child {
		width: auto;
		display: block;
		margin-bottom: 0;
	}
	

}

/**/

@media only screen and (min-width: 1012px) {
	.imgBox {
		height: 360px;
	}
.news_list li a,.news_list li div.table {
	display: table;
	width: auto;
}
.news_list li a span,.news_list li div.table span {
	display: table-cell;
}
.news_list li a span:nth-child(2),.news_list li div.table span:nth-child(2) {
	display: inline-block;
}


}


