a:link    {text-decoration: none; color: #4472C4;}
a:active  {text-decoration: none; color: #4472C4;}
a:visited {text-decoration: none; color: #4472C4;}
a:hover   {text-decoration: underline; color: #667799;}

.IMEOn	{	ime-mode: active;	font-size: small;}
.IMEOff	{	ime-mode: inactive;	}

input::placeholder {  color: #DAE3F3;}
/* IE */
input:-ms-input-placeholder {  color: #DAE3F3;}
/* Edge */
input::-ms-input-placeholder {  color: #DAE3F3;}

/* 1. 基本のbox-shadow */
.outrfrm {
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .5);
  /*filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));*/
  margin: 10px 5px;
  padding: 5px 5px;
}
/* 2. insetで内側に影をつける。角丸や円形もOK */
.innrfrm {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .5);
  margin: 2px 7px 7px 7px;
  padding:5px 5px 5px 5px;
}
.innrfrm2 {
  /*box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .5);*/
  margin: 2px 7px 2px 7px;
  padding:0px 0px 0px 0px;
}
.innrHeadFrame {
  /*box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .5);*/
  margin: 2px 7px 2px 7px;
  padding:0px 0px 0px 0px;
}
.innrHeadItem {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .5);
  /*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);*/
  /*filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));*/
  margin: 5px 5px 0px 0px;
  padding:2px 4px 2px 4px;
  /*font-size: 120%; */
  /*background:#EEE;*/
}
/**/
.ttl1 {
  margin: 5px 0px 0px 7px;
}
.ttl2 {	/* 〘注意〙 */
  color: #DAE3F3;
}
.cautionTtl{
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.0;
  display: inline-block;
  padding: 0.3rem 1rem;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-align: right;
  background:#4472C4;
}
.bgcBlu	{	background: #4472C4;	}
.bgcMBlu{	background: #CADAF3;	}
.bgcLBlu{	background: #DAE3F3;	}
.bgcHIdg{	background: #C5D1ED;	}
.bgcIndg{	background: #345DA6;	}
.bgcSLBl{	background: #F8F8FC;	}
.bgcSLYl{	background: #FDFDF6;	}
.bgcRed	{	background: #FF1111;	}
.bgcEnj	{	background: #B3424A;	}
.bgcHEnj{	background: #E0AAAE;	}
.bgcWht	{	background: #FFFFFF;	}
.bgcBlk	{	background: #111111;	}
.bgcDgry{	background: #808080;	}
.bgcHgry{	background: #AAAAAA;	}
.bgcLgry{	background: #EEEEEE;	}
.bdcYel	{	background: #FFFF00;	}

.fgcBlu	{	color: #4472C4;	}
.fgcLBlu{	color: #DAE3F3;	}
.fgcIndg{	color: #345DA6;	}
.fgcRed	{	color: #FF1111;	}
.fgcOrg	{	color: #FFC000;	}
.fgcBlk	{	color: #111111;	}
.fgcWht	{	color: #FFFFFF;	}
.fgcEnj	{	color: #B3424A;	}
.fgcPnk	{	color: #ff0099;	}
.fgcLGray	{	color: #EEEEEE;	}

.valnM	{	vertical-align:middle;	}

.fw400	{	font-weight: 400;	}
.fw600	{	font-weight: 600;	}
.fw900	{	font-weight: 900;	}

.fs11r	{	font-size: 1.1rem;	}
.fs12r	{	font-size: 1.2rem;	}
.fs13r	{	font-size: 1.3rem;	}
.fs14r	{	font-size: 1.4rem;	}
.fs15r	{	font-size: 1.5rem;	}
.fs18r	{	font-size: 1.8rem;	}
.fs20R	{	font-size: 2.0rem;	}

.fs15p	{	font-size: 150%;	}
.fs18p	{	font-size: 180%;	}
.fs20p	{	font-size: 200%;	}

/* アイコン配置(パンくず) */
.icnS	{	vertical-align:middle;	width:12px;	margin:1px 2px;	}

/*.hgt80p	{	height: 	80%;}*/

.scrl	{
 overflow: 	auto;
}
/* dir_open/close */
.d_o	{	display:block;	}
.d_x	{	display:none;	}

/* 必須などの囲み文字 */
.rectWrapRed	{
 background-color: #F66;
 border: 	1px solid white;
 padding:	0px 4px;
 font-size: 	1.1rem;
 font-weight: 400;
 color:		white;
}

/* 必須用 */
span.required {
    color: #bb0000;
}

/* セレクトボックス非活性用 */
select.disabled {
 pointer-events: none;
 background: whitesmoke;
 opacity: 0.5;
 border-color: rgba(118, 118, 118, 0.3);
}

/*=============================================*/
/* チェックボックス付きリスト */
div.listbox {
  border: solid thin gray;
  background-color: white;
  height: 10em;
  overflow: auto;
}

/*=============================================*/
/* table colgroup （注意）注記事項 */
.tblsub {
  margin: 0px 0px;
  border-collapse: collapse; /*  */
  width: 100%;
}
/* 注記事項の文言開閉 */
/*.tblsub th {
  font-weight: bold;
  background-color: #cccccc;
}*/
.tblsub th, .tblsub td {
  /*width: 100px;*/
  /*border: 1px solid gray;*/
  padding: 3px 3px;
}
.tblsub td:nth-child(1) {
  /*color: #4472C4;
  text-align: right;
  font-weight: 600;*/
  border: 1px solid #CCCCCC;
  padding: 2px 0px 0px 7px;
  vertical-align: top;
  width:auto;
}
.tblsub td:nth-child(2) {
  text-align: right;
  vertical-align: top;
  padding: 0px 0px 0px 0px ;
  width: 200px;
  white-space: nowrap;

}
/*.tblsub td:nth-child(3) {
  text-align: left;
}*/
/*.tblsub td:nth-child(4) {
    text-align: right;
}*/

/*=============================================*/
/* table colgroup ≪相談員向け医療機関検索≫ */
.tblsrch100 {
  border:"0";
}
.tblsrch100 th {
  /* border: 1px solid gray; */
  /* padding: 2px 2px; */
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
}

/*=============================================*/
/* table colgroup ≪お知らせ一覧≫【抽出条件・表示設定】 */
.tblsprd8 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:96%;
}
.tblsprd8 tbody {
  background-color: #FFFFFF;
}
.tblsprd8 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd8 th:nth-child(5) {		/* 検索ボタン */
  text-align: center;
  width: 110px;
}
.tblsprd8 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd8 td:nth-child(1) input {		/* 絞込キーワード */
  width: 100%;
}
.tblsprd8 td:nth-child(2) {		/* お知らせ日From */
  text-align: left;
  width: 70px;
}
.tblsprd8 td:nth-child(3) {		/* お知らせ日To */
  text-align: center;
  width: 80px;
}
.tblsprd8 td:nth-child(4) {		/* 都道府県 */
  text-align: center;
  width: 50px;
}
.tblsprd8 td:nth-child(5) {		/* 表示対象 */
  text-align: center;
  width: 50px;
}
/*.tblsprd8 td:nth-child(6) {
  text-align: center;
  width: 50px;
}*/		/* 件数／頁 */
.tblsprd8 td:nth-child(6) {		/* ボタン */
  text-align: center;
  width: 100px;
}

/*=============================================*/
/* table colgroup ≪お知らせ一覧≫【一覧】 */
.tblsprd9 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd9 tbody {
  background-color: #FFFFFF;
}
.tblsprd9 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}
.tblsprd9 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 110%;
}
.tblsprd9 td:nth-child(1) {		/* 選択 */
  text-align: center;
  width: 30px;
}
.tblsprd9 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 30px;
}
.tblsprd9 td:nth-child(3) {		/* タイトル */
  text-align: left;
  width: 300px;
}
.tblsprd9 td:nth-child(4) {		/* 関係者 */
  text-align: center;
  width: 29px;
}
.tblsprd9 td:nth-child(5) {		/* 一般 */
  text-align: center;
  width: 29px;
}
.tblsprd9 td:nth-child(6) {		/* 掲載開始日 */
  text-align: center;
  width: 45px;
  word-break:break-all;
}
.tblsprd9 td:nth-child(7) {		/* 掲載終了日 */
  text-align: center;
  width: 45px;
  word-break:break-all;
}
.tblsprd9 td:nth-child(8) {		/* 投稿者 */
  text-align: left;
  width: 100px;
}
.tblsprd9 td:nth-child(9) {		/* 更新日時 */
  text-align: center;
  width: 70px;
}

/*=============================================*/
/* table colgroup ≪お知らせ一覧≫【登録】【更新】 */
.tblsprd10 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:95%;
}
.tblsprd10 tbody {
  background-color: #FFFFFF;
}

.tblsprd10 td {
  /*width: 200px;*/
  border: 1px solid #DAE3F3;
  padding: 2px 4px;
  font-size: 130%;
}
.tblsprd10 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  line-height: 1.2em;
  color:	white;
  width:200px;
}
.tblsprd10 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  /*width: 30px;*/
  word-break:break-all;
}


/*=============================================*/
/* table colgroup ≪お知らせ一覧≫【閲覧用】 */
.tblsprd11 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:95%;
}

.tblsprd11 td {
  /*width: 200px;*/
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2px 4px;
  font-size: 130%;
}
.tblsprd11 td:nth-child(1) {		/* 選択 */
  text-align: left;
  padding: 0px 2px;
}
.tblsprd11 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  /*width: 30px;*/
}


/*=============================================*/
/* table colgroup ≪検索キーワード≫【登録】【編集】*/
.tblsprd13 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:99%;
  min-width:650px;
}
.tblsprd13 tbody {
  background-color: #FFFFFF;
}

.tblsprd13 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 130%;
}
.tblsprd13 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  line-height: 1.2em;
  color:	white;
  width:180px;
}
.tblsprd13 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
}


/*=============================================*/
/* table colgroup ≪検索キーワード編集≫【内部一覧】 */
.tblsprd14 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd14 tbody {
  background-color: #FFFFFF;
}
.tblsprd14 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}
.tblsprd14 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 110%;
}
.tblsprd14 td:nth-child(1) {		/* 選択 */
  text-align: center;
  width: 30px;
}
.tblsprd14 td:nth-child(2) {		/* あいまいワード */
  text-align: left;
  width: 150px;
}
.tblsprd14 td:nth-child(3) {		/* 関係者 */
  text-align: center;
  width: 40px;
}
.tblsprd14 td:nth-child(4) {		/* 一般 */
  text-align: center;
  width: 40px;
}
.tblsprd14 td:nth-child(5) {		/* 有効開始日 */
  text-align: center;
  width: 45px;
  /*overflow-wrap:break-word;*/
  word-break:break-all;
}
.tblsprd14 td:nth-child(6) {		/* 有効終了日 */
  text-align: center;
  width: 45px;
  word-break:break-all;
}
.tblsprd14 td:nth-child(7) {		/* 備考 */
  text-align: left;
  width: 175px;
}
.tblsprd14 td:nth-child(8) {		/* 登録者種別 */
  text-align: center;
  width: 80px;
}
.tblsprd14 td:nth-child(9) {		/* 登録都道府県 */
  text-align: center;
  width: 50px;
}
.tblsprd14 td:nth-child(10) {		/* 登録者 */
  text-align: left;
  width: 100px;
}
.tblsprd14 td:nth-child(11) {		/* 登録日 */
  text-align: center;
  width: 45px;
  word-break:break-all;
}
.tblsprd14 td:nth-child(12) {		/* 更新日時 */
  text-align: center;
  width: 70px;
}
/*.tblsprd14 td:nth-child(13) {
  text-align: center;
  width: 30px;
}
*/		/* 無効 */
.tblsprd14 td:nth-child(14) {		/* 削除 */
  text-align: center;
  width: 30px;
}

/*=============================================*/
/* table colgroup ≪検索キーワード一覧≫【内部一覧】 */
.tblsprd15 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd15 tbody {
  background-color: #FFFFFF;
}
.tblsprd15 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}
.tblsprd15 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 110%;
}
.tblsprd15 td:nth-child(1) {		/* 選択 */
  text-align: center;
  width: 30px;
}
.tblsprd15 td:nth-child(2) {		/* 検索キーワード */
  text-align: left;
  width: 150px;
}
/*
.tblsprd15 td:nth-child(3) {		/+ 読み +/
  text-align: left;
  width: 150px;
}
}/
/*
.tblsprd15 td:nth-child(4) {		/+ 初回登録日 +/
  text-align: left;
  width: 80px;
}*/
.tblsprd15 td:nth-child(3) {		/* あいまいワード */
  text-align: left;
  width: 350px;
}

/*=============================================*/
/* table colgroup ≪検索キーワード一覧≫【抽出条件・表示設定】 */
.tblsprd16 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:97%;*/
}
.tblsprd16 tbody {
  background-color: #FFFFFF;
}
.tblsprd16 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd16 th:nth-child(5) {		/* 検索ボタン */
  text-align: center;
  width: 110px;
}
.tblsprd16 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd16 td:nth-child(1) {		/* 検索キーワード */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 180px;
}
.tblsprd16 td:nth-child(1) input {		/* タイトル */
  width: 100%;
}
.tblsprd16 td:nth-child(2) {		/* 内容 */
  text-align: center;
  width: 200px;
}
.tblsprd16 td:nth-child(2) input {		/* 内容 */
  width: 100%;
}
.tblsprd16 td:nth-child(3) {		/* あいまいワード */
  text-align: center;
  width: 10px;
}
.tblsprd16 td:nth-child(4) {		/* 有効日From */
  text-align: left;
  width: 70px;
}
.tblsprd16 td:nth-child(5) {		/* 有効日To */
  text-align: center;
  width: 80px;
}
/*.tblsprd16 td:nth-child(6) {
  text-align: center;
  width: 50px;
}*/		/* 件数／頁 */
.tblsprd16 td:nth-child(6) {		/* ボタン */
  text-align: center;
  width: 100px;
}

/*=============================================*/
/* table colgroup ≪S0430 登録用お知らせ一覧≫【一覧】 */
.tblsprd17 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:calc(100% - 20px);
}
.tblsprd17 tbody {
  background-color: #FFFFFF;
}
.tblsprd17 th {
  border: 1px solid gray;
  padding: 4px 4px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}

.tblsprd17 td {
  border: 1px solid gray;
  padding: 6px 6px;
  font-size: 110%;
}
.tblsprd17 td:nth-child(1) {		/* 選択 */
  text-align: center;
  width: 32px;
}
.tblsprd17 td:nth-child(2) {		/* タイトル */
  text-align: center;
  /*width: calc(100% - 560px);*/
  word-break:break-all;
}
.tblsprd17 td:nth-child(3) {		/* 掲載開始日 */
  text-align: left;
  width: 104px;
}
.tblsprd17 td:nth-child(4) {		/* 掲載終了日 */
  text-align: left;
  width: 104px;
}
.tblsprd17 td:nth-child(5) {		/* 対象者 */
  text-align: center;
  width: 100px;
}
.tblsprd17 td:nth-child(6) {		/* 投稿者 */
  text-align: left;
  width: 180px;
  word-break:break-all;
}
.tblsprd17 td:nth-child(7) {		/* 更新日時 */
  text-align: center;
  width: 154px;
}



/*=============================================*/
/* table colgroup ≪登録医療機関検索≫【検索条件】 */
.tblsprd19 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd19 tbody {
  background-color: #FFFFFF;
}
.tblsprd19 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd19 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd19 td:nth-child(1) {		/* 都道府県 */
  text-align: center;
  width: 80px;
}
.tblsprd19 td:nth-child(2) {		/* 機関区分 */
  text-align: center;
  width: 70px;
}
.tblsprd19 td:nth-child(3) {		/* 機関 名称/カナ/コード */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 140px;
}
.tblsprd19 td:nth-child(4) {		/* 電話番号 */
  text-align: left;
  width: 100px;
}
.tblsprd19 td:nth-child(5) {		/* 件数／頁 */
  text-align: center;
  width: 60px;
}
.tblsprd19 td:nth-child(6) {		/* ボタン */
  text-align: center;
  width: 100px;
}

/*=============================================*/
/* table colgroup ≪登録医療機関検索≫【一覧】 */
.tblsprd20 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd20 tbody {
  background-color: #FFFFFF;
}
.tblsprd20 th {
  border: 1px solid gray;
  padding: 2px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
}
.tblsprd20 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 120%;
}
.tblsprd20 td:nth-child(1) {		/* 機関コード */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 100px;
}
.tblsprd20 td:nth-child(2) {		/* 医療機関情報 */
  text-align: left;
  width: 400px;
}
.tblsprd20 td:nth-child(3) {		/* 電話番号 */
  text-align: left;
  width: 130px;
}
.tblsprd20 td:nth-child(4) {		/* 機関区分 */
  text-align: center;
  width: 70px;
}
.tblsprd20 td:nth-child(5) {		/* 都道府県 */
  text-align: center;
  width: 70px;
}
.tblsprd20 td:nth-child(6) {		/* 活動区分 */
  text-align: center;
  width: 70px;
}

/*=============================================*/
/* table colgroup ≪登録医療機関≫ 【登録::2段目】*/
.tblsprd21 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:98%;
}
.tblsprd21 tbody {
  background-color: #FFFFFF;
}

.tblsprd21 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 130%;
}
.tblsprd21 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  line-height: 1.2em;
  color:	white;
  width:160px;
}
.tblsprd21 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 200px;
}
.tblsprd21 td:nth-child(3) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  line-height: 1.2em;
  color:	white;
  width:140px;
}
.tblsprd21 td:nth-child(4) {		/* No */
  text-align: left;
}


/*=============================================*/
/* table colgroup ≪登録医療機関≫ 【登録::3段目】*/
.tblsprd22 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:98%;
}
.tblsprd22 tbody {
  background-color: #FFFFFF;
}

.tblsprd22 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 130%;
}
.tblsprd22 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  line-height: 1.2em;
  color:	white;
  width:160px;
}
.tblsprd22 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 200px;
}


/*=============================================*/
/* table colgroup ≪閲覧用リンク一覧≫【一覧】 */
.tblsprd23 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd23 tbody {
  background-color: #FFFFFF;
}
.tblsprd23 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}
.tblsprd23 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 110%;
}
.tblsprd23 td:nth-child(1) {		/* 選択 */
  text-align: center;
  width: 30px;
}
.tblsprd23 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 30px;
}
.tblsprd23 td:nth-child(3) {		/* リンク名称 */
  text-align: left;
  width: 200px;
}
.tblsprd23 td:nth-child(4) {		/* 参照パス */
  text-align: left;
  width: 250px;
  /*overflow-wrap:break-word;*/
  word-break:break-all;
}
.tblsprd23 td:nth-child(5) {		/* 都道府県 */
  text-align: center;
  width: 60px;
}
.tblsprd23 td:nth-child(6) {		/* 対象者 */
  text-align: center;
  width: 60px;
}
.tblsprd23 td:nth-child(7) {		/* 登録日 */
  text-align: center;
  width: 45px;
  word-break:break-all;
}
.tblsprd23 td:nth-child(8) {		/* 登録者 */
  text-align: left;
  width: 90px;
}
.tblsprd23 td:nth-child(9) {		/* 更新日時 */
  text-align: center;
  width: 75px;
  word-break:break-all;
}

