@charset "UTF-8";
/*
Theme Name: Nizima Document 2.0.0
Theme URI: https://docs.nizima.com/
Description: イラストやLive2Dデータの販売、購入ができる全く新しいWEBサービス　『nizima』 の使い方をまとめたマニュアルサイト用デザインテンプレート
Author: live2d nizima team
Author URI: https://nizima.com/
Requires at least: WordPress 5.9.1
Text Domain: nizima_docs
Version: 2.0.0
Tags: 
*/
/*--------------------------------------------------------------
# Defaults
--------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5% !important;
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--wp--custom--font-primary);
  font-size: var(--wp--preset--font-size--normal);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pnum" on, "onum" on;
  color: var(--wp--preset--color--dark-gray);
}

p {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--dark-gray);
  line-height: var(--wp--custom--line-height--body);
  letter-spacing: 0.05em !important;
  padding-bottom: var(--wp--preset--font-size--normal);
  margin-bottom: var(--wp--preset--font-size--normal);
}

a {
  cursor: pointer;
  color: var(--wp--preset--color--pink);
}
a:hover {
  color: var(--wp--preset--color--hover-pink);
}
a:active {
  color: var(--wp--preset--color--dark-pink);
}

/*--------------------------------------------------------------
 * wordpress tag settings
--------------------------------------------------------------*/
.wp-site-blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*--------------------------------------------------------------
 * media settings
 * Desktop ->  991px以上
 * Tablet -> @media (max-width: 991px)
 * Mobile Landscape -> @media (max-width: 767px)
 * Mobile Portrait -> @media (max-width: 479px)
--------------------------------------------------------------*/
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}/*# sourceMappingURL=style.css.map */