html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	max-width: 1920px;
	margin: 0px auto;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 170%;
}
a:link { text-decoration: none; color: #2A2AE4;}
a:visited { text-decoration: none; color: #2A2AE4;}
a:hover { color: #FF0066; text-decoration: none;}
a:active { color: #99CC00}
p {
	margin: 0px;
	padding: 0px;
}
li {
	padding-bottom: 0.75em;
}
.TAC {
	text-align: center;
}
.TAR {
	text-align: right;
}
.CB { clear: both;}
.TI1 {
	text-indent: 1em;
}


.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items: stretch;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top-banner li h2 {
/* ここに記述 */
	font-size: 85%;
	font-weight: normal;
	line-height:1.5em;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
	padding: 0;
    margin: 0 auto;
}
.top-banner li {
	xwidth: calc(100%/4);/*←画像を横に4つ並べる場合*/
	width: 25%;/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.top-banner li span {
	font-size: 12px;
}

.m-cap {
    padding: 0rem 0.5rem;
    border-left: 5px solid #078002;
    margin-bottom: 6px;
}

.foot {
    width: 85%;
    font-size: 120%;
    line-height:1.5em;
    text-indent: -1em;
    margin:  0 auto;
    padding: 5px;
}


/*要素*/

#pageTitle {
	display: block;
	margin: 0px 0px 20px 0px;
	border-top: 2px solid #078002;
	border-bottom: 2px solid #078002;
	padding: 0.5em 1em 0.35em 1em;
	font-size: 140%;
	line-height: 135%;
	color: #000082;
}

p.line {
   border-bottom: 2px solid #078002;
   margin: 20px 0 10px 0;
}

table , td, th {
	width: 100%;
	border: 1px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
	border: 1px solid #595959;
	border-collapse: collapse;
	margin:  15px 0 50px 0;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 20px;
	text-align:center;
	font-weight:normal;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
