/****************************************
フロート統合型
****************************************/
div#float-btn-box {
	position: fixed;
	top: 200px;
	/*bottom:80px;*/
	right: 0px;
	width: 60px;
	z-index: 49;
	/*background: rgba(50,50,50,0.8);*/
	background: #FFFFFF;
	border-top-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	padding:10px;
	box-shadow:0 0 10px 0 rgba(100, 100, 100, 0.6);
}
div#float-btn-box p.msg {
	text-align: center;
	/*font-size: 110%;*/
	font-size: 95%;
	font-weight: bold;
	color:#333333;
}
div#float-btn-box a {
	line-height: 1.2em;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	div#float-btn-box {
		display:none;
	}
}
#float-btn-box-cls {
    position: absolute;
    top: -8px;
    right: 50px;
    width: 20px;
    height: 20px;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
div#float-btn-box a.float-btn-sns {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto 0;
  text-align: center;
}
div#float-btn-box a.float-btn-etc {
  display: block;
  width: 40px;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
}
