@charset "utf-8";


@media only screen and (max-width: 999px) {

/* kyoutuu */

body, html{
min-width:100% !important;
width:100%;
height:auto;
}

#bb_content{
width:96%;
height:auto;

}
article,
.pankuzu{
width:100%;
}

.content_inner{

width:100%;
}

#bb_content .content_inner{
width:96%;
height:auto;
margin:0 2%;
}


}