@charset "UTF-8";

/*----------------------------------------------------/ float_menu /----------*/

div.float_menu{
	float:left;
	width:240px;
	height:240px;
	margin-left:10px;
	margin-top:10px;
	padding:15px;
	border:1px solid #666;
	border-top:;
	border-radius:0px;
	background:#fff;
	box-shadow:3px 3px 3px #aaa;
}

a div.float_menu:hover{
	background-image:url(/common/image/common/icon/tilt_fff_eee.png);
}

div.float_menu p.title{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
	color:#444;
	font-weight:;
	text-align:center;
}

div.float_menu span.new{
	margin-left:5px;
	padding:0 3px;
	background:#f69;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
}

div.float_menu ul{
}

div.float_menu li{
	margin-top:0px;
	line-height:20px;
	text-align:;
}

/*----------------------------------------------------/ information /----------*/

div.update div{
	width:100%;
	height:163px;
	margin:0;
	
	overflow-y:auto;
}

div.update li{
	font-size:12px;
}

div.update li a{
	margin-left:10px;
	text-decoration:underline;
}

div.update li a:hover{
	color:#f36;
}


#link{
	width:100%;
	padding:0px;
	border-bottom:1px solid #666;
	text-align:center;
	background:#fff;
}

#link li{
	float:left;
	padding:10px 15px;
	border-right:1px solid #666;
}

#link img{
	display:block;
	height:20px;
}

#link img:hover{
	opacity:0.8;
}


ul.office li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

ul.office li:nth-child(3n){
	margin-right:0px;
}

ul.office button{
	min-width:149px;
	padding:5px 0 4px;
}

div.general p:nth-child(2){
	margin-top:-2px;
	line-height:15px;
}

div.general p:nth-child(3){
	margin:40px 0 5px;
	text-align:center;
	font-size:36px;
	color:#444;
}

div.general p:nth-child(3) span{
	padding-left:5px;
	font-size:12px;
}

div.general p:nth-child(4){
	text-align:center;
}




table.accident{
	margin:15px 0;
}

table.accident th, table.accident td{
	border:1px solid #666;
}

table.accident th{
	width:115px;
	padding-left:5px;
}
table.accident td{
	width:105px;
	padding:4px 5px 4px 0;
	text-align:right;
}



table.vehicle_expenses{
	margin:15px 0;
}

table.vehicle_expenses th, table.vehicle_expenses td{
	border:1px solid #666;
}

table.vehicle_expenses th{
	width:115px;
	padding-left:5px;
}
table.vehicle_expenses td{
	width:105px;
	padding:7px 5px 7px 0;
	text-align:right;
}

table.vehicle_expenses tr:nth-child(3) th, table.vehicle_expenses tr:nth-child(3) td, table.vehicle_expenses tr:nth-child(4) th, table.vehicle_expenses tr:nth-child(4) td, table.vehicle_expenses tr:nth-child(5) th, table.vehicle_expenses tr:nth-child(5) td{
	border-bottom:3px double #666;
}