/*=============================================*/
/* table colgroup ≪検索項目設定≫【フィルタ条件】 */
.tblsprd24 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:97%;
}
.tblsprd24 tbody {
  background-color: #FFFFFF;
}
.tblsprd24 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd24 th:nth-child(4) {		/* 取得 */
  text-align: center;
  width: 60px;
}
.tblsprd24 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd24 td:nth-child(1) {		/* 都道府県 */
  text-align: center;
  width: 80px;
}
.tblsprd24 td:nth-child(2) {		/* 機関区分 */
  text-align: center;
  width: 70px;
}
.tblsprd24 td:nth-child(3) {		/* 項目名 */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: auto;/*330px*/
}
.tblsprd24 td:nth-child(3) input {	/* 項目名入力欄 */
  width: 100%;
}
/*.tblsprd24 td:nth-child(4) {		/ * 管理番号 * /
  text-align: left;
  width: 100px;
}*/
.tblsprd24 td:nth-child(4) {		/* 取得 */
  text-align: center;
  width: 60px;
}
.tblsprd24 td:nth-child(5) {		/* 更新 */
  text-align: center;
  width: 100px;
}

/*=============================================*/
/* table colgroup ≪検索項目設定≫【ツリーリスト-親】 */
.tblsprd25 {
  margin:1px 5px 0px 0px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:97%;
}
.tblsprd25 tbody {
  background-color: #FFFFFF;
}
.tblsprd25 th {
  border: 1px solid #FFF;
  padding: 2px 2px;
  font-size: 120%;
  font-weight: 400;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd25 th:nth-child(1) {  width: 36px;	}	/* ⊞⊟ + check box */
.tblsprd25 th:nth-child(2) {  width: 240px;	}	/* 機能名 */
/*.tblsprd25 th:nth-child(3) {  width: 230px;	}	*//* 表示名 */
.tblsprd25 th:nth-child(3) {  width: auto;	}	/* 設定内容 450px */

.tblsprd25 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 120%;
}
.tblsprd25 td:nth-child(1) {		/* ⊞⊟ */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 19px;
  padding: 5px 0px;
}
.tblsprd25 td:nth-child(2) {		/* 選択（チェックボックス） */
  text-align: left;
  width: 17px;
  padding: 1px 1px;
  line-height:1em;
}
.tblsprd25 td:nth-child(2) input {	/* 選択（チェックボックス） */
  margin: 0px 0px;
}
.tblsprd25 td:nth-child(3) {		/* 機能名 */
  text-align: left;
  width: 240px;
}
/*.tblsprd25 td:nth-child(4) {		/ * 表示名称 * /
  text-align: left;
  width: 230px;
}*/
/*.tblsprd25 td:nth-child(4) input {	/ * 表示名称入力・表示欄 * /
  text-align: left;
  font-size: 120%;
  width: 220px;
}*/
.tblsprd25 td:nth-child(4) {		/* 設定内容 */
  text-align: left;
  /*width: 450px;*/
  line-height: 2.2rem;;
}

