@charset "Shift_JIS";

/*=========================================================


	Site Name   ichigan info2
	File Name   table.css

	Create Date 2020/04/03

==========================================================*/


/*--------------- テーブルのデザインをshare5に合わせる -------------------*/
table {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
	text-align: center;
}

table th, table td {
    vertical-align: top;
    padding: 14px 10px;
    border: 1px solid #e4e7ec;
}

table th.table--gray {
	background: #fbfbfd;
}