@charset "UTF-8";

/*ここにレスポンシブのスタイルを書く*/
@media only screen and (max-device-width: 736px) {

img{
 float: none !important;
 display: block !important;
 max-width 100% !important;;
 margin: 5px !important;;
 margin-left: auto !important;;
 margin-right: auto !important;;
}
wp-caption{
 width: 100%;
}
#.article #the-content.entry-content *{
#  clear: both;
#}
.article #the-content.entry-content:not([type="text"]) {
  margin-left: 0px;
  margin-bottom: 0px;
　position: absolute;
}
.wp-caption.alignright{
  float: none !important;
  width 100%;
  margin-left: auto;
  margin-right: auto;
}
.eye-catch {
   display: none;
}
}