/*=============================================*/
/* table colgroup ≪検索項目設定≫【ツリーリスト-子】 */
.tblsprd26 {
  margin:0px 5px 0px 25px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:97%;*/
}
.tblsprd26 tbody {
  background-color: #FFFFFF;
}
.tblsprd26 th {
  border: 1px solid #FFF;
  padding: 2px 2px;
  font-size: 110%;
  font-weight: 400;
  background-color: #4472C4;
  text-align: center;
  color:	white;
}
.tblsprd26 th:nth-child(1) {  width: 36px;	}	/* ⊞⊟ + check box */
/*.tblsprd26 th:nth-child(2) {  width: 40px;	}*/	/* 言語コード */
.tblsprd26 th:nth-child(2) {  width: 220px;	}	/* 言語名 */
.tblsprd26 th:nth-child(3) {  width: auto;	display:none; }	/* 設定内容 */
/*.tblsprd26 th:nth-child(5) {  width: 100px;	}*/	/* 状態文言 */



.tblsprd26 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 120%;
}
.tblsprd26 td:nth-child(1) {		/* ⊞⊟ */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 19px;
  padding: 5px 0px;
}
.tblsprd26 td:nth-child(2) {		/* 選択（チェックボックス） */
  text-align: left;
  width: 17px;
  padding: 1px 1px;
  line-height:1em;
}
.tblsprd26 td:nth-child(2) input {	/* 選択（チェックボックス） */
  margin: 0px 0px;
}
/*
.tblsprd26 td:nth-child(3) {		/ * 言語コード * /
  text-align: center;
  width: 40px;
}*/
.tblsprd26 td:nth-child(3) {		/* 言語名 */
  text-align: left;
  width: 220px;
}
.tblsprd26 td:nth-child(4) {		/* 設定内容 */
  text-align: left;
  width: 490px;
  display:none;
}
/*.tblsprd26 td:nth-child(6) {		/ * 状態文言 * /
  text-align: left;
  width: 100px;
}*/


