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

/*sponsor_box
--------------------------------------------*/
.sponsor_box {
	margin:50px 0 0 0;
}

.sponsor_box h5{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #901034;
	margin: 0 !important;
}

.sponsor_box hr {
	border-bottom:3px solid #901034;
	text-align:center;
	width: 100%;
}

.sponsor_box h5 img {
	width:300px;
}
.sponsor_box ul {
	overflow:hidden;
	font-weight:bold;
	margin:0 0 25px 0;
	text-align:center;
}
.sponsor_box ul.spr01 {
	margin:0;
}
.sponsor_box ul a {
/*	text-decoration:none;*/
	color:#000;
}
.sponsor_box ul li {
	display: inline-block;
	text-align:center;
	margin:0 15px;
	padding:5px 0;
	white-space:nowrap;
	vertical-align:middle;
}
.sponsor_box ul.spr01 li {
	font-size:120%;
}
.sponsor_box ul.spr02 li {
	font-size:90%;
}
.sponsor_box ul.spr03 li {
	font-size:85%;
}
.sponsor_box ul.spr04 li {
	font-size:65%;
}
	

/*page-top
---------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right:20px;
}
#page-top a {
	text-decoration: none;
	display: block;
	text-indent:-9999em;
	background: url(../img/pagetop.png) no-repeat top left;
	background-size:64px 64px;
	width:64px;
	height:64px;
}

