/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}
/*---------------------------------
  Original-SNS-Button
---------------------------------*/
.sns_frame_top{
  /* margin-top:0px; */
  /* margin-bottom:0px; */
}
.sns_frame_btm{
  /* margin-top:0px; */
  /* margin-bottom:0px; */
}

.sns_org {
  display:block;
  margin:auto;
  width:100%;
}
.sns_org ul {
  text-align:center;
  list-style:none;
}
.sns_org li {
 	float:left;
	width:23%;
 	margin:0 1% 30px 1%;
}
.sns_org li a {
  	font-size:75%;
  	position:relative;
	bottom:120px;
 	display:block;
 	padding:12px 2px;
 	color:#fff;
 	border-radius:4px;
 	text-align:center;
 	text-decoration: none;
}
.sns_org li a:hover {
  transform:translate3d(0px, 5px, 1px);
  box-shadow:none;
  transition-duration:0.4s;
  transition-property:all;
  transition-timing-function:ease;
}

/* ボタン内のシェア数スタイル */
.sns_org li a .sns_count {
  position:absolute;
  font-size:85%;
  right:5px;
  bottom:3px;
}

/* feedlyボタンスタイル */
.sns_org .feedly-o a {
  background:#6B6B6B;
  box-shadow:0 5px 0 #555555;
}
.sns_org .feedly-o a:hover {
  background:#170042;
}

/* Twitterボタンスタイル */
.sns_org .twitter-o a {
  background:#6B6B6B;
  box-shadow:0 5px 0 #555555;
}
.sns_org .twitter-o a:hover {
  background:#170042;
}

/* Facebookボタンスタイル */
.sns_org .facebook-o a {
  background:#6B6B6B;
  box-shadow:0 5px 0 #555555;
}
.sns_org .facebook-o a:hover {
  background:#170042;
}

/* はてブボタンスタイル */
.sns_org .hatebu-o a {
  background:#6B6B6B;
  box-shadow:0 5px 0 #555555;
}
.sns_org .hatebu-o a:hover {
  background:#170042;
}

/* Pocketボタンスタイル */
.sns_org .pocket-o a {
  background:#6B6B6B;
  box-shadow:0 5px 0 #555555;
}
.sns_org .pocket-o a:hover {
  background:#170042;
}
