@charset "utf-8";
/*
Theme Name: JSS
Theme URI: https://www.jss-ltd.co.jp
Version: 1.0
*/


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

table p{
font-size:1.0em;
}

.pagination{
	margin: 8% auto 0;
	text-align:center;
}
ul.paging {
	display: table;
	margin:auto;
	margin: 8% auto 0;
	text-align:center;f
}
ul.paging li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin:10px;
}
ul.paging li a,
ul.paging li span {
	display: block;
	color: #999;
	text-decoration: none;
	padding: .2em 1em;
	margin:5px;
	border: 1px solid #312a5e;
	background:#fff;
	border-radius:30px;
}
ul.paging li a.active {
	color: #FFF;
	background-color: #312a5e;
}
ul.paging li a:hover {
	color: #FFF;
	background-color: #312a5e;
}
p.tC,
.tC{
	text-align:center !important;
	margin:auto;
}
.is-style-original table,
.is-style-original table th,
.is-style-original table td{
	border:none;
}

.is-style-original table{
	width: 100%;
	margin: 3% auto 5%;
	background: rgba(255,255,255,0.5);
}
.is-style-original table th{
	white-space: nowrap;
	font-weight: 500;
	color: #d7000f;
	border-bottom: 1px solid #cdcdcd;
}
.is-style-original table td{
	border-bottom: 1px solid #cdcdcd;
}
.is-style-original table th,
.is-style-original table td{
	padding: 15px 15px;
	vertical-align: top;
	text-align: left;
}


@media print , screen and (max-width: 768px) {
	
.is-style-original table{
	width: 96%;
	margin: 20px auto 30px;
}
.is-style-original.resp table th,
.is-style-original.resp table td{
	width: 100%;
	display: block;
	padding: 0px 20px 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
	border-bottom: 1px solid #d7000f;
}
.is-style-original.resp table th{
	color: #d7000f;
	padding: 10px 10px 5px;
	border-bottom: none;
	}
}

.Newscontent p{
	margin:10px auto;
}