/*
============================ オープンカウンター CSS ============================

			デフォルト設定
				1.オープンカウンター用のテーブル
				2.メディアクエリ

====================================================================
*/
/*オープンカウンター用のテーブル*/
table.borderTable th.col01{width:5em;}
table.borderTable th.col02{width:15em;}
table.borderTable th.col03,table.borderTable th.col04{width:3em;}
table.borderTable th.col05{width:6em;}

td.colPdf, td.keiyaku{text-align: center;}


/*行政条例用のテーブル*/
table.borderTable th.col_a{width:7em;}
table.borderTable th.col_b{width:20em;}
table.borderTable th.col_c,table.borderTable th.col_d{width:10em;}
table.borderTable th.col_e{width:12em;}




@media screen and (max-width:667px) {
table{table-layout:fixed;}
td.colPdf img{display:inline !important;}
}