@charset "utf-8";
/*
Theme Name: 川越自動車学校
Theme URI: http://www.kawajiko.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;
}
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 #1b317b;
	background:#fff;
	border-radius:30px;
}
ul.paging li a.active {
	color: #FFF;
	background-color: #1b317b;
}
ul.paging li a:hover {
	color: #FFF;
	background-color: #1b317b;
}

.is-style-original table{
	width: 100%;
	margin: 3% auto 5% 0;
	background: #fff;
	border-top: 1px solid #143180;
	text-align: left;
	border-left: 1px solid #143180;
	border-right: 1px solid #143180;
}

.is-style-original table th{
	white-space: nowrap;
	font-weight: 500;
	background: #dce0ec;
	border-bottom: 1px solid #143180;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #143180;
}
.is-style-original table tr th:first-child{
	border-left: 1px solid #143180;
}
.is-style-original table tr th:last-child{
	border-right: 1px solid #143180;
}
.is-style-original table th span.need{
	color: #ec5246 !important;
}
.is-style-original table td{
	border-bottom: 1px solid #143180;
	border-left: 1px solid #143180;
	border-right: 1px solid #143180;
}

.is-style-original table th,
.is-style-original table td{
	padding: 10px 15px;
	vertical-align: middle;
	text-align: left;
}
@media print , screen and (max-width: 768px) {

.is-style-original table{
	width: 98%;
	margin: 20px auto;
	border-right: 0;
	border-left: 0;
}
.is-style-original.resp table th,
.is-style-original.resp table td{
	width: 100%;
	display: block;
	padding: 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
	border-right: 0;
	border-left: 0;
	text-align: left !important;
}
.is-style-original.resp table tr th:first-child{
	border-left: 0;
}
.is-style-original.resp table tr th:last-child{
	border-right: 0;
}
}