@charset "Shift_JIS";

/* -----------------------------------------------
                    styles for judge
   ----------------------------------------------- */


/* =========== judge section =========== */

div.judge-section {
	display: block;
	margin: 2em 0 0;
	padding: 1px 0 0;  /* prevent collapsing margins */
	*zoom: 1;          /* clear float, ~WinIE7 */
	_height: 1px;      /* clear float, ~WinIE6 */
}

div.judge-section:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
}

div.judge-section div.judge-photo {
	display: block;
	float: left;
	position: relative;
	left: -2px;
	width: 120px;
	height: 160px;
	margin: 0;
	padding: 2px 4px 4px 2px;
	background: url(../img/bg_judge-section_001.png) top left no-repeat;


	margin: 0;
}

div.judge-section h3,
div.judge-section ul,
div.judge-section p {
	margin-left: 135px;
}

div.judge-section h3 {
	margin-top: 0.2em;
	margin-bottom: 0;
	font-size: 100%;
}

div.judge-section h3 em {
	display: block;
	margin: 0.5em 0 1em;
	padding: 0;
	line-height: 1;
	font-size: 86%;
	font-weight: normal;
}

div.judge-section ul.list-A01 {
	margin-top: 0;
	font-size: 86%;
}

div.judge-section ul.link-list-A01 {
	list-style: none;
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 86%;
}

div.judge-section ul.link-list-A01 li {
	list-style: none;
}










