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

/* SS用ボタン */
.ssbtn{
  display: inline-block;
  text-decoration: none;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  margin:0px 5px;
}

.ssbtn1{
  border: solid 2px #63c7f6;
}
.ssbtn1:link {
	color: #63c7f6;
}
.ssbtn1:visited {
	color: #63c7f6;
}
.ssbtn1:hover {
	color:#fff;
	background-color:#82d2f8;
}

.ssbtn2{
  border: solid 2px #f26060;
}
.ssbtn2:link {
	color: #f26060;
}
.ssbtn2:visited {
	color: #f26060;
}
.ssbtn2:hover {
    color: #fff;
	background-color:#f58080;
}

.ssbtn3{
  border: solid 2px #ad3ee1;
}
.ssbtn3:link {
	color: #ad3ee1;
}
.ssbtn3:visited {
	color: #ad3ee1;
}
.ssbtn3:hover {
	color:#fff;
	background-color:#cc70f7;
}
/* SS用ボタン */


/*---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	
/* SS用ボタン */
.ssbtn{
  display: inline-block;
  text-decoration: none;
  width: 100px;
  height: 100px;
  line-height:100px;
  border-radius: 50%;
	font-size: 10px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  margin:0px 2px;
}

}