@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	margin-top: 10px;
	padding: 0;
	color: #000;
}

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

th {
	font-size: 10pt;
	color: #00C;
	background-color: #CFF;
}

td {
	font-size: 10pt;
}

input, textarea, select {
	font-size: 1em;
}

.headback{
	background: #333;
}

.headtext{
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	margin-left: 12px;
}

.subheadtext{
	width: 100%;
	color: #FFF;
	background-color: #03C;
	font-size: 12pt;
	padding-top: 3px;
	padding-left: 10px;
}

.question{
	font-size: 12pt;
	color: #06F;
	font-weight: bold;
}

.sub_question{
	font-size: 11pt;
	color: #06F;
}

.select{
	background-color: #CFC;
	font-size: 11pt;
	color: #060;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.info{
	font-size: 9pt;
	color: #C00;
	margin-left: 9px;
}

.indispensable{
	font-size: 10pt;
	color: #F00;
}

.matrix1 td{
	font-size: 9pt;
}

.matrix1 td:hover{
	background-color: #ffcccc;
}

.matrix2 tr:hover{
	background-color: #ffcccc;
}

.spotitem{
	color: #C00;
	text-decoration: underline;
}

.deadline {
	text-align: center;
	width: 99%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}

.large_font{
	text-align: right;
	font-size: 17pt;
	color: #333;
	padding-top: 0px;
}
