﻿@charset "utf-8";

/*============================================
全般的なスタイル
============================================*/
body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	/*font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	font-size:0.9em;
	color:#333;
	line-height:1.4;
	background:#FFF ;
}

p {
	margin: 0; /* 余分なマージンを消去 */
}

p.color {
	color:#ff0000;
}
p.notes {
	margin: 0 0 0 20px;				/* 左の余白 */
	width:930px;
	font-size:13.5px;
}
.tab_line {
	font-family:"メイリオ";
}

.tab_line:hover{
	/*background-color:#99ccff;*/
	background-color:rgb(255,153,51);
	color:white;
	
}

.tab_line.selected{
	/*background-color:#99ccff;*/
	/*background-color:rgb(50,80,180);*/
	background-color:rgb(60,60,150);
	color:white;
}
/*============================================
ヘッダ
============================================*/
h3 {
	font-size:23px;		/* フォントの大きさ */
	font-weight:bold;	/* 太字 */
	padding:7px;
	background:#99ccff;
	width:958px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 20px 0 0 -5px;				/* 左の余白 */
}

h3.top {
	background:#ffffff;
	width:920px;
	margin: 0 0 0 0;				/* 左の余白 */
}

h4.menu {
	color: #141414;						/* テキストの色 */
	font-size:19px;						/* フォントの大きさ */
	font-weight:bold;					/* 太字 */
	line-height: 1.5em;					/* 行間 */
	border-bottom:1px solid #66ccff;	/* 下線 */
	border-left:15px solid #66ccff;		/* 左側の線 */
	margin: 40px 0 10px 0;				/* 上下の余白 */
	padding:3px 10px 1px 10px;			/* テキストとボーダーの間の余白 */
}

h4.addr {
	border-bottom:2px dashed #48832C;
	padding:4px 6px;
}
/*============================================
ブロック
============================================*/
div.group {
	width: 950px;
	border: 0px solid #ccc;
	padding:0px;
	margin:20px 0px 25px 5px;
	background-color: rgb(248,248,255);
}
div.group2 {
	width: 950px;
	border: 0px solid #ccc;
	padding:0px;
	margin:20px 0px 25px 5px;
	background-color: rgb(248,248,255);
}

div.group3 {
	width: 950px;
	border: 0px solid #ccc;
	padding:0px;
	margin:20px 0px 25px 5px;
}

div.group_top {
	width: 926px;
	border:2px solid #ccc;
	padding:10px;
	margin:20px 0px 0px 5px;
}
/* table外枠 */
div.x_data_area {
	width: 950px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 1px solid #CCC;
	overflow: hidden;						/* floatさせた要素を内包しているため指定 */
	/*margin: 50px 0px 0px 0px;*/				/* 上下の余白 */
	margin: 20px 0px 0px 0px;				/* 上下の余白 */ /*20170222*/
}
 
/* tableロック部分 */
div.lock_box {
	width: 519px;
	float: left;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
}
 
/* table横スクロール部分 */
div.x_scroll_box {
	width: 430px;
	float: right;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	overflow-y: hidden;					/* 縦スクロール非表示 */
	overflow-x: auto;					/* 横スクロール */

}
/* table横スクロール部分 */
/* IE7でスクロールがデータ部分に隠れる現象を防止 */
*div.x_scroll_box {
	padding-bottom: 16px;
}

*div.x_data_area{
	border-right: 1px solid #CCC;
}

/*============================================
テーブル
============================================*/
/*table共通*/
table{
	border-collapse:collapse;
	width:519px;
}

/*分野ごとの情報宣言*/
table.bunya{
	border-collapse:collapse;
	border-buttom: 1px solid red; 
	/* border: 2px solid #99ccff; */
	font-size:23px;		/* フォントの大きさ */
	font-weight:bold;	/* 太字 */
	width:972px;
	/*font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	margin:30px 0px 0px 5px;
}
table.bunya2{
	border: none; 
	font-size:12px;		/* フォントの大きさ */
	width:950px;
	/*font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	margin:10px 10px 10px 10px;
	background-color:#ffffcc;
	text-align: left;
}

table.data {
	/*margin-left:1px;*/
}
table.kihonryo1{
	border-collapse:collapse;
	width:865px;
	margin:0px 0px 0px 20px;
}
table.kihonryo2{
	border-collapse:collapse;
	width:145px;
	margin:0px 0px 0px 374px;
}