/*=============================================*/
/* table colgroup ≪検索項目設定≫【ツリーリスト-子】 */
.tblsprd27 {
  margin:5px 5px 5px 45px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd27 tbody {
  background-color: #FFFFFF;
}
.tblsprd27 th {
  border: 1px solid #FFF;
  padding: 2px 2px;
  font-size: 110%;
  font-weight: 400;
  background-color: #4472C4;
  text-align: center;
  color:	white;
}
.tblsprd27 th:nth-child(1) {  width: 36px;	}	/* ⊞⊟ + check box */
.tblsprd27 th:nth-child(2) {  width: 110px;	}	/* 管理番号 */
.tblsprd27 th:nth-child(3) {  width: 170px;	}	/* 項目名 */
.tblsprd27 th:nth-child(4) {  width: 260px;	}	/* 設定値 */
.tblsprd27 th:nth-child(5) {  width: 200px;	}	/* 予備 */



.tblsprd27 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 120%;
}
.tblsprd27 td:nth-child(1) {		/* ⊞⊟ */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 19px;
  padding: 5px 0px;
}
.tblsprd27 td:nth-child(2) {		/* 選択（チェックボックス） */
  text-align: left;
  width: 17px;
  padding: 1px 1px;
  line-height:1em;
}
.tblsprd27 td:nth-child(2) input {	/* 選択（チェックボックス） */
  margin: 0px 0px;
}

