@charset "utf-8";
/* CSS Document */

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 17px;
	text-decoration: none;
	padding: 5px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #969696), color-stop(1.00, #fff));
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-webkit-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-moz-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-o-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,-ms-linear-gradient(#969696, #fff);
	background: url(../common/img/item/ico_download.png) no-repeat 10% center,linear-gradient(#969696, #fff);
}

.sponsorList {
	width: 840px;
	padding: 20px;
	display: table;
	border-bottom: 1px solid #ccc;
}
.sponsorList dt {
	display: table-cell;
	width: 250px;
}
.sponsorList dd {
	display: table-cell; 
	vertical-align: middle;
}

.cont-inner p{
	border: 1px solid #969696;
	box-shadow: 2px 2px 1px 1px #c9c9c9;
	text-align: center;
	margin: 10px;
	padding: 10px;
}