body {
	padding: 10px 0 70px;
  /* コピーガード */
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	background-color:#edf8ff;
}
/*highlight
-------------------------------------------------- */
.highlight {
		background-color:lawngreen;
}

.hl-b {
	background-color: #FDD200;
	font-weight: bold;
}

.red-b {
	color: red;
	font-weight: bold;
}

a.underline {
	text-decoration: underline;
}

a.red-b-underline {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

a.blue-b-underline {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

/*-------------------------------------------------- */
h1#title {
  text-align: center;
  color: #cc3300;
}

img {
	margin-bottom: 5px;
}

img.fixtel {
	margin-bottom: 0;
}



@media screen and (min-width: 1024px){
	.spNone { display: none;}
}

.navbar-fixed-bottom {
	margin-bottom: auto;
}

@media screen and (min-width: 1024px){
	.jimusho {
		width: 640px;
		margin: 0 auto;
	}
}

p.text-muted {
	color: #ffffff;
}