@charset "utf-8";
/*
基本スタイルフッター
*/

/* トップページ お知らせ */
#information li a {
	display: block;
	padding: 10px;
	color: #666;
	text-decoration: none;
	border-bottom: solid 1px #999;
}

#information li:first-child a {
	border-top: solid 1px #999;
}

#information a:hover {
	background: #f5f5f5;
}

#information time {
	display: inline-block;
	margin: 0 15px 0 0;
}

/* ボタン */
.button {
	margin: 30px 0 !important;
	text-align: center;
}

.button a {
	padding: 10px 40px 10px 20px;
	color: #000;
	text-decoration: none;
	background: #c7e9ff url('./images/arrow3.png') no-repeat calc(100% - 13px) 50%;
	border-radius: 18px;
}

.button a:hover {
	background-color: #e3f3fe;
}

.button2 {
	padding-right: 20px;
	text-align: right;
	background: url('./images/arrow4.png') no-repeat 100% 50%;
}

.button2 {
	padding: 10px 20px 10px 0;
	text-align: right;
	background: url('./images/arrow3.png') no-repeat 100% 45%;
}

/* Clearfix */
#footer:after {
	content: "";
	display: table;
	clear: both;
}

#footer {
	zoom: 1;
}

#footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #203050;
	background: #000 url('/wp-content/themes/tokyo-kagaku/images/footerBg.png');
}

/* フッター */
#footerWrapper {
	width: 990px;
	margin-right: -30px;
}

#footer ul {
	margin: 10px 0;
	text-align: center;
}

#footer li {
	display: inline-block;
	margin: 0 5px;
}

#footer li a {
	display: block;
	width: 180px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	border: solid 1px #ccc;
	background: #fff;
}

#footer li a:hover {
	background: #ddd;
}

#copyright {
	clear: both;
	padding: 20px 0 30px;
	text-align: center;
	font-size: 90%;
	zoom: 1;
	color: #fff;
	background: #203050;
}

/* page navigation */
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}

.prev {
	float: left
}

.next {
	float: right;
}

#pageLinks {
	clear: both;
	text-align: center;
}

/* メインメニュー iPadサイズ以下から */
@media only screen and (max-width:1024px) {
	#footerWrapper {
		width: 95%;
		margin: 0 auto;
	}
}

/* 幅644px以下から ヘッダー等微調節 */
@media only screen and (max-width: 644px) {
	#footer ul {
		text-align: left;
		padding: 15px;
	}
}

/* ページのトップへ */
#page-top {
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 50px;
}

#page-top a {
	display: block;
	width: 50px;
	padding: 15px 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(153,153,153,0.6);
	border-radius: 25px;
}

#page-top a:hover {
	background-color: rgba(153,153,153,0.9);
}

@media screen and (max-width: 640px) {
	#page-top {
		width: 45px;
		right: 25px;
	}

	#page-top a {
		width: 37px;
		height: 43px;
		font-size: 0;
		border-radius: 5px;
	}
}
