/* Your style */

.entry-content p {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#colophon{
  display: none;
}

#mainBnr img{
  width: 100%;
  height: auto;
}
#mainBnr .sp{
  display:none;
}
#mainBnr .pc{
  display:none;
}
@media only screen and (min-width: 955px){
  #mainBnr .sp {
    display: block;
  }
}
@media only screen and (max-width: 955px){
  #mainBnr .pc {
    display: block;
  }
}

/** Social Buttons with sharrre */
.button {
    float: left;
}

.button + .button {
    margin-left: 1em;
}

.share_buttons .buttons {
    overflow: hidden;
}

.share_buttons .buttons:after {
    display: block;
    content: "";
    clear: both;
}

.article_footer{
    overflow: hidden;
}
.article_footer:after{
    content: "";
    display: block;
    clear: both;
}
.half-left img{
    max-width: 300px;
    height: auto;
}
#text-4{
    display: none;
}
@media only screen and (min-width: 955px){
    .half-left{
        float:left;
        margin-right: 20px;
        width: 300px;
    }
    #text-5{
        height: 600px;
    }
}