@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	athletics_club.css
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div#supervisor:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#supervisor
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#supervisor
{
	height: 1%;
}
/* End Win IE6 */




/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#xxx
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}






/*------------------------------------------------------------------------------

						div.section table
						
------------------------------------------------------------------------------*/
div.section table{
	border: 1px solid #999;
}

div.section table th{
	padding: 0.5em 0;
	width: 5em;
	border-bottom: 1px dotted #999;
	text-align: center;
/*	white-space: nowrap; */
}

div.section table td{
	padding: 0.5em 1em;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
}


div.section table tr.lastChild th,
div.section table tr.lastChild td
{
	border-bottom: none;
}


div.section{
	margin-bottom: 20px;
/*	border: 1px dotted #999; */
}




/*------------------------------------------------------------------------------

						div#supervisor
						
------------------------------------------------------------------------------*/
/*
div#supervisor{
}

div#supervisor .photo{
	float: left;
	width: 163px;
	margin-right: 20px;
}


div#supervisor dl.profile{
	float: left;
	margin-top: 1em;
}



div#supervisor dl.profile dt.title{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}

div#supervisor dl.profile dd{
	padding-left: 1em;
}
*/

/*------------------------------------------------------------------------------

						
						
------------------------------------------------------------------------------*/