/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://iyasakado.com/wb/mt-static/themes-base/blog.css);
@import url(http://iyasakado.com/menu/001.css);
/* end StyleCatcher imports */
@media screen and (max-width:640px){

    img{
    max-width: 100%;
    height: auto;
    width /***/:auto; 
    }

    #container{
    width:100%;
    }

    #alpha, #beta, #gamma {
    float: none;
    margin: 0;
    width: auto;
    }
    #alpha-inner{
    padding-right:5px;
    padding-left:5px;
    }
    #header{  
    /*background-image: none;*/
    background-size: auto 100%;
    height: auto;
    width: 100%;
    }
    #header-inner{
    padding-left: 5px;
    padding-right: 5px;
    }
    #header-description{
    line-height: 1.8em;
    }
    #container-inner {
    width: 100%;
    }
    .asset-header,.asset-content{
    margin-right:10px;
    margin-left:10px;
    }
    .asset-body blockquote{
    margin: 1em 10px;
    }
}
.gridm {
  display: flex;
  flex-wrap: wrap;
}
