/*現在選択色*/
.positionnow
{
	color:#00acff;
}

.buttonkurukuru {
	display: inline-block;
	width: 160px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}

.buttonkurukuru span {
	display: block;
	position: absolute;
	width: 160px;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.buttonkurukuru span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.buttonkurukuru span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.buttonkurukuru:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.buttonkurukuru:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.buttonkurukuru::before,
.buttonkurukuru::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonkurukuru,
.buttonkurukuru::before,
.buttonkurukuru::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*---------*/
.buttonfuwatto {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.buttonfuwatto:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.buttonfuwatto:active {
	top: 3px;
	box-shadow: none;
}
.buttonfuwatto::before,
.buttonfuwatto::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonfuwatto,
.buttonfuwatto::before,
.buttonfuwatto::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*---------*/
.buttonfuwatto_head {
	display: inline-block;
	width: 200px;
	height: 95%;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	
	color:#000000;
	margin-top:0px;
	float:right;
	margin-right:2%
}
.buttonfuwatto_head:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.buttonfuwatto_head:active {
	top: 3px;
	box-shadow: none;
}
.buttonfuwatto_head::before,
.buttonfuwatto_head::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonfuwatto_head,
.buttonfuwatto_head::before,
.buttonfuwatto_head::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
