@charset "UTF-8";
/* CSS Document */

/* ==========================================

　 テーブル 基本レイアウト

========================================= */
.com_tbl_layout{
  width: 100%;
	font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  /*font-size: 12px;*/ /*個別で指定*/
  border: solid 0px;
}
.com_tbl_layout th{
  color: #444242;
 font-weight: normal;
padding: 6px 8px;
  /*padding: 4px 1px;*/
  box-sizing: border-box;
  letter-spacing: 0px;
  border-collapse: collapse;
  background-color: #B6E5E9; /*統一色より薄く*/
  /*border: 1px solid #79C5CB;*/
  border-bottom: solid 0px #6CB4BA;
  /*border-right: solid 1px #ffffff;*/
}
.com_tbl_layout th:last-child {
  /*border-right: solid 0px #79C5CB;*/
}
.com_tbl_layout tr {
  border-bottom: solid 1px #79C5CB;
  /*padding-bottom:30px;*/
}
.com_tbl_layout tr:last-child{
	border-bottom: solid 2px #79C5CB;
}
.com_tbl_layout td {
	text-align: left;
  vertical-align: middle;
  padding: 6px 8px;
  box-sizing: border-box;
  border: solid 0px #79C5CB;
}
/*テーブルタイトル タイトルの前に"●"
<div class="com_tbl_title"><div>市長部局</div></div>
----------------------------------------*/
.com_tbl_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 4px 0px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: solid 0px;
}
/*●の仕様*/
.com_tbl_title div:before {
  content: "●";
  color: #5ab4bd;
  margin-right: 5px;
}
/* ==========================================

　 所管課別　取扱事務一覧　　　テーブル 共通

========================================= */
/*テーブル
----------------------------------------*/
.syokan_list_tbl{
	width: 100%;
	max-width: 900px;
	text-align: left;
	line-height: 16px;
	/*border: solid 1px;*/
}
/*テーブル幅　ヘッダー
----------------------------------------*/
/*所管課名*/
.syokan_list_tbl .th01 {
	/*width: 76%;*/
	border: solid 0px;
}
/*届出件数*/
.syokan_list_tbl .th02 {
	width: 14%;
	text-align: right;
		min-width: 120px;
	border: solid 0px;
}
/*届出事項（一覧）*/
.syokan_list_tbl .th03 {
	width: 14%;
	min-width: 120px;
	white-space: nowrap;
	text-align: center;
	border: solid 0px;
}
/*項目
----------------------------------------*/
/*所管課名*/
.syokan_list_tbl .td01{
}
/*届出件数*/
.syokan_list_tbl .td02 {
	text-align: right;
}
/*届出事項（一覧）*/
.syokan_list_tbl .td03{
	text-align: center;
}
/* ==========================================

　 取扱事務PDF一覧　　　テーブル 共通

========================================= */
/*テーブル
----------------------------------------*/
.pdf_list_tbl{
	width: 100%;
	max-width: 900px;
	text-align: left;
	line-height: 16px;
	margin-bottom: 100px;
	/*border: solid 1px;*/
}
/*テーブル幅　ヘッダー
----------------------------------------*/
/*取扱事務名称*/
.pdf_list_tbl .th01 {
	/*width: 76%;*/
	border: solid 0px;
}
/*pdf*/
.pdf_list_tbl .th02 {
	width: 14%;
	min-width: 120px;
	white-space: nowrap;
	text-align: center;
	border: solid 0px;
}
/*項目
----------------------------------------*/
/*所管課名*/
.pdf_list_tbl .td01{
}
/*届出件数*/
.pdf_list_tbl .td02 {
	text-align: center;
}
/* ==========================================

　 検索結果一覧

========================================= */
/*テーブル
----------------------------------------*/
.search_list_tbl{
	width: 100%;
	max-width: 900px;
	text-align: left;
	line-height: 16px;
	margin-bottom: 100px;
	/*border: solid 1px;*/
}
/*テーブル幅　ヘッダー
----------------------------------------*/
/*取扱事務名称*/
.search_list_tbl .th01 {
	/*width: 76%;*/
	border: solid 0px;
}
/*所管課*/
.search_list_tbl .th02 {
	width: 30%;
	min-width: 200px;
	white-space: nowrap;
	border: solid 0px;
}
/*pdf*/
.search_list_tbl .th03 {
	width: 14%;
	min-width: 120px;
	white-space: nowrap;
	text-align: center;
	border: solid 0px;
}
/*項目
----------------------------------------*/
/*取扱事務名称*/
.search_list_tbl .td01{
}
/*所管課*/
.search_list_tbl .td02 {
}
/*PDF*/
.search_list_tbl .td03 {
	text-align: center;
}
/* ディバイスサイズ設定
============================================= */
@media (max-width: 749px) {
	.page_title_flex {
	  font-size: 16px;
}

}

/* タブレット用 */
@media (min-width: 750px) and (max-width: 1023px) {
	}
/* Desktop View------------------------------- */
@media (min-width: 1024px) {
	}