<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{//////////ボタン1//////////}
.button1 {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 5px;
	outline: none;
}


.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
{//////////↑ボタン1ベース部分//////////}

.button1 {
	background-color: red;
	border: 4px solid orange;
	color: #fff;
	line-height: 30px;
}
.button1:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
	font-weight:bold;
}




{//////////ボタン2//////////}

.button2 {
	display: inline-block;
	width: 360px;
	height: 30px;
	text-align: LEFT;
	text-decoration: none;
	line-height: 5px;
	outline: none;
}


.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
{//////////↑ボタン2ベース部分//////////}

.button2 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 25px;
	overflow: hidden;
}
.button2:hover {
	color: #fff;
}
.button2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button2:hover::after {
	background: red;
	-webkit-transform: scale(1);
	transform: scale(1);
}





{//////////ボタン3-150-40-37//////////}
.button3 {
	display: inline-block;
	width: 120px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	outline: none;
}


.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
{//////////↑ボタン3ベース部分//////////}

.button3 {
	position: relative;
	z-index: 2;
	border: 2px solid #333;
	color: #333;
	line-height: 22px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button3:hover {
	color: #fff;
}
.button3::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button3:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}





{//////////ボタン4//////////}
.button4 {
	display: inline-block;
	width: 150px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	outline: none;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
{//////////↑ボタン4ベース部分//////////}


.button4 {
	position: relative;
	z-index: 2;
	background-color: #32CD32;
	border: 1px solid red;
	color: #fff;
	line-height: 23px;
}
.button4:hover {
	background-color: #fff;
	border-color: RED;
	color: #32CD32;
}
.button4::before,
.button4::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #32CD32;
}
.button4::before {
	top: 0;
}
.button4::after {
	bottom: 0;
}
.button4:hover::before,
.button4:hover::after {
	height: 0;
	background-color: #59b1eb;
}







{//////////ボタン5//////////}
.button5 {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
}
.button5::before,
.button5::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button5,
.button5::before,
.button5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
{//////////↑ボタン5ベース部分//////////}


.button5 {
	position: relative;
	z-index: 2;
	border: 2px solid #333;
	color: #fff;
	line-height: 37px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button5:hover {
	color: #333;
}
.button5::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.button5:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}







{//////////ボタン6ベース部分//////////}
.button6 {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
}


{//////////↑ボタン6ベース部分//////////}

.button6 {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;

}
.button6,
.button6:hover {
	border-bottom: 4px solid #cb5462;
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}
.button6::before,
.button6::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button6::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button6:hover {
	background: #f56778;
	background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
	background-image: linear-gradient(to bottom, #f56778, #f997b0);
	color: #913944;
	text-shadow: 0px 1px 0px #f9a0ad;
}
.button6:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button6:active::before,
.button6:active::after {
	border: none;
	box-shadow: none;
}






{//////////ボタン7//////////}
.button7 {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
	outline: none;
}
.button7::before,
.button7::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button7,
.button7::before,
.button7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
{//////////↑ボタン7ベース部分//////////}



.button7 {
	position: relative;
	z-index: 2;
	background-color: #00BFFF;
	border: 2px solid red;
	color: #fff;
	line-height: 37px;
	overflow: hidden;
}
.button7:hover {
	color: #fff;
}
.button7::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button7:hover::after {
	top: 0;
	left: 0;
	background-color: red;
}

{//////////ボタン10//////////}
.button10{
	display: inline-block;
	width: 200px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 5px;
	outline: none;
}


.button10::before,
.button10::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button10,
.button10::before,
.button10::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
{//////////↑ボタン10ベース部分//////////}

.button10 {
	background-color: red;
	border: 1px solid #000000;
	color: #fff;
	line-height: 30px;
}
.button10:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
	font-weight:bold;
}





</pre></body></html>