@charset "utf-8";

/* ご利用状況
---------------------------------------------------------- */
#careRecordCount {
	font-size: 20px;
}

#careRecordCountGraph {
	width: 820px;
	height: 40px;
	margin-top: 15px;
	text-align: right;
	font-size: 10px;
	color: #747171;
}

#countPartition1,
#countPartition2,
#countPartition3,
#countPartition4,
#countPartition6 {
	position: relative;
	display: inline-block;
	width: 145px;
}

#countPartition5 {
	position: relative;
	display: inline-block;
	width: 75px;
}

.countGraph {
	height: 24px;
	background: #F5F5F5;
	margin-bottom: 4px;
}

.countPartitionFull {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 145px;
	background: #19A99C;
}

#countNormal {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 145px;
	background: #19A99C;
	border-right: #105C55 solid 1px;
}

#countTriangleNormal{
	position: absolute;
	top: -6px;
	right: -5px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #105C55;
}

#countAlert {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 145px;
	background: #FD551F;
	border-right: #962E0D solid 1px;
}

#countTriangleAlert{
	position: absolute;
	top: -6px;
	right: -5px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #962E0D;
}