.tblsprd27 td:nth-child(3) {		/* 管理番号 */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 110px;
}
.tblsprd27 td:nth-child(4) {		/* 項目名 */
  text-align: left;
  width: 170px;
}
.tblsprd27 td:nth-child(5) {		/* 値 */
  text-align: left;
  width: 260px;
}
.tblsprd27 td:nth-child(5) input {	/* 選択（チェックボックス） */
  width: 250px;
}
.tblsprd27 td:nth-child(6) {		/* 選択値 */
  text-align: left;
  width: 200px;
}


/*=============================================*/
/* table colgroup ≪登録医療機関登録≫ 【登録::1段目】*/
.tblsprd28 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:98%;
}
.tblsprd28 tbody {
  background-color: #FFFFFF;
}

.tblsprd28 td {
  /*width: 200px;*/
  border: 1px solid #DAE3F3;
  padding: 2px 4px;
  font-size: 130%;
  line-height: 1.3em;
}
.tblsprd28 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  color:	white;
  width:120px;
}
.tblsprd28 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 300px;
}


/* table colgroup ≪登録医療機関登録≫ 【登録::3段目】*/
.tblsprd29 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:98%;*/
}
.tblsprd29 tbody {
  background-color: #FFFFFF;
}

.tblsprd29 td {
  /*width: 200px;*/
  border: 1px solid #DAE3F3;
  padding: 2px 4px;
  font-size: 130%;
  line-height: 1.4em;
}
.tblsprd29 td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  /*line-height: 1.4em;*/
  color:	white;
  width:260px;
}
.tblsprd29 td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 160px;
}
.tblsprd29 td:nth-child(3) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 160px;
}
.tblsprd29 td:nth-child(4) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  width: 160px;
}

/*=============================================*/
/* 県民向けメッセージ登録 可変段組み  */
div.mltcolPref {
  columns: 6 7em;
  column-gap: 10px;
  column-rule: 1px dashed #DAE3F3;
/*}
td.listbox {*/
  border: solid thin #EEE;
  background-color: white;
  min-height: 5em;
  /*overflow-y: scroll;*/
  overflow: auto;
}
/*=============================================*/
/* table colgroup ≪県民向けのメッセージ登録≫【メッセージの変更前／変更後】 */
.tblsprd31 {
  margin:5px 5px;
  border-collapse: collapse; /*  */
  width:96%;
}
.tblsprd31 tbody {
  background-color: #FFFFFF;
}
.tblsprd31 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  line-height: 1.1em;
  color:	white;
}
.tblsprd31 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 140%;
}
.tblsprd31 td:nth-child(1) {		/* 市区町村 */
  text-align: left;
  width: 220px;
}
.tblsprd31 td:nth-child(2) {		/* メッセージ */
  text-align: left;
  word-break: break-all;
  /*width: 150px;*/
}

/*=============================================*/
/* table colgroup ≪検索結果(地図表示)≫【検索条件設定内容表示】 */
.tblsprd32 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd32 tbody {
  background-color: #FFFFFF;
}
.tblsprd32 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd32 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd32 th:nth-child(1) {		/* 検索項目見出し */
  text-align: right;
  width: 100px;
}
.tblsprd32 td:nth-child(2) {		/* 検索項目設定値 */
  text-align: left;
  width: 150px;
}
/*=============================================*/
/*=============================================*/
/* table colgroup ≪検索対象都道府県選択≫【フィルタ条件】 */
.tblsprd33 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:97%;*/
}
.tblsprd33 tbody {
  background-color: #FFFFFF;
}
.tblsprd33 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd33 th:nth-child(2) {		/* 取得 */
  text-align: center;
  width: 60px;
}
.tblsprd33 th:nth-child(3) {		/* 追加 */
  text-align: center;
  width: 60px;
}
.tblsprd33 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd33 td:nth-child(1) {		/* 都道府県 */
  text-align: center;
  width: 80px;
}

/*=============================================*/
/*=============================================*/

