﻿@charset "utf-8";/* ==========================================================================   apply news style css pattern 01 files for sankei-digital zakzak SMP service   ========================================================================== *//* *  common上書き部分	2016.11.10 push通知ダイアログ用css調整	2016.10.31 push通知ダイアログ用css追記（ページ下部から表示）	2016.10.20 push通知用css追記 *//*--- ベースのstyle以外に追加することがあればここに書く *//* for push dialog--------------------------------------------------*/.pushcrew-mobile-box{    position: fixed;    left: 0;    top: initial !important;    bottom: 0px !important;    width: 100%;    background-color: #fff;    box-shadow: 0px 2px 7px rgba(51,51,51,0.8)!important;    -webkit-box-shadow: 0px 2px 7px rgba(51,51,51,0.8)!important;    -moz-box-shadow: 0px 2px 7px rgba(51,51,51,0.8)!important;    z-index: 2147483647;    font-family: "HelveticaNeue",Helvetica,Arial,Roboto,sans-serif,sans-sefif;    border-top: 1px solid #ddd;}/* push--------------------------------------------------*/div.btnPush {    display: inline-block;    margin: 0;    vertical-align: top;}div.btnPush a:link,div.btnPush a:visited {    background: #F2941A;    color: #fff;    padding: 5px;    border-radius: 3px;    display: inline-block;    text-decoration: none;}div.btnPush a:hover,div.btnPush a:active {    background: #ED8600;    color: #fff;}div.btnPush span{    margin: 0;    background: url("/smp/common/images/v1/common/icon_push.png") no-repeat left top;    padding-left: 12px;    }    .device-ios div.btnPush {	display: none;}div.socialButton {	overflow: visible;}.socialButton .fb_iframe_widget, .socialButton .twitter-tweet-button {	margin-right: 3px;}div.socialButton {	height: auto;}