@charset "UTF-8";

* {
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", LucidaGrande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic";
	}

/* -- Measurement - Datum Point -- */

#measure-datum_point h2 {
	color: #333;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

#measure-datum_point li {
	color: white;
	font-size: 14px;
	line-height: 1.5em;
	}

#measure-datum_point li a {
	color: #ffff96;
	font-size: 12px;
	text-decoration: underline;
	}

#measure-datum_point li a:hover {
	color: #ffdc00;
	font-size: 12px;
	text-decoration: underline;
	}

/* -- Measurement - Progress -- */

#measure-progress h2 {
	color: #333;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

#measure-progress tr td h3 {
	color: black;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}

#measure-progress tr td p {
	color: black;
	font-size: 11px;
	line-height: 1.4em;
	}

* html #measure-progress tr td p {
	font-size: 12px;
	}

#measure-progress tr td h4 {
	color: black;
	font-size: 12px;
	line-height: 1em;
	}

/* Measure - Detail */

#measure-detail h2 {
	color: #333;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

#measure-detailed h3 {
	color: black;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	}

#measure-detailed li {
	color: black;
	font-size: 12px;
	line-height: 1em;
	}

#measure-detailed p {
	color: black;
	font-size: 12px;
	line-height: 1em;
	}

#measure-detailed dt {
	color: black;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	}

#measure-detailed dd {
	color: black;
	font: bold 24px/1em "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS P Mincho";
	letter-spacing: 0.05em;
	}

/* -- Price -- */

#price h2 {
	color: #333;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	}

#price td {
	color: black;
	font-size: 12px;
	line-height: 1.3em;
	}

/* -- Agreement -- */

#agreement h2 {
	color: #4c4c4c;
	font: 21px/1em "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS P Mincho";
	letter-spacing: 0.3em;
	}

#agreement li {
	color: black;
	font-size: 11px;
	line-height: 1.4em;
	}

#agreement h6 {
	color: black;
	font-size: 10px;
	line-height: 1em;
	}