/*=============================================*/
/* table colgroup ≪コンテンツ一覧≫【抽出条件・表示設定】 */
.tblsprd34 {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:90%;*/
}
.tblsprd34 tbody {
  background-color: #FFFFFF;
}
.tblsprd34 th {
  border: 1px solid gray;
  padding: 0px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color:	white;
  white-space: nowrap;
}
.tblsprd34 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 4px;
  font-size: 100%;
}
.tblsprd34 td:nth-child(1) {		/* 絞込キーワード */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: center;
  width: 100px;
}
.tblsprd34 td:nth-child(2) {		/* お知らせ日From */
  text-align: left;
  width: 70px;
}
.tblsprd34 td:nth-child(3) {		/* お知らせ日To */
  text-align: center;
  width: 80px;
}
.tblsprd34 td:nth-child(4) {		/* 都道府県 */
  text-align: center;
  width: 50px;
}
.tblsprd34 td:nth-child(5) {		/* 表示対象 */
  text-align: center;
  width: 50px;
}
.tblsprd34 td:nth-child(6) {		/* 件数／頁 */
  text-align: center;
  width: 50px;
}
.tblsprd34 td:nth-child(7) {		/* ボタン */
  text-align: center;
  width: 100px;
}

/*=============================================*/
/* table colgroup ≪カレンダー≫ */
.tblsprd36 {
  margin: 5px;
  border-collapse: collapse;
  width: 95%;
}

.tblsprd36 tbody {
  background-color: #FFFFFF;
}

.tblsprd36 th {
  border: 1px solid gray;
  padding: 2px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  color: white;
  width: 200px;
}

.tblsprd36 td {
  /*width: 200px;*/
  border: 1px solid gray;
  padding: 2px 2px;
  text-align: left;
  font-size: 120%;
}

.tblsprd37 {
  margin: 5px;
  border-collapse: collapse;
  width: 95%;
  height: 120px;
}

.tblsprd37 th {
  border: 1px solid gray;
  padding: 2px 2px;
  font-size: 120%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  color: white;
  width: 150px;
}

.tblsprd37 td {
  border: 1px solid gray;
  padding: 2px 2px;
  text-align: left;
  font-size: 100%;
  vertical-align: top;
}

.tblsprd38 {
  margin: 5px;
  border-collapse: collapse;
  width: 95%;
}

.tblsprd38 th {
  border: 1px solid gray;
  padding: 2px 2px;
  font-size: 100%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color: white;
}

.tblsprd38 th.date {
  /* 日付（曜日） */
  width: 60px;
}

.tblsprd38 th.registBtn {
  /* 登録 */
  width: 40px;
}

.tblsprd38 th.editBtn {
  /* 編集削除 */
  width: 40px;
}


.tblsprd38 th.institution {
  /* 医療機関 */
  width: 180px;
}

.tblsprd38 th.telNum {
  /* 当番用電話番号 */
  width: 100px;
}

.tblsprd38 th.subject {
  /* 当番科目 */
  width: 100px;
}

.tblsprd38 th.generalSubject {
  /* 当番科目（県民向け公開用） */
  width: 90px;
}

.tblsprd38 th.description {
  /* 当番備考 */
  width: 140px;
}

.tblsprd38 th.kbn {
  /* 初療・入院区分 */
  width: 45px;
}

.tblsprd38 th.timeZone {
  /* 当番時間帯 */
  width: 70px;
}

.tblsprd38 td {
  border: 1px solid gray;
  padding: 2px 2px;
  text-align: left;
  font-size: 100%;
}

.tblsprd38 td.registBtn, .tblsprd38 td.editBtn {
  /* 登録 */
  text-align: center;
}

.tblsprd39 {
  margin: 5px 5px 10px;
  border-collapse: collapse;
}

.tblsprd39 th {
  border: 1px solid gray;
  padding: 2px 2px;
  font-size: 100%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: center;
  color: white;
  width: 200px;
}

.tblsprd39 td {
  border: 1px solid gray;
  padding: 2px 2px;
  text-align: left;
  font-size: 100%;
  width: 300px;
}

.tblsprd36 button{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 0.3rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*text-align: center;*/
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  /*border-radius: 0.5rem;*/

  text-align: right;
  background:#4472C4;
}

/* table colgroup ≪カレンダー≫【TOP】 */
.tblsprd3top {
  margin: 5px 0px 0px 15px;
}
.tblsprd3top td {
  padding: 2px 2px;
  text-align: center;
  font-size: 150%;
}
.tblsprd3top td:nth-child(1) {
  background-color: #4472C4;
  color:    white;
  width: 150px;

}
.tblsprd3top td:nth-child(2) {
  background-color: #FFFFFF;
  width: 140px;
}
.tblsprd3top td:nth-child(3) {
  text-align: right;
  width: 180px;
}

/*=============================================*/
/* table colgroup ≪県民向けメッセージ登録≫ 【都道府県選択】*/
.tblMltPref {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:96%;
}
.tblMltPref tbody {
  background-color: #FFFFFF;
}

.tblMltPref td {
  /*width: 200px;*/
  border: 1px solid #DAE3F3;
  padding: 5px 4px;
  font-size: 130%;
  line-height: 1.3em;
}
.tblMltPref td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 5
  px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  color:	white;
  width:220px;
}
.tblMltPref td:nth-child(2) {		/* No */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  text-align: left;
  /*width: 300px;*/
}
/*=============================================*/
/* table colgroup ≪県民向けメッセージ登録≫ 【マルチ市町村リスト】*/
.tblMltCity {
  margin:5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:98%;*/
}
.tblMltCity tbody {
  background-color: #FFFFFF;
}

.tblMltCity td {
  /*width: 200px;*/
  border: 1px solid #DAE3F3;
  padding: 2px 4px;
  font-size: 130%;
  line-height: 1.4em;
}
.tblMltCity td:nth-child(1) {		/* 選択 */
  text-align: center;
  padding: 0px 2px;
  font-size: 140%;
  font-weight: 600;
  background-color: #4472C4;
  text-align: right;
  /*line-height: 1.4em;*/
  color:	white;
  width:120px;
}
.tblMltCity td:nth-child(2) {		/* 医科 */
  text-align: left;
  width: 115px;
}
.tblMltCity td:nth-child(3) {		/* 歯科 */
  text-align: left;
  width: 115px;
}
.tblMltCity td:nth-child(4) {		/* 精神 */
  text-align: left;
  width: 115px;
}
.tblMltCity td:nth-child(5) {		/* 眼科・耳鼻咽喉科 */
  text-align: left;
  width: 115px;
}
.tblMltCity td:nth-child(6) {		/* 眼科・耳鼻咽喉科、診療可能 */
  text-align: left;
  width: 115px;
}


