
.seino-list {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2em;
	text-align: center;
}


.seino-txt {
	font-size:15px;
	line-height: 1.5em;
	padding-bottom: 15px;
	}
/*テーブル*/

#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
	max-width: 1100px;
    border-collapse: collapse;
    border:1px solid #595959;
	margin: auto;
	height: 30px;
	padding: 3px;
    }

	 td {
		text-align: left;
	}

/*table.seino-table,td.seino-table,th.seino-table {
	max-width: 1100px;
	  /*border: 1px solid #595959;
	  border-collapse: collapse;
	margin: auto;
	height: 30px;
	}/*

	table.seino-table,td.seino-table,th.seino-table {
		padding: 3px;
	}

	


/*見出し*/

h2.seino-midashi {
    text-align: center;
  line-height: 1.3em;
  margin: auto;
}

/*セル*/
.cl01 {
  background-color:#e6e6fa;
  font-weight: bold;
}

.cl02 {
  background-color:#fcf2cf;
}

.cl03 {
  background-color:#fcf2cf;
}


@media(max-width: 550px){

	.seino-list {
		font-size: 2vw;
		line-height: 1.3em;
	}

	.seino-txt {
		font-size:2.5vw;
	}

	
	h2.seino-midashi {
	font-size: 2vw;
	}

	.cl03 {
		line-height: 1.3em;
	}
	
  
	/*td {
	font-size: 2vw;
	line-height: 1.2em;
	margin: 0 0 5%;
	}
}
