@charset "UTF-8";
/*
Theme Name: Site Theme Parent
Author: Sight
Author URI: https://hisamoto-kizo.com/
Theme URI: https://hisamoto-kizo.com/wordpress/
Text Domain: site-theme-parent
*/

/* 共通 */

body {

}

/* レイアウト */
.wrapper {
  margin: 0 auto;
  display: grid;
}

/* 画像 */
img {
}
video {
}
figure {
}

/* 必須 */
.wp-caption {

}
.wp-caption-text {

}
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  margin: 0 auto;
}
.screen-reader-text {

}