@charset "utf-8";

/*
    Site Name: 「木谷真規／斉藤ゆり」オフィシャルウェブサイト
    Description: initial setting
    Version: 1.0
    Author: Maki Kitani
    CSS Copyright: Mlacky.net
*/

/* Set Print Style
----------------------------------------- */
body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, table, th, td, address, img,
div, p, pre, form, fieldset, input, textarea, blockquote {
  margin: 0;
  padding: 0;/* margin&padding reset */
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  border: none;
}

a {
  text-decoration: none;
}

#global-nav {
  display: none;
}