﻿/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font: 13px/1.231 'Noto Sans Japanese', sans-serif;
	*font-size: small;
	*font: x-small;
	color: #3a3a3a;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

a,
a:link {
  color: #3a3a3a;
  text-decoration: none;
}

a:visited {
  color: #3a3a3a;
}

a:hover {
  color: #0066CC;
}

a:active {
  color: #0066CC;
}

/* ---------------------------------------------------------------- *
	各要素
 * ---------------------------------------------------------------- */

table {
	font-size	: inherit;
	font		: 100%;
}

input, textarea{
	font		: 13px/1.1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo , Verdana, Geneva, Arial,sans-serif;
	*font-size	: small;
}

