@charset "utf-8";

.kouza_contents {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto 0 auto;
}
.kouza_contents p {
	width: auto;
	margin: 0;
	text-align: center;
}
.kouza_contents th {
	text-align: left;
	border: 1px solid #333;
	background-color: #ffcc33;
	color: #000;
	padding: 5px;
}
.kouza_contents td {
	border: 1px solid #333;
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 5px;
}
.kouza_contents td.gray {
	background-color: #efefef;
}
.kouza_contents td.sub {
	background-color: #ccc;
}
.kouza_contents span {
	margin: 0 5px;
}
.kouza_contents a {
	font-weight: bold;
	color: #FF6600;
}
.kouza_contents a.login {
	font-weight: bold;
	color: #FF0000;
}
.test p {
	text-align: left;
}
.bdt01 {
	border-top: 1px solid #CCCCCC;
}
.mt10 {
	margin-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
p.tac {
	text-align: center;
}
#msecond {
	display: none;
}

/* 解答ボタン */
div.answer {
	margin-top: 15px;
	height: 65px;
}
div.answer div {
	position: relative;
}
div.answer input {
	position: absolute;
	left: 0px;
	outline:none;
}
div.answer label {
	width: 128px;
	text-align: center;
	cursor: pointer;
	padding: 10px 10px;
	float: left;
	border: solid 1px #aaa;
	margin-left: -1px;
	background: #eee;
	background-image: -moz-linear-gradient(top, #F6F6F6, #ccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#ccc));
	-moz-box-shadow: 2px 2px 6px #ddd;
	-webkit-box-shadow: 2px 2px 6px #ddd;
	text-shadow: 1px 1px 0px #fff;
}
div.answer div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}
div.answer div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}
div.answer .answer1 label.checked  {
	/* font-weight: bold; */
	color: #fff;
	background: #0000FF;
	background-image: -moz-linear-gradient(top, #0000CC, #0000FF);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0000CC), to(#0000FF));
	text-shadow: 0px 0px 0px #fff;
}
div.answer .answer2 label.checked  {
	/* font-weight: bold; */
	color: #fff;
	background: #FF0000;
	background-image: -moz-linear-gradient(top, #CC3300, #FF0000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CC3300), to(#FF0000));
	text-shadow: 0px 0px 0px #fff;
}
.entry {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto 0 auto;
}
.inp {
	width: 98%;
}
p.error {
	font-weight: bold;
	color: #ff0000;
}
h3.title {
	width: 86%;
	margin: 0 20px 0 20px;
}
.kouza_contents td.line {
	text-align: left;
}
#content .entrance td {
	vertical-align: top;
}
.red_underline {
	color: #ff0000;
	text-decoration: underline;
}
