@charset "Shift_JIS";

/*=========================================================


	Site Name   pro-cam 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: middle;
    padding: 14px 10px;
    border: 1px solid #e4e7ec;
}

table th.table--gray {
	background: #fbfbfd;
}
/*--------------- テキストの多いテーブルのデザイン -------------------*/
.table-tex {
	text-align: left!important;
	table-layout: fixed;
    word-wrap: break-word;
}

.table-tex th {
	text-align: center !important;
}
/*--------------- スマホテーブルのデザイン修正 -------------------*/
@media screen and (max-width: 480px) {
	.table-zv-1-w th, .table-zv-1-w td {
		padding: 3px;
	}
}