* {
  box-sizing: border-box;
}
/*line example*/
.block_txt span{
color:#14cf20;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 14.1%;
  /*14*7=98%*/
  padding: 0.5em;
  border:0px solid #000000;
  border-right:1px solid #ededed;
}
.column_2 {
  float: left;
  width: 8%;
  /*14*7=98%*/
  padding: 0.5em;
  border:0px solid #000000;
  border-right:1px solid #ededed;
}
.column_3 {
  float: left;
  width: 4%;
  /*14*7=98%*/
  padding: 0.5em;
  border:0px solid #000000;
  border-right:1px solid #ededed;
}
.global_table_model{
margin:1.5em 0 0 0;
width:100%;border:0px solid #ff0000;
height:40%;
}
.list_table_1,.list_table_2{
/*background-color:#f3f3f3;*/
/*background-color:#ededed;*/
background-color:#e7e7e7;
font-size:1em;text-align:center;
}
.list_table_2{
/*background-color:#cccccc;*/
background-color:#cccccc;
}

.list_table_3,.list_table_4{
background-color:#ffffff;font-size:0.9em;text-align:center;
}

.list_table_4{
background-color:#fafafa;
}

.list_table_1,.list_table_2,.list_table_3,.list_table_4{
/*border:1px solid #ededed;*/
border:1px solid #cccccc;
}
.tab_conv td{
padding:0.5em;
}
.moving_picture
{
	animation:animation_ic_menu 3s;
	animation-iteration-count:10;
}
.tab_sample
{
	max-width:100%;
	max-height:100%;
}
.left_part_list{
float:left;width:45%;margin-right:1em;
}

.right_part_list{
float:left;width:45%;
}

.m_top{
margin-top:0.5em;
}

@media screen and (max-width:1000px)
{
  	.list_table_1,.list_table_2{
  	font-size:0.9em;
  	padding: 0.5em 0.5em 0.5em 0.5em;
  	}	
  	.list_table_3,.list_table_4{
	font-size:0.7em;
	}
}

@media screen and (max-width:520px)
{
  	.no_520{
  	display:none;
  	}
}

@media screen and (max-width:620px)
{
  	.list_table_1,.list_table_2{
  	padding:0.3em;
  	}
  	
  	.list_table_3,.list_table_4{
	font-size:0.6em;
	}
	
	.left_part_list{
	float:left;width:95%;
	}

	.right_part_list{
	float:left;width:95%;
	}
	
	.tab_sample
	{
	max-width:80%;
	max-height:80%;
	}


}

@media screen and (max-width:400px)
{

  	.list_table_1,.list_table_2{
  	font-size:0.8em;
  	padding:0.2em;
  	}
}