@charset "utf-8";

a {
	text-decoration:underline;
	border:0px;
}

a:hover {
	text-decoration:none;
	color:#0066ff;
}

ul.p_index {
	margin:0 0 0 55px;
	padding:0;
	list-style-type:none;
}

ul.p_index li {
	float:left;
	width:70px;
	text-align:center;
	letter-spacing:0.3em;
}

dt.quiz {
	display:block;
	width:565px;
	height:auto;
	color:#330066;
	font-weight:bold;
	letter-spacing:0.01em;
	text-indent:10px;
	text-align:left;
	padding:5px;
	border:0;
	cursor:pointer;
}

dd.ans {
	width:535px;
	height:auto;
	text-align:left;
	border:0;
	margin-left:1em;
	padding:10px;
	display:none;
}

.indent {
	margin-left:1.5em;
}

.clb {
	color:#330066;
	font-weight:bold;
}

.cl {
	color:#330066;
}

.sm {
	font-size:90%;
	text-align:right;
	margin:5px 5px 0 0;
}

hr.line1 {
	height:2px;
	width:100%;
	border:none;
	border-top:2px #9999cc dotted;
}

hr.line2 {
	height:1px;
	width:100%;
	border:none;
	border-top:1px #9999cc solid;
	margin:15px 0 20px 0;
}

/*各回ごとのボックス*/
table.box {
	width:610px;
	border-radius:10px;
	border:2px #ccccff solid;
	border-spacing:0;
	margin:10px 0 10px 0;
}

tr.box {
	text-align:left;
	vertical-align:top;
}

td.box {
	border-radius:10px;
	background:#f7f0ff;
	padding:0 15px 15px 15px;
	font-size:110%;
	line-height:160%;
	color:#000000;
}

/*抄録のボックス*/
table.ex1 {
	width:97%;
	border-spacing:8px;
	background:#c9c9c9;
	border-radius:10px;
	margin:12px 8px;
	font-size:90%;
	line-height:150%;
}

tr.ex1 {
	text-align:left;
	vertical-align:top;
}

td.ex1 {
	border-radius:10px;
	padding:3px;
}

td.ex2 {
	border-radius:10px;
	padding:3px;
	background:#ffffff;
}

span.head {
	white-space:nowrap;
	border:3px;
	margin:3px;
	padding:3px 19px;
	border-color:#555555;
	background:#555555;
	border-radius:5px;
	color:#ffffff;
	font-weight:bold;
}

dt.quiz:hover, span.quiz:hover, tr.quiz:hover {
	color:#330066;
	background:linear-gradient(#ffffff, #ccccff);
	cursor:pointer;
}
