#Push h2 span.push {
    display: block;
    width: 125px;
    height: 24px;
    background: url(http://www.sankeibiz.jp/special/push/images/h2_push.gif) no-repeat left top;
}

.PushWrap {
    line-height: 1.5em !important;
}

#Push .PushWrap p.btnArea {
    text-align: center;
    padding: 20px;
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Push .PushWrap p.btnArea a.btnPush {
    width: 350px;
    margin: 0 auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    padding: 10px 18px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
    background-color: #ededed;
    color: #777777;
    display: block;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: 1px 1px 0px 0px #ffffff;
    box-shadow: 1px 1px 0px 0px #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Push .PushWrap p.btnArea a.btnPush:hover {
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100%);
    background: -ms-linear-gradient( top, #dfdfdf 5%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
    background-color: #dfdfdf;
}

#Push .PushWrap p.btnArea a.btnPush:active {
    position: relative;
    top: 1px;
}

#Push .PushWrap div.PushBox {
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.PushBox h2 {
    color: #0064bf;
    font-size: 22px !important;
    margin-bottom: 30px;
    font-weight: bold;
}

#Push .PushWrap div.PushBox p {
    font-size: 12px;
    padding: 10px 0;
}

#Push #mainWrap p.PushNotice {
    font-size:1.5em;
    font-weight:bold;
    color:#f00;
    padding:20px 0;
        line-height: 1.5em;
}
