@charset "UTF-8";
main{
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.contsTtl .redH {
	background: #cc0000;
}
.redBtn {
	background-color: #cc0000;
	-webkit-box-shadow: 0px -5px 0px 0px #960000 inset;
	box-shadow: 0px -5px 0px 0px #960000 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.greenBtn {
  background-color: #004902;
  -webkit-box-shadow: 0px -5px 0px 0px #002a01 inset;
  box-shadow: 0px -5px 0px 0px #002a01 inset;
}
.cpNotesItem02 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 122;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.dh-footer {padding-bottom: 20% !important;}
}