@charset "utf-8";
/*
Theme Name: スケルトンテーマ
Theme URI: 
Description: スケルトンテーマ
Version: 1.0
Author: 
Author URI: 
*/


/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* End captions */

.entry p {
  margin-bottom: 1em;
}
.entry strong{
  font-weight: bold;
}
.entry em{
  font-style: italic;
}
.entry ul,
.entry ol{
  margin-bottom: 1em;
  margin-left: 1em;
}
.entry ul{
  list-style-type: disc;
}
.entry ol{
  list-style-type: decimal;
}

/*wysiwyg用*/
.entry * {
    font-size: inherit;
}

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

.aligncenter,
div.aligncenter {
  width:100% !important;
}

}