@charset "utf-8";   
@import "./common.css";
@import "./calendar.css";
/*  
 main [  
----------------------------------------------------------- */  
#main { margin-bottom: 20px; }
h3 {
	margin-top: 10px;
	margin-bottom: 10px;}
.head { margin-bottom: 10px; clear: both; }


/*  
 access [  
----------------------------------------------------------- */  
#main #access_left{   
	width: 320px; float: left; }   
#main #access_right{
	width: 420px;
	float: right;
	padding-bottom: 20px;
} 
#access_setsumei {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	margin-top: 5px;
}
#add { margin-bottom: 10px; }
	
/*  
 root [  
----------------------------------------------------------- */  
#main #root {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#root #root_left{   
	width: 370px; float: left; }   
#root #root_right{   
	width: 370px; float: right; } 

.root_note {
	padding: 5px;
	background-color: #FDF2C1;
	margin: 5px;
	border: 2px solid #F7B86F;
}	

/***********************************************/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
/***********************************************/ 
#root:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#root {
	display:inline-table;
}

/* Mac IE には適用させない \*/
* html #root { height:1px; }
#root {
	display:block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