/*============================================
タブ(tab)
============================================*/
.tab_all {
	width:972px;
	margin:0px 0px 0px 5px;
	/*border:2px solid #99ccff;*/
	border-top :1.5px solid rgb(252,0,25);
	
	/*border-bottom :2px solid rgb(50,80,180);*/
	/*border-left :2px solid rgb(50,80,180);*/
	/*border-right :2px solid rgb(50,80,180);*/
	background-color: rgb(248,248,255);
}

.tab_line {
	line-height:1.5em;
	background-color:#EEF1F4;
	color:#000000
	/* border:1px solid #99ccff; */
}

.tab {
	/* used by js */
}

.tab_block {
	display:	none;
}

/*============================================
テーブル(th)
============================================*/
/*th共通*/
th {
	/*height:70px;*/
	/*border-top: 1px solid #CCC;*/
	background: #EEF1F4;
	/*padding: 2px;*/
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:14px;						/* フォントの大きさ */
}

th.no_line_20h {
	background-color: rgb(248,248,255);
	/*background-color: white;*/
	border: none ; 
	text-align: left ;
	height:20px;

}

th.no_line_70h {
	background-color: rgb(248,248,255);
	/*background-color: white;*/
	border: none ; 
	text-align: center ;
	height:70px;
}
th.item_left {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
}
/*++++++++++++++++++++++++++++++++++++++++++
項目１分割
++++++++++++++*/

th.left_125w_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
}

th.left_125w_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	font-size: 13px;
}

th.left_125w_90_col1_1_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	font-size: 12px;
}

th.left_125w_90_2btm_col1_1 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	font-size: 12px;
}

th.left_125w_0btm_col1_1 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
}
/* 20180322 稼動病床数が0床である理由 */
th.left_125w_0btm_col1_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	height:470px;
	width:125px;
}
th.left_125w_90_col1_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:125px;
	height:470px;
	font-size: 13px;
}
/* 20180322 稼動病床数が0床である理由 */

th.left_125w_100h_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	height:100px;
	width:125px;
}

th.left_125w_100h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	height:100px;
	width:125px;
}

th.left_125w_110h_90_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	height:110px;
	width:125px;
}

th.left_125w_110h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	height:110px;
	width:125px;
}

th.left_125w_130h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*height:130px;*/
	width:125px;
}

th.left_130h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*height:130px;*/
}

th.left_245w_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
}

th.left_245w_100h_col1_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
	height:100px;
}

th.left_245w_0btm_col1_1 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:245px;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++
項目２分割－１つ目
++++++++++++++*/

th.left_104w_2btm_col2_1 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:104px;
}

th.left_104w_90_col2_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width:104px;
}

th.left_20w_0top_col2_1 {
	border-top    : none ;
	border-right  : none ;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

th.left_20w_0top_2btm_col2_1 {
	border-top    : none ;
	border-right  : none ;
	border-left   : 1px solid #CCC;
	border-bottom: 2px solid #888;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

/*++++++++++++++
項目２分割－２つ目
++++++++++++++*/

th.center_20w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:100px;		/*20170227*/
}

th.center_20w_2btm_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:20px;
}

th.left_94w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 94px;
}

th.left_101w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 101px;*/
	font-size: 12.5px;
}

th.left_104w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 104px;*/
}

th.blank {
	border-top    : none;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	width: 20px;
}

th.left_104w_0btm_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:104px;*/
}

th.left_221w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 221px;*/
}

th.has_nest {
	border-bottom : none !important;
}

th.left_221w_0lft_2btm_90_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:221px;*/
	font-size: 13px;
}

th.left_223w_0lft_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : none;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width: 223px;*/
}

th.left_224w_col2_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 224px;
}

th.left_224w_0btm_col2_2 {
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #EEF1F4;
	text-align: left ;
	width:224px;
}

th.left_224w_2btm_col2_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:224px;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++
項目３分割－１つ目
++++++++++++++*/

th.center_20w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:100px;
}
th.center_20w_col3_1a {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:70px;			/*20170227*/
}
th.left_20w_0top_col3_1 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 20px;
}

th.center_30w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:70px;			/*20170227*/
}

th.left_53w_col3_1 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:53px;*/
	font-size: 13px;
}

/*++++++++++++++
項目３分割－２つ目
++++++++++++++*/

th.no_line_col3_2 {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	width: 0px;
}

th.norgh_2btm_col3_2 {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 0px solid #CCC;
	border-right: 1px solid #CCC;
	width: 0px;
}

