@charset "UTF-8";
/* CSS Document */
.wp_social_bookmarking_light{
  width:100%;
  height: 20px ;
  margin: 0px auto 10px;
  overflow:hidden ;
  text-align:right ;
 }

.wp_social_bookmarking_light div{
  display: inline-block ;
  height: 20px ;
  margin-left: 5px ;
  overflow:hidden ;
 }

.wp_social_bookmarking_light_clear{display:none;}

 .wsbl_hatena_button{ width:47px;}
 .wsbl_facebook_like{ width:100px;}
 .wsbl_twitter{ width:90px;}

 .pankuzu {
    width: 960px;
    margin: 36px auto 0 ;
}

 .breadcrumbs {
   width: 960px;
    margin: 10px auto 0px;
    font-size: 0.8rem;
    background: transparent url("../../img/common/icon_pager_home.png") no-repeat scroll left 3px;
    text-indent: 16px;
    z-index: 10;
    position: relative;
    display: block;
}

.breadcrumbs a {
    text-decoration: none;
    color: #09C;
}


@media screen and (max-width: 1024px) {
 .wp_social_bookmarking_light {
    width: 100%;
    height: 20px;
    margin: 30px auto 0;
    overflow: hidden;
    text-align: right;
}
 }

@media screen and (max-width: 767px) {
 .wp_social_bookmarking_light {
    width: 100%;
    height: 20px;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: right;
}

 .breadcrumbs {
    display: none;
}
 }

 /*-----------------------------------------------------------------
 シェアボタン調整
 -----------------------------------------------------------------*/
 .wsbl_twitter {
 	width: auto;
 }
 a.twitter-share-button {
   display: inline-block;
 	height: 20px;
 	line-height: 20px;
 	padding: 0px 5px;
 	background: #1DA1F2;
 	color: #fff;
 	font-weight: bold;
 	border-radius: 3px;
  vertical-align: top;
 }
