/*
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) {


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

/* RSS */
.sns .rss a {
    background: #ffb53c;/*背景色*/
}
.sns .rss a:hover {
    background: #e09900;/*ホバー時の背景色*/
}
.sns .fa-rss {
    border-right: 1px solid #8b4513;/*ラインの太さ・色*/
    padding-right: 15px;/*アイコンとの間隔*/
}

/* Feedly */
.sns .feedly a {
    background: #87c040;/*背景色*/
}
.sns .feedly a:hover {
    background: #74a436;/*ホバー時の背景色*/
}
.sns .fa-rss {
    border-right: 1px solid #556b2f;/*ラインの太さ・色*/
    padding-right: 15px;/*アイコンとの間隔*/
}

/*-- SNSボタン --*/
.sns li a {
    position: relative;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.sns li a:hover {
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow: none;
}

.sns .snstext{
    font-size: 15px;/*文字サイズ*/
    font-weight: bold;/*文字を太字に*/
}

/* ツイートボタン */
.sns .twitter a {
    background: #00acee;
    box-shadow: 0 5px 0 #0092ca;
}
.sns .twitter a:hover {
    background: #0092ca;
}
.sns .fa-twitter {
    border-right: none;
    padding-right: 0px;
}

/* Facebookボタン */
.sns .facebook a {
    background: #3b5998;
    box-shadow: 0 5px 0 #2c4373;
}
.sns .facebook a:hover {
    background: #2c4373;
}
.sns .fa-facebook {
    border-right: none;
    padding-right: 0px;
}

/* はてブボタン */
.sns  .hatebu a {
    background: #5d8ac1;
    box-shadow: 0 5px 0 #43638b;
}
.sns .hatebu a:hover {
    background: #43638b;
}
.sns .fa-hatena {
    border-right: none;
    padding-right: 0px;
}

/* Google+1ボタン */
.sns .googleplus a {
    background: #db4a39;
    box-shadow: 0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
    background: #ad3a2d;
}
.sns .fa-google-plus {
    border-right: none;
    padding-right: 0px;
}

/* LINEボタン */
.sns  .line a {
    background: #25af00;
    box-shadow: 0 5px 0 #219900;
}
.sns .line a:hover {
    background: #219900;
}
.sns .fa-comment {
    border-right: none;
    padding-right: 0px;
}

/* ポケットボタン */
.sns .pocket a {
    background: #f03e51;
    box-shadow: 0 5px 0 #c0392b;
}
.sns .pocket a:hover {
    background: #c0392b;
}
.sns .fa-get-pocket {
    border-right: none;
    padding-right: 0px;
}

/* RSSボタン */
.sns .rss a {
    background: #ffb53c;
    box-shadow: 0 5px 0 #e09900;
}
.sns .rss a:hover {
    background: #e09900;
}

/* Feedlyボタン */
.sns .feedly a {
    background: #87c040;
    box-shadow: 0 5px 0 #74a436;
}
.sns .feedly a:hover {
    background: #74a436;
}