th.left_20w_0top_col3_2 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width: 14px;
}

th.left_20w_0top_2btm_col3_2 {
	border-top    : none ;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 2px solid #888;
	background-color: #EEF1F4;
	text-align: left ;
	width: 15px;
}

th.center_20w_2btm_col3_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:100px;			/*20170227*/
}

th.center_20w_col3_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	width:180px;			/*20170227*/
}

th.left_50w_2btm_col3_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:100px;			/*20170227*/
	font-size: 13px;
}

th.left_50w_col3_2 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:50px;
}

/*++++++++++++++
項目３分割－３つ目
++++++++++++++*/

th.left_73w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	/*width: 73px;*/		/*20170227*/
}

th.left_83w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	/*width: 40px;*/
}

th.left_203w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width: 203px;
}
th.left_203w_col3_3a {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
}
th.left_203w_2btm_col3_3 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	font-size: 13px;
	width: 203px;
}

th.left_203w_2top_col3_3 {
	border-top: 2px solid #888;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:203px;*/
	font-size: 13px;
}

th.left_203w_2btm_90_col3_3 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/*width:203px;*/
	font-size: 13px;
}

th.left_83w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	/* width:83px; 20170222*/
	font-size: 13px;
}

th.left_203w_col3_3 {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: left ;
	width:203px;
	font-size: 13px;
}

/*++++++++++++++
その他
++++++++++++++*/
th.item_center {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
}
th.item_center_70h {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	height:70px;
}

th.item_center_100h {
	border: 1px solid #CCC;
	background-color: #EEF1F4;
	text-align: center ;
	height:100px;
}

th.no_line {
	background-color: #EEF1F4;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
}

th.no_line2 {
	background-color: #FFF;
	border: none ; 
	text-align: left ;
	height:35px;
}

/*分野ごとの情報宣言*/
th.bunya { 
	background-color: #FFF;
	width:  300px;
	border: none ; 
	text-align: left ;
	vertical-align: top ;
}

th.bunya2 { 
	/*background-color: #99ccff;*/
	background-color: rgb(50,80,180);
	width:  330px;
	border: none ; 
	text-align: left ;
	vertical-align: top ;
}

/*表頭上宣言*/
th.upper { 
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : none ;
	background-color: #AFEEEE ;
	text-align: center ;
	width:70px;
	height:70px;
}

/*表頭下宣言*/
th.lower { 
	/*height: 10px ;*/
	border-top    : none;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
	width:70px;
	height:22px;		/*20170222*/
	/*height:45px;*/
	font-size:12px;		/*20170222*/
}

/*表頭宣言*/
th.head { 
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
	
}

th.head_70h { 
	border-top    : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	background-color: #AFEEEE ;
	text-align: center ;
	height:69px;
}


/*============================================
テーブル(td)
============================================*/

/*++++++++++++++++++++++++++++++++++++++++++
td共通*
++++++++++++++*/
td {
	margin: 0; /* 余分なマージンを消去 */
	padding: 2px;
	border-top    : 1px solid #CCC;
	border-left   : 1px solid #CCC;
	border-right  : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
	width: 68px;
	height:70px;	/* 20170222 項目の高さ */
	background-color: white;
	font-size:14px;						/* フォントの大きさ */
}

td.item_right {
	text-align: right ;
}

td.item_right_85 {
	text-align: right ;
	font-size: 12px;
}

td.item_right_btm2px {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: right ;
}

td.item_right_btm2px_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 0px solid #CCC;
	text-align: right ;
}

td.item_right_100h {
	text-align: right ;
	height:100px;
}

td.item_right_110h {
	text-align: right ;
	height:110px;
}

td.item_right_2 {
	text-align: right ;
	border-right: 0px solid #CCC;
}

td.item_right_85_2 {
	text-align: right ;
	font-size: 12px;
	border-right: 0px solid #CCC;
}

td.item_right_100h_2 {
	text-align: right ;
	height:100px;
	border-right: 0px solid #CCC;
}

td.item_right_110h_2 {
	text-align: right ;
	height:110px;
	border-right: 0px solid #CCC;
}

td.item_center {
	text-align: center ;
}
td.item_center_2 {
	text-align: center ;
	border-right: 0px solid #CCC;
}
td.item_center_70h {
	text-align: center ;
	height:68px;
}

td.item_center_btm2px {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center ;
}

