@charset "UTF-8";

.left-column .inner {
	overflow: hidden;
	margin-left: -20px;
}
.box {
	position: relative;
	float: left;
	width: 282px;
	height: 215px;
	margin: 0 0 20px 20px;
	border: 5px solid #dedede;
}
.box p:nth-of-type(1) { padding: 20px 20px;}
.box p:nth-of-type(2) {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.box p:nth-of-type(2) a {
	display: inline-block;
	width: 115px;
	height: 30px;
	padding-left: 15px;
	text-align: left;
	line-height: 30px;
	color: #fff;
	text-decoration:none;
	background: url('../../common/img/icon_arrow_right_white.png') no-repeat 110px center #21279a;
}
.box p:nth-of-type(2) a:hover{
	display: inline-block;
	width: 115px;
	height: 30px;
	padding-left: 15px;
	text-align: left;
	line-height: 30px;
	color: #fff;
	background: url('../../common/img/icon_arrow_right_white.png') no-repeat 110px center filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

	