@charset "utf-8";
/* CSS Document */

.ancher__fukidashiBlock {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 0;
	padding: 5px 15px;
	min-width: 120px;
 	max-width: 100%;
 	color: #888;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #888;
 	box-sizing: border-box;
 	border-radius:10px
}

.ancher__fukidashiBlock:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}

.ancher__fukidashiBlock:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #888;
 	z-index: 1;
}

.ancher__fukidashiBlock p {
	margin: 0 auto;
	padding: 0 !important;
}

.switch-on {
    font-size:1.4em;
    color:#ff1717;
    font-weight:bold;
}

.ancher__fukidashiArea{
	margin: 0 auto
}
