@charset "UTF-8";

/* ----- ヘッダ/フッタ -------------------------------------- */
/*
#header {
	background-image: url("image/header-bg.png");
	background-size: cover;
	width: 100%;
}

#footer {
	background: #ffffff;
}
*/


/* ----- ページ番号 -------------------------------------- */

.page_number_contents {
	margin: 15px;

}

.page_number_now {
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #7090ff;
	background-color: #7090ff;
	font-size: 16px;
	font-style: normal;
	padding: 4px 10px;
	margin: 4px;
	text-decoration: none;
	text-align: center;
}

.page_number {
	color: #000000;
	font-weight: normal;
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	font-size: 16px;
	font-style: normal;
	padding: 4px 10px;
	margin: 4px;
	text-decoration: none;
	text-align: center;
}

.page_number_disable {
	color: #c0c0c0;
	font-weight: normal;
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	font-size: 16px;
	font-style: normal;
	padding: 4px 10px;
	margin: 4px;
	text-decoration: none;
	text-align: center;
}

