@charset "utf-8";
/* CSS Document */

.enquete {
	position: relative;
	display: table;
	width: 550px;
	height: 120px;
	margin: 30px;
	padding: 19px 29px;
	box-sizing: border-box;
	border: #CCCCCC solid 1px;
}
.enquete img {
	position: absolute;
	top: 10px;
	right: 10px;
}
.enquete strong {
	color: #3461AC;
	font-size: 18px;
	line-height: 24px;
}
.enquete a {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}

.notice {
	display: table;
	width: 550px;
	height: 80px;
	margin: 30px;
	box-sizing: border-box;
	padding: 10px 0 0;
	border: #CC0000 solid 1px;
}
.notice strong {
	color: #CC0000;
	font-size: 18px;
	line-height: 24px;
	margin-left: -20px;
}

.sponsorlist time {
	display: block;
	text-align: right;
}
.sponsorlist .column {
	margin-top: 5px;
	margin-left: -20px;
}
.sponsorlist .column ul {
	display: table;
	width: 700px;
	height: 50px;
	list-style: none;
}
.sponsorlist .column ul li {
	display: table-cell;
	width: 69px;
	height: 48px;
	border: #CCCCCC solid 1px;
	border-right: none;
	box-sizing: border-box;
	background-color: #F4F4F4;
}
.sponsorlist .column ul li.on {
	background-color: #999999;
}
.sponsorlist .column ul li:last-child {
	border-right: #CCCCCC solid 1px;
}
.sponsorlist .column ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 48px;
	text-indent: -5px;
}
.sponsorlist .column ul li.on a {
	color: #FFFFFF;
}
.sponsorlist .classify {
	margin-top: 5px;
	margin-left: -20px;
}
.sponsorlist .classify ul {
	display: table;
	width: 700px;
	height: 50px;
	list-style: none;
}
.sponsorlist .classify ul li {
	display: table-cell;
	width: 139px;
	height: 48px;
	border: #CCCCCC solid 1px;
	border-right: none;
	box-sizing: border-box;
	background-color: #F4F4F4;
}
.sponsorlist .classify ul li.on {
	background-color: #999999;
}
.sponsorlist .classify ul li:last-child {
	border-right: #CCCCCC solid 1px;
}
.sponsorlist .classify ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 48px;
	text-indent: -5px;
}
.sponsorlist .classify ul li.on a {
	color: #FFFFFF;
}

.sponsorlist .list {
	display: table;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 60px;
}
.sponsorlist .list figure {
	float: left;
	margin-left: -20px;
}
.sponsorlist .list figure img {
	width: 300px;
	height: auto;
}
.sponsorlist .list .sponsor {
	float: right;
	display: inline-block;
	width: 380px;
	margin-top: 12px;
}
.sponsorlist .list .sponsor p {
	display: block;
	width: 100%;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	text-indent: 0 !important;
	font-size: 15px;
	line-height: 25px;
}
.sponsorlist .list .sponsor strong {
	color: #990000;
}
.sponsorlist .list .sponsor h5 {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: #7FBE25 solid 2px;
}
.sponsorlist .list .sponsor address {
	display: block;
	padding-left: 25px;
	padding-bottom: 10px;
	background: url(../img/sponsorlist/icon_address.jpg) no-repeat left top;
}
.sponsorlist .list .sponsor address a {
	color: #000000;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
}
.sponsorlist .list .sponsor hr {
	margin: 10px 0;
	padding: 0;
}
.sponsorlist .pagenavi {
	text-align: center;
	margin: auto;
	padding-bottom: 50px;
}
.sponsorlist .pagenavi span,
.sponsorlist .pagenavi a {
	display: inline-block;
	margin: 3px;
	padding: 14px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	border: #CCCCCC solid 1px;
	background-color: #F4F4F4;
}
.sponsorlist .pagenavi .current {
	color: #FFFFFF;
	background-color: #999999;
}

