@charset "utf-8";
/* CSS Document */
.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 100;
	right: 0;
}
.floating_ck dl dd {
	position: relative;
	width: 54px;
	height: 54px;
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border-bottom: solid 1px #333;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
}
.floating_ck dl dd:hover {
	background-color: #1b44ae;
	border-bottom: solid 1px #1b44ae;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}
.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #000;
	display: none;
}
.floating_left a {
	color: #fff;
	line-height: 30px;
}
.floating_ewm {
	height: 221px;
	top: -56px;
	color: #FFF;
}
.floating_ewm3 {
	height: 221px;
	top: -111px;
	color: #FFF;
}
.floating_ewm2 {
	height: 220px;
	top: -0px;
}
.floating_ewm2 p {
	padding-left: 20px;
	position: relative;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;
	padding-top: 75px;
}
.floating_ewm a {
	line-height: 30px;
	margin-top: 5px;
	position: relative;
}
.floating_ewm a img {
	vertical-align: middle;
}
.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}
.floating_ewm .qrcord_p02 {
	font-size: 18px;
}

