@charset "utf-8";

/*=====================================================================================
	
	Document    : style-s.css
	Description : スマホ用（幅640px以下）
 
=====================================================================================*/

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

   side

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

/*-------------------------------------------------------
   最近の記事
-------------------------------------------------------*/

.sl-thumb {
	display:none;
}


/*-------------------------------------------------------
   カテゴリ
-------------------------------------------------------*/

.sl-list {
	padding-bottom:0;
}


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

   詳細

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

/*-------------------------------------------------------
   SNSボタン
-------------------------------------------------------*

.snsbtn_list {
    margin-top: 6%;
}

@media screen and (max-width:540px) {
    .snsbtn_list,
    .snsbtn_list_under { 
        overflow: hidden;
    }

    .snsbtn_list ul {
        float: right;
        display: block;
        list-style: none;
        overflow: hidden;
    }

    .snsbtn_list_under ul {
        float: right;
        display: block;
        list-style: none;
        overflow: hidden;
    }

    .snsbtn_list li,
    .snsbtn_list_under li {
        float: left;
        height: 30px;
        display: inline-block;
        padding-right: 0;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .snsbtn_list li:last-child,
    .snsbtn_list_under li:last-child {
        margin-right: 0;
    }

    .twitter-tweet-button {
        position: relative !important;
        top: 0px;
    }

    .fb-like {
        top: -3px;
    }

    .fb-share-button {
        position: relative !important;
        top: 0px;
    }

    .line-share-button {
        position: relative !important;
        top: 0px;
    }

    .impressions_btn .reactionbtn {
        height: 30px;
        line-height: 30px;
        background-color: #F39E26;
        background-repeat: no-repeat;
        background-position: 8px center;
        border-style: none;
        color: #fff;
        border-radius: 4px;
        padding: 0 8px;
        font-size: 12px;
        font-weight: bold;
        box-sizing: border-box;
        cursor: pointer;
    }

    .impressions_btn .reactionbtn .ic {
        margin: 6px 4px 0 0;
    }

    .impressions_btn .count {
        color: #F39E26;
        font-weight: normal;
        text-align: center;
        padding: 2px 6px 2px 4px;
        margin-left: 2px;
        border-radius: 12px;
        background-color: #fff;
    }
}

/*-------------------------------------------------------
   記入者
-------------------------------------------------------*/

.staff {
	padding:4%;
	margin-top:6%;
}

@media screen and (max-width:480px) {
	.staff .writer b {
		display:block;
	}

	.staff > .inner {
		margin-left:0;
	}
	
	.staff p {
		clear:left;
	}
}



