h2{
}
h2 img{
	max-width:100%;
	height:auto;
}

/*共通
----------------------------------------*/
.keizaigakuBox {
	margin-bottom: 40px;
}

.keizaigakuBox h3 {
	margin-bottom: 20px;
}

.keizaigakuBox p {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.keizaigakuBox h4 {
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding-top: 0.75em;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left: 1.5em;
}
.keizaigakuBox h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #8ec33b;
	border-radius: 4px;
}

.keizaigakuBox h5 {
	position: relative;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-left: 1.7em;
	margin-top: 40px;
}
.keizaigakuBox h5::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ec565f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.keizaigakuBox .imgBox {
	text-align: center;
	margin-bottom: 20px;
}
.keizaigakuBox .imgBox img {
	max-width:100%;
	height:auto;
}
table.keizaigaku{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
}

table.keizaigaku th,td{
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: center;
	padding: 10px;
}

table.keizaigaku th.THy{
	text-align: center;
	background-color: #FFFFCC;
}

table.keizaigaku th.THg{
	text-align: center;
	background-color: #EFFFE6;
}

table.keizaigaku th.THb{
	text-align: center;
	background-color: #E1F7FF;
}

table.keizaigaku th.THs{
	text-align: center;
	background-color: #F4F4F4;
}
p.prev ,p.next {
	font-size: 18px;
	line-height: 30px;
	height: 40px;
	line-height: 40px;
}
p.prev a,p.next a {
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	color: #333;
}
p.next {
	text-align: right;
	float: right;
	display: block;
	background-image: url(../useful/keizaigaku/images/next.png);
	background-repeat: no-repeat;
	background-position: right;
}
p.prev  {
	display: block;
	background-image: url(../useful/keizaigaku/images/prev.png);
	background-repeat: no-repeat;
}
