#header{
	padding-bottom:20px;
}

body{
	background-color:rgb(235, 241, 222);
}
.bg-bits-color{
	background-color:rgb(235, 241, 222);
}
.bits-font-color {
	color:rgb(119, 147, 60);
}
.link-course:hover {
	opacity: 0.8 ;
}
.progress{
	background-color:#e8cccc;
}

img.logo {
	width: 68px;
	height:68px;
}
.badge{
	font-size:18px;
}

/*** loading ***/
.divLoading {
	display: none;
	position: fixed;
	z-index: 10000;
	background-color: #3E3E3E;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	text-align:center!important
}
/* Ajax処理中でクルクルローディングが表示される　*/
.divLoading img {
	top: 50%;
	position: relative;
}

ul{
	margin-bottom:0;
}
.bold{
	font-weight:bold;
}
.name-area{
	font-size:20px;
	padding-top:5px;
	height:42px;
}