@charset "utf-8";
/* CSS Document */

/*　１文字下げる　*/
.ul_indent li {
	text-indent:-1em;
	margin:3px 0 5px 1.5em;
}

/* 2014.10.08 インフルエンザのお知らせで追加 */

div.orange_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(../../job/css/border-radius.htc); 

	border: 4px #ffc000 solid;     
	background-color: #ffffff;   
	padding: 5px 10px;
}

div.red_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(../../job/css/border-radius.htc); 

	border: 4px #ff0000 solid;    
	background-color: #ffffff;   
	padding: 5px 10px;
}

div.pink_dot_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(../../job/css/border-radius.htc); 

 
	border: 4px #ff9999 dotted;  
	background-color: #ffffff;   
	padding: 5px 10px;
}

div.skyblue_dot_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(../../job/css/border-radius.htc); 

 
	border: 4px #1cd4f4 dotted;  
	background-color: #ffffff;   
	padding: 5px 10px;
}

div.green_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(../../job/css/border-radius.htc); 

	border: 4px #00b050 solid;    
	background-color: #bdf3d5;   
	padding: 5px 10px;
}

div.double_line_Box {
	border: 3px #000000 double;
	padding: 5px 10px;
}

.yellow_Box {
	margin-bottom:12px;
	padding:6px;
	background:#ffff00;
}

div.blue_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(border-radius.htc); 

	border: 4px #2c71ff solid;     
	background-color: #ffffff;   
	padding: 5px 10px;
}

div.skyblue_Box {
	-moz-border-radius: 20px;    
	-webkit-border-radius: 20px; 
	border-radius: 20px;         
	behavior: url(border-radius.htc); 

	border: 4px #1cd4f4 solid;     
	background-color: #ffffff;   
	padding: 5px 10px;
}

.em1 {text-indent:1em !important;}
.plem1 {text-indent:-1em; padding-left: 1em;}