@charset "UTF-8";

.contsTtl .brownH {
	background: #42210b;
}
.redBtn {
	background-color: #cc0033;
	-webkit-box-shadow: 0px -5px 0px 0px #a50029 inset;
	box-shadow: 0px -5px 0px 0px #a50029 inset;
}
.greenBtn {
	background-color: #006934;
	-webkit-box-shadow: 0px -5px 0px 0px #00542a inset;
	box-shadow: 0px -5px 0px 0px #00542a inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0012ff;
	display: inline;
}
.cpNotesItem02 {
	text-indent: -.5em;
	padding: 0px 0px 0px .5em;
}
/*フローティングバナー*/
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 238px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	#dh-footerWrap {
		padding-bottom: 20% !important;
	}
}