@charset "utf-8";

/* font size chart
	10px	 77%
	11px	 85%
	12px	 93%
	13px	100%
	14px	108%
	15px	116%
	16px	123.1%
	17px	131%
	18px	138.5%
	19px	146.5%
	20px	153.9%
	21px	161.6%
	22px	167%
	23px	174%
	24px	182%
	25px	189%
	26px	197%
 */

/* font setting -----------------------------------------------------
 */
body, input, textarea{
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  _font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
  *font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
  font-size:13px;
  line-height:1.6; /* 他にもコンテンツ内に高さを合わせている箇所があるので注意する */
}
body{
  color:#4d4d4d;
  *font-size:small;
  *font:x-small;
}

/* basic setting ----------------------------------------------------
 */
body, input, textarea{
  font-size:15px;
  line-height:1.6;
}
input, textarea, select {
  font-size:15px;
  line-height:1.6;
}

h1{ font-size:32px; font-weight:bold; line-height:1.2; }
h2{ font-size:24px; font-weight:bold; line-height:1.2; }
h3{ font-size:20px; font-weight:bold; line-height:1.4; }
h4{ font-size:18px; font-weight:bold; line-height:1.4; }
h5{ font-size:16px; font-weight:bold; line-height:1.6; }
h6{ font-size:14px; font-weight:bold; line-height:1.6; }

.data{ font-size:93%; line-height:1.2; }
.caption{ font-size:93%; line-height:1.2; }
.quote{ font-size:84%; line-height:1.2; }
.footnote{ font-size:73%; line-height:1.2; text-align:right; }

sup{ font-size:69%; line-height:1.3; }
sub{ font-size:69%; line-height:1.3; }


/* contents setting -------------------------------------------------
 */

#shareKit{
  z-index:888;
  position:absolute;
  top:280px;
  left:30px;
  width:135px;
  height:30px;
  padding-bottom:5px;
  background-position:left bottom;
  background-repeat:no-repeat;
}
