body { 
	font-size: 12px;
	color: #444;
}

h2 {
	margin-top: 60px	
}

h3 {
	margin-top: 40px	
}

h4 {
	margin-top: 20px	
}

.cman-height-fix {
	height:100%;
}

.cman-scroll {
	overflow-y:auto;
	height:100%;
}

.container-fluid {
	padding-right:20px;
	padding-left:20px;
}

#cman-header,footer {
	background-color:#c39d00;
}

#cman-header, #cman-header a,footer a {
	color:white;
}

#cman-header, #cman-header a,footer a {
	color:white;
}

#cman-header .nav .caret {
	border-top-color:white;
}

#cman-header li ul a {
	color:#c39d00;
}

footer {
	bottom: 0px;
	position: fixed;
	width: 100%;
}

.breadcrumb-outer{
	position: fixed;
	top: 50px;
	width: 82%;
	z-index: 99;
	background-color:white;
}
.breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
}
.breadcrumb-margin {
	padding-top: 62px;
}


.pjax-loader {
  position: absolute;
  margin-top: 100px;
  left: 50%;
  margin-left: -20px;
  display: none;
  animation: bgAnime 0.8s infinite linear;
}

.tab-pane {
	margin-top: 20px;
}

.error-message{
	color:#FE2E64;
	font-weight:700;
}


#cman-loading {
	width: 48px;
	height: 48px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -24px; /* harlf of height */
	margin-left: -24px; /* half of width */
	z-index: 10000;
}

#cman-fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	opacity: 0.8;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}

.cman-flash-msg {
	position: fixed;
	top: 50px;
	left: 45%;
	font-weight: bold;
	padding: 5px;
	z-index: 1031;/*.navbar-fixed-topのz-index:1030よりも多くとる*/
}

.cman-flash-msg-error {
	background: yellow;
	color: red;
}

.cman-flash-msg-success {
	background: green;
	color: white;
}

.popover-content, .popover-title {
	font-size: 10px;
}
.cman-additional-explanation {
	padding-top: 3px;
	color: #060
}