td.item_center_btm2px_2 {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #888;
	border-left: 1px solid #CCC;
	border-right: 0px solid #CCC;
	text-align: center ;
}

td.item_center_85 {
	text-align: center ;
	font-size: 12px;
}

td.center_70w_110h_90 {
	text-align: center ;
	height:110px;
	width:70px;
	font-size: 14px;
}

td.item_center_100h {
	text-align: center ;
	height:100px;
}

td.item_center_110h_2 {
	text-align: center ;
	height:110px;
	border-right: 0px solid #CCC;
}

td.item_center_90_100h {
	text-align: center ;
	height:110px;
	font-size: 13px;
}

td.item_center_130h {
	text-align: center ;
	/*height:130px;*/
}
td.item_center_ms {
	text-align: center ;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
td.item_center_ms_2 {
	text-align: center ;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border-right: 0px solid #CCC;
	
}
td.item_center_10h {
	text-align: center ;
	height:10px;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* 20180322 稼動病床数が0床である理由 */
td.item_left {
	font-size: 9px;
	height:470px;
	text-align: left ;
	border-right: 0px solid #CCC;
}

/*++++++++++++++++++++++++++++++++++++++++++
グレーアウト宣言
++++++++++++++*/
td.tcolor { 
	border: 1px solid gray;
	background-color: gray ;
}

td.tcolor_btm2px { 
	border-top: 1px solid gray;
	border-bottom: 2px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: gray ;
}

td.tcolor_100h { 
	border: 1px solid gray;
	background-color: gray ;
	height:100px;
}
td.tcolor_110h { 
	border: 1px solid gray;
	background-color: gray ;
	height:110px;
}
td.tcolor_130h { 
	border: 1px solid gray;
	background-color: gray ;
	/*height:130px;*/
}

/*++++++++++++++++++++++++++++++++++++++++++
項目の解説
++++++++++++++*/

td.kaisetsu {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
}

td.kaisetsu_100h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
	height:100px;
}
td.kaisetsu_110h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:320px;
	height:110px;
}

td.kaisetsu_240w {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:240px;
}
td.kaisetsu_200w {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:200px;
}
td.kaisetsu_200w_100h {
	border: 1px solid #CCC;
	background-color: #fffacd ;
	font-size: 12px;
	text-align: left ;
	vertical-align: top ;
	width:200px;
	height:100px;
}

/*++++++++++++++++++++++++++++++++++++++++++
分野ごとの情報宣言
++++++++++++++*/
td.bunya { 
	width:  316px;
	height: 10px;
	border: none ; 
	text-align: left;
	padding: 4px;
	background-color: #ffffcc;
}

td.kikan {
	text-align:	center;
}

td.kikan_top {
	border-bottom:	1px solid #FFF !important;
}

td.kikan_mdl {
	border-top:	1px solid #FFF !important;
	border-bottom:	1px solid #FFF !important;
}

td.kikan_btm {
	border-top:	1px solid #FFF !important;
}

td.auto_height {
	height:	auto !important;
}

td.rightclear {
	border-right:	0px solid #FFF !important;
}

.kihon_t01_r02 {
	height:20px;	/* 20170222 項目の高さ */
	/*height:	80px;*/
}

.iryo_naiyo_t07_r14 {
	height:	346px;
}

.iryo_naiyo_t07_r17 {
	height:	144px;
}

.iryo_naiyo_t07_r18 {
	height:	206px;
}

.iryo_naiyo_t07_r21 {
	height:	144px;
}

.iryo_naiyo_t07_r22 {
	height:	184px;
}

.iryo_naiyo_t07_r25 {
	height:	146px;
}

@-moz-document url-prefix() {
	table.data {
		margin-left:	1px;	/* Firefox Border非表示バグ対策 */
	}
}

/*++++++++++++++++++++++++++++++++++++++++++
ツールチップ
++++++++++++++*/
/* 表示文字の装飾 */
div.tooltip1{
    color: #0000cd;
    display: inline-block;                        /* インライン要素化 */
    /*border-bottom:solid 1px #0000cd;*/    /* 下線を引く */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #ff6600;
    /*border-bottom:solid 1px #ff6600;*/    /* 下線を引く */
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 20px;
    left:5px;
    font-size: 80%;
    color: #444;
    background-color: #fffacd;
    width: 490px;
    padding: 8px;
    border-radius:3px;
    z-index:100;
    text-align: left;
    border:solid 1px #c6c6c6;
}
 
