@charset "UTF-8";

.social {
line-height: 0;
}

.sns01{
	/*overflow: hidden; */
    height: auto;
	float:right;
}

.sns02{
	padding:5px 140px 5px 140px;
	background:#F5F4F4;
	/*overflow: hidden; */
    height:100px;
	z-index:100;
}
.sns01 .share_button, .sns02 .share_button{
	float:left;
	margin:15px 0 10px 0;
}

.sns01 .fb-like iframe , .sns02 .fb-like iframe {
   /* max-width: none!important; */
	width:70px;
}

.sns01 li{
	display: inline-block;
	margin:0;
	vertical-align:middle;
}
/* 
.sns01 .share_button  > *:first-child * { width:74px; padding-right:15px; } 
.sns01 .share_button  > *:first-child + * { width:114px; }
.sns01 .share_button  > *:first-child + * + * + * { width:126px; }
.side .sns01 .share_button li { margin:10px 0; height:22px;} 
*/
.sns01 .share_button li { height:22px; margin-top:3px;} 
.sns01 .share_button li.google{ width:60px;}
.sns01 .share_button li.pokets{ width:95px;}


.sns01 .fb_iframe_widget span {vertical-align: baseline !important;}/* FBのいいねボタンが下にズレる対策 */
.fb_iframe_widget_lift {max-width: none !important; }/* for Facebook Like button 途中で切れる対策 */

.sns01 .share_button .clip-button {
	background:#ffb100;
	font-size:11px;
	height:25px;
	margin:0 !important;
	padding:0 10px 0 8px !important;
	border-radius:3px;
	box-shadow: 0 3px 0 #f67f00, 0 3px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, -webkit-transform 0.2s;
	transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s;
	color:#fff;
} 

.sns01 .share_button .clip-button:hover {
  background-color: #f67f00;
  box-shadow:0 3px 0 #dc5d00, 0 3px 0px rgba(0,0,0,0.2);
}

.sns01 .share_button .clip-button a ,.sns01 .share_button .clip-button.on a{
	color:#FFF;
	display: block;
	text-decoration:none;
	padding:0;
	margin:0;
} 
/* Clip済の */
.sns01 .share_button .clip-button.on {
	background:#666;
	box-shadow:none;
	color:#fff;
}
.sns01 .share_button .clip-button.on:hover {
	box-shadow:none;
}

 
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	top: 15px !important;
	left: -250px !important;
	z-index: auto !important;

}


/* リケジョアンケートシェアボタン */
.rikejyo_faq .sns01 ,.rikejyo_faq02 .sns01{
	padding-top:260px;
	margin:0 auto;
	text-align:center;
	width:700px;
	float:none;
}

.content_faq05 .sns01{
	width:540px;
}


/* 記事下部シェアボタン */
/*share-botton*/
.share-buttons{
    margin:30px 0;
    text-align: left;
	border:1px solid #fff;
}
.share-buttons .inner a {
    position: relative;
    display: inline-block;
    width:14%;
    height: 45px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding:5px;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
   border-radius:3px;
}
.share-buttons .inner .share-text{
    font-size: 13px;
}
.share-buttons .inner .hatena-bookmark-button{
    background: #008fde;
    box-shadow: 0 3px #305097;
}
.share-buttons .inner .hatena-bookmark-button:hover{
    background: #1db4eb;
}
.share-buttons .inner .hatena-bookmark-button:active{
    background: #5478a5;
}
.share-buttons .inner .facebook-button{
    background: #305097;
    box-shadow: 0 3px #213254;
}
.share-buttons .inner .facebook-button:hover{
    background: #4c70ba;
}
.share-buttons .inner .facebook-button:active{
    background: #213254;
}
.share-buttons .inner .twitter-button{
    background: #55acee;
    box-shadow: 0 3px #0285b7;
}
.share-buttons .inner .twitter-button:hover{
    background: #83c3f3;
}
.share-buttons .inner .twitter-button:active{
    background: #0285b7;
}
.share-buttons .inner .googleplus-button{
    background: #db4a39;
    box-shadow: 0 3px #a23629;
}
.share-buttons .inner .googleplus-button:hover{
    background: #e47365;
}
.share-buttons .inner .googleplus-button:active{
    background: #a23629;
}
.share-buttons .inner .pocket-button{
    background: #ee4256;
    box-shadow: 0 3px 0 #b5392c;
}
.share-buttons .inner .pocket-button:hover{
    background: #f26f7f;
}
.share-buttons .inner .pocket-button:active{
    background: #b5392c;
}
.share-buttons .inner .share-buttons a:active{
    top: 3px;
    box-shadow: none;
}


.share-buttons .inner .clip-button{
    background:#FFB100;
    box-shadow: 0 3px #F67F00;
}

/* on時 */
.share-buttons .inner .clip-button.on{
	background:#666;
    box-shadow: 0 3px #494b4b;
}
.share-buttons .inner .clip-button.on:hover{
    background:#666;
}

.share-buttons .inner .clip-button:hover{
    background: #ffc133;
}
.share-buttons .inner .clip-button:active{
    background: #FFB100;
}
