#css
{
	width:1000px;
	margin:0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1020px) and (min-width: 768px)
{
	#css
	{
		width:98%;
		margin:0 1%;
	}
}

@media only screen and (max-width: 767px)
{
	#css
	{
		width: auto;
	}
}

div.header
{
	width: 100%;
	background-color: rgb(250,250,250);
	margin: 0px;
	border: 0;
	display:inline-block;
}

div.navicontainer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 2px 0;
	border: 0;
	background-color: rgb(250,250,250);
	color: rgv(0,0,0);
	overflow: hidden;
	position: relative;
}
div.navitemleft {
	float: left;
}
div.navitemright {
	float: right;
}

table.main
{
	width: 100%;
}

div.banner {
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.main-contents {
	margin: 1% 1% 1% 1%;
	padding: 0;
	border: 0;
}

div.header-edit
{
	background-color: rgb(250,250,250);
}

div.body-edit
{
}

div.footer
{
	word-wrap: break-word;
}


.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .7875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

div.center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
div.right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: right;
  float: right;
}

td.item-title
{
	font-weight: bold;
	font-size: large;
}

td.item-categories
{
	font-size: small;
}

