@charset "UTF-8";
body {
    width: inherit;
    height: auto;
    overflow: inherit;
}
.Jscr {
	position: inherit;
 	overflow: inherit;
	height: inherit;
	background-color: inherit;
	width: inherit;
	padding: inherit;
	animation-duration: inherit;
	animation-delay: inherit;
	animation-timing-function: inherit;
	animation-fill-mode: inherit;
}
.Jscr.Jopen {
	display: inherit;
	transform: inherit;
}

.Jconfirm > .inner {
    position: fixed;
}
.Jmessage > .inner {
    position: fixed;
}
.Jconfirm {
	label {
		display: block;
	}
	input[type="checkbox"] {
	    -webkit-appearance: auto;
	    -moz-appearance: auto;
	    appearance: auto;
	}
}
 



/* ページャー*/
.ul_Pager {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 15px 0;
padding: 0;
list-style: none;
line-height: 1;
font-size: 12px;
}
.ul_Pager li {
display: table-cell;
margin: 0 8px 8px;
padding: 8px;
border: 1px solid #CCC;
border-radius: 4px;
}
.ul_Pager li a {
display: block;
margin: -8px;
padding: 8px;
background-color: #EEE;
border-radius: 3px;
}
.ul_Pager li a:hover {
color: #990000;
background-color: #E3E3E3;
}
.ul_Pager .BackLink {
width: 40px;
text-align: left;
}
.ul_Pager .ForwardLink {
width: 40px;
text-align: right;
}