﻿/*データ表示用*/
/*表のタイトルラベル設定*/
table.mie_table_Label {
	border-style: solid; 
	border-width: 1px;
	width: 100%;
}
tr.mie_table{
	color: #1979ac;
}
td.mie_table_Label_Title1 {
	border-style: solid; 
	border-width: 1px;
	width: 39%;
	color: #FFFFFF;
	background-color: #1979ac ; 
}

td.mie_table_Label_Title2 {
	border-style: solid; 
	border-width: 1px;
	width: 45%;
	color:#FFFFFF;
	background-color: #1979ac ; 

}
td.mie_table_Label_Item1{
	border-style: solid; 
	border-width: 1px;
	width: 39%;
}

td.mie_table_Label_Item2{
	border-style: solid; 
	border-width: 1px;
	width: 45%;
}

/*説明用（説明が長い）*/
/*表のタイトルラベル設定*/
table.mie_table_Label_Long_Info {
	border-style: solid; 
	border-width: 1px;
	width: 100%;
}
tr.mie_table_Long_Info{
	background-color: #1979ac ; 
}

td.mie_table_Label_Long_Info_Title1 {
	border-style: solid; 
	border-width: 1px;
	width: 10%;
	color: #FFFFFF;
}

td.mie_table_Label_Long_Info_Title2 {
	border-style: solid; 
	border-width: 1px;
	width: 45%;
	color:#FFFFFF;


}
td.mie_table_Label_Long_Info_Item1{
	border-style: solid; 
	border-width: 1px;
	width: 10%;
}

td.mie_table_Label_Long_Info_Item2{
	border-style: solid; 
	border-width: 1px;
	width: 45%;
}

/*説明用（説明、情報が半分）*/
/*表のタイトルラベル設定*/
table.mie_table_Label_half_Info {
	border-style: solid; 
	border-width: 1px;
	width: 100%;
}
tr.mie_table_half_Info{
	background-color: #1979ac ; 
	color: #FFFFF ; 
}
td.mie_table_Label_half_Info_Title1 {
	border-style: solid; 
	border-width: 1px;
	width: 39%;
	color: #FFFFFF;
}

td.mie_table_Label_half_Info_Title2 {
	border-style: solid; 
	border-width: 1px;
	width: 45%;
	color:#FFFFFF;


}
td.mie_table_Label_half_Info_Item1{
	border-style: solid; 
	border-width: 1px;
	width: 39%;
}

td.mie_table_Label_half_Info_Item2{
	border-style: solid; 
	border-width: 1px;
	width: 45%;
}