/*=============================================*/
/* ボタン */
button.commonBtn {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 0.3rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: right;
  background:#4472C4;
}

/*=============================================*/
/* table colgroup ≪ページナビ≫ */
.tblNav img {
  width:16px;vertical-align:middle;
}
.tblNav {
  margin:5px 5px 5px 5px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  /*width:94%;*/
}
.tblNav td {
  /*width: 200px;*/
  /*border: 1px solid gray;*/
  padding: 2px 4px;
  font-size: 120%;
}
.tblNav td:nth-child(1) {		/* ページナビ */
  /*background-color: #BDD7EE;*/
  color: #4472C4;
  font-weight: 600;
  text-align: right;
  width: 75px;
  padding: 0px 0px;
}
/* .tblNav td:nth-child(2) {		ページナビ領域 */
/*   box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .5); */
/*   border: 1px solid #999999; */
/*   background: #EEEEEE; */
/*   margin: 5px 5px 0px 0px; */
/*   padding:2px 4px 2px 4px; */
/*   text-align: center; */
/*   width: 240px; */
/*   line-height:1.2rem; */
/*   white-space: nowrap; */
/* } */
.tblNav td:nth-child(3) {		/* 取得件数 */
  /*background-color: #BDD7EE;*/
  color: #4472C4;
  font-weight: 600;
  text-align: right;
  width: 70px;
}
.tblNav td:nth-child(4) {		/* 取得件数領域 */
/*   box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .5); */
/*   border: 1px solid #999999; */
/*   background: #FFFFFF; */
  margin: 5px 5px 0px 0px;
  padding:2px 4px 2px 4px;
  text-align: right;
  width: 45px;
}
.tblNav td:nth-child(5) {		/* 件 */
  text-align: left;
  width: 30px;
}
.tblNav td:nth-child(6) {		/* 検索キーワード */
  text-align: right;
  color: #4472C4;
  font-weight: 600;
  width: 110px;
}
.tblNav td:nth-child(7) {		/* 検索キーワード領域 */
  /*box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .5);*/
  border: 1px solid #999999;
  background: #EEEEEE;
  margin: 5px 5px 0px 0px;
  padding:2px 4px 2px 4px;
  text-align: left;
  width: 220px;
}
.button {
  margin:-30px 5px 5px 5px;
}


/*=============================================*/
/* table colgroup ≪画面タイトルブロック≫ */
.tblTitle {
  margin:	0px 0px 0px 0px;
  padding:	0px 0px 0px 0px;
  /*background-color: #FFFFFF;*/
  border-collapse: collapse; /*  */
  width:100%;
}
.tblTitle td {
  /*width: 200px;*/
  /*border: 1px solid gray;*/
  padding: 0px 0px;
}
.tblTitle td:nth-child(1) {		/* 画面タイトル */
  /*background-color: #BDD7EE;*/
  /*color: #4472C4;*/
  font-weight: 600;
  text-align: left;
  padding: 0px 0px;
  white-space: nowrap;
}
.tblTitle td:nth-child(2) {		/* ログイン情報（ユーザ名/現在時刻） */
  text-align:right;
  vertical-align: top;
  white-space: nowrap;
  font-size: 1.3rem;
  width: 500px;
}
/*=============================================*/
.wdhH4	{
 width: 3em;
}
.wdhH2	{
 width: 1.8em;
}

/*=============================================*/
/*=============================================*/
.itemRect {
  margin:1px 2px 1px 1px;
  padding:0px 2px 0px 2px;
  background-color: #DAE3F3;
  border-collapse: collapse; /*  */
  border: 1px solid #4472C4;
  /*line-height:1.0rem;*/
}

/*=============================================*/


/*まずはお決まりのボックスサイズ算出をborder-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

/*=============================================*/
/**/
/*=============================================*/
/* 角丸制御 */
.radius-pixel-30 {
  border-radius: 30px;
}
.circleArrow{
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .7));
  vertical-align:middle;
  position: relative;
  left:15px;
}

button.narrow {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 1.1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*text-align: center;*/
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  /*border-radius: 0.5rem;*/

  text-align: right;
  background:#4472C4;
  /* ↓ボタンを右寄せ */
  margin: 0px 2px 3px auto;
}
.circleArrowNarrow{
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .7));
  vertical-align:middle;
  position: relative;
  left:2px;
}

.drpshdw{
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .7));
}

@media(max-width: 767px){
  .tblTitle tr{
    flex-direction: column-reverse;
  }
  .tblTitle td:nth-child(2) {
    margin-left: auto;
  }
}

@media(max-width: 530px){
    .tblTitle td:nth-child(2) {
    width: 300px;
}
}


/*=============================================*/

/* ------------------------------------
 * ReaderBox
 * --------------------------------- */
.m-boxReader {
  margin: 10px 0 0;
}

.m-boxReader a {
  color: #039;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
}

.m-boxReader a:hover .m-boxReader__body > *, .m-boxReader a:focus .m-boxReader__body > *, .m-boxReader a:active .m-boxReader__body > * {
  text-decoration: none;
}

.m-boxReader a > *:first-child {
  margin-top: 0 !important;
}

.m-boxReader__body {
  order: 2;
}

.m-boxReader__body > * {
  text-decoration: underline;
}

.m-boxReader__body > *:first-child {
  margin-top: 0;
}

.m-boxReader__txt {
  padding: 0 0 0 5px;
  position: relative;
  display: block;
}

.m-boxReader__txt::before {
  width: 6px;
  height: 9px;
  background-position: -440px -443px;
  margin-top: -.6em;
  position: absolute;
  top: 1em;
  left: 0;
}

