@charset "utf-8";/* ==========================================================================   apply news style css pattern 01 files for sankei-digital SankeiBiz SMP service   ========================================================================== *//* *  common上書き部分	2016.11.10 push通知ダイアログ用css（ページ下部から表示）	2016.11.10 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.socialButton {	display: block;	list-style: none;	margin: 10px auto;	padding: 10px;	height: auto;	overflow: hidden;	border-bottom: 1px solid #e1e1e1;	border-top: 1px solid #e1e1e1;}.device-ios div.socialButton #PushLink {	display: none;}.socialButton .fb_iframe_widget,.socialButton .twitter-tweet-button,div.socialButton>a {	margin-right: 10px;}@media only screen and (max-width: 385px) {.socialButton .fb_iframe_widget,.socialButton .twitter-tweet-button,div.socialButton>a {	margin-right: 5px;}}