@charset "utf-8";

/* -------------------------------------
and_socialbutton.css
last update : 15.02.3
------------------------------------- */
/* バックナンバー上 いいね+シェア
------------------------------------- */
#Main #UtilityBar #Facebook {
width: 166px;
}

/* バックナンバー下 いいね+フォロー
------------------------------------- */
#IchikijiUnderSocial{
padding:10px;
border-top:1px solid #ccc;
}
#IchikijiUnderSocial h2{
padding-bottom: 5px;
}

#IchikijiUnderSocial .FBiineLeft{
float:left;
margin:0 40px 0 30px;
padding-right: 20px;
border-right:1px solid #eee; 
}


#AndSubBoxSocial {
border:2px solid #eee;
padding:5px 10px;
}
#AndSubBoxSocial h2{
font-size:90%;
margin-left: 3px;
}
.andSubBoxSocial{
overflow: hidden;
padding: 2px 0 0 25px;
}
.andSubBoxSocial li{
float: left;
margin-right: 4px;
}
.andSubBoxSocial iframe {margin: 0 !important;}


/* スマホ・タブレット */
@media screen and (max-width: 1199px) and (orientation: portrait){
#IchikijiUnderSocial .FBiineLeft,
#IchikijiUnderSocial .TWfollowRight{
margin:0 5px;
padding-right: 0px;
border:none; 
}
}

@media screen and (max-width: 1000px){
#AndSubBoxSocial {display: none;}
}