.m-boxReader__figure {
  min-width: 120px;
  margin: 0 5px 0 0;
  order: 1;
}

.m-boxReader__figure > *:first-child {
  margin-top: 0 !important;
}

/* 767px → 文言の幅飽和に対する折り返しに合わせたいから下記に変更 */
@media screen and (max-width: 667px) {
  .m-boxReader {
    margin-top: 5px;	/* 50px */
  }
  .m-boxReader a {
    display: block;
  }
  .m-boxReader__figure {
    min-width: inherit;
    margin: 10px 0 0;
  }
}

/*=============================================*/
/* パンくず */
.breadcrumb {
  margin: 0px 0px !important;
  padding:  0px 0px !important;
  list-style: none !important;
  background: #555 !important;
  overflow: hidden !important;
  /*text-align: left;*/
}

.breadcrumb ol {
  margin: 0px 0px !important;
  padding:  0px 0px !important;
}
.breadcrumb li {
  display: inline !important;/*横に並ぶように*/
  list-style: none !important;
  font-weight: bold !important;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>' !important;
  padding: 0 0.2em !important;
  color: #828282 !important;
}

.breadcrumb li:last-child:after {
  content: '' !important;
}

.breadcrumb li a {
  text-decoration: none !important;
  color: #DDDDDD !important;
}

.breadcrumb li a:hover {
  text-decoration: underline !important;
}

/* 閲覧用リンク */
.catHeadLink	{
  border-radius: 7px 7px 0px 0px;
  /*background: ;	*/	/* url(../img/icn_pdf.svg) 0 0 repeat-x; */
  padding: 		3px 5px 0px 20px;
  margin: 		10px 5px 0px 10px;
  font-size: 	1.6rem;
  font-weight: 	600;
}
.catHeadSub1	{
  border-radius: 7px 7px 0px 0px;
  /*background: ;	*/	/* url(../img/icn_pdf.svg) 0 0 repeat-x; */
  padding: 		3px 5px 0px 20px;
  margin: 		5px 5px 1px 5px;
  font-size: 	1.4rem;
  font-weight: 	600;
  width:100%；
}
.catHeadSub2	{
  border-radius: 7px 7px 0px 0px;
  /*background: ;	*/	/* url(../img/icn_pdf.svg) 0 0 repeat-x; */
  padding: 		3px 5px 0px 20px;
  margin: 		3px 5px 1px 5px;
  font-size: 	1.4rem;
  font-weight: 	600;
  width:100%；
}

.catBodyLink	{
  border-collapse: collapse; /*  */
  border: 		1px solid #4472C4;
  padding: 		3px 5px 3px 20px;
  margin: 		0px 5px 10px 10px;
  font-size: 	1.4rem;
}
.catBodyLink li {
  list-style: inside url('../img/link2.svg');
  padding: 0px 0px;
  /*color:#4472C4;*/
}
/*.catPref {
  list-style: inside url('../img/flag2.svg');
  padding: 0px 0px;
}*/
/*=============================================*/
.tblLinkHead 		{  margin:0px 0px 0px 0px;  width:100%;}
.tblLinkHead td		{  padding: 0px 0px;	margin:	0px 0px;	}
.tblLinkHead td:nth-child(1) {  width: 35%;	white-space: nowrap;}		/* mein */
.tblLinkHead td:nth-child(2) {  color: #4472C4;  width: 35%; white-space: nowrap;	}		/* sub1 */
.tblLinkHead td:nth-child(3) {  color: #4472C4;  width: 30%; white-space: nowrap;	}		/* sub2 */

/*=============================================*/

input[type="date"] {
 width: 130px;
}

/* pagenation用追加部分 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.flex{
 display: flex;
}

/* 必須マーク */
.require::after {
  content: " *";
  color: red;
  vertical-align: middle;
}

/* メッセージエリア */
.alert{
 position:relative;
 margin: 2px 7px 7px 7px;
    font-size: 10pt;
 border:1px solid transparent;
 border-radius:.25rem
}
.alert-error{
 color:#721c24;
 background-color:#f8d7da;
 border-color:#f5c6cb
}

/* Modal */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0%;
    left: 30%;
    z-index: 1050;
    display: none;
    width: 40%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 2rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 2rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    white-space: nowrap;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button, select {
    text-transform: none;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 1.5rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal .modal-footer {
    text-align: center;
    display: table-cell;
}

.modal-footer>:not(:last-child) {
    margin-right: 0.25rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    white-space: nowrap;
}

.btn {
 display: inline-block;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
/*     background-color: transparent; */
/*     border: 1px solid transparent; */
    padding: 0.375rem 0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.0;
    background: #4472C4;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    margin: 1% 5%;
}

.btn-width {
    width: 90px;
    height: 30px;
}
.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.fade {
    transition: opacity .05s linear;
}

button:disabled {
  background: #6c757d;
}

.textarea-vertical textarea {
  resize: vertical;
}

.iryKikan_igai {
  background-color: #dcdcdc;
}

.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal > .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: 1000px;
  background: #FFFFFF;
  border-radius: 4px;
}

.modal > .inner .closeBtn {
  position: absolute;
  top: -80px;
  right: 0;
}

.modal > .inner .closeBtn > button {
  transition: 0.3s;
}

.modal > .inner .closeBtn > button:hover {
  opacity: 0.7;
}

.modal > .inner .sclBox {
  max-height: 70vh;
  overflow: scroll;
}
.modal.sortModal .sortItems {
  padding: 20px;
  letter-spacing: -0.4em;
}

.modal.sortModal .sortItems .col {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 33.3333%;
  padding-right: 20px;
}

.modal.sortModal .sortItems .col h4.heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal.sortModal .sortItems .col ul {
  margin-bottom: 20px;
  list-style: none;
}

.modal.sortModal .sortItems .col ul li a {
  color: #05338E;
  text-decoration: underline;
}

.modal.sortModal .sortItems .col ul li a:hover {
  text-decoration: none;
}