@charset "utf-8";

/*============================================================================
	
	6.地域貢献への取組み
		6-0 共通スタイル
		6-1 テニス結果発表
		
=============================================================================*/

/* @group 6-0 共通
---------------------------------------------------------------------- */
div#galleryInfo {
	
}

div#galleryInfo div.column {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

div#galleryInfo ul.square li {
	margin-bottom: 1em;
}



div#galleryVariation dd {
	margin-bottom: 1em;
}

/* @end -------------------------------------------------------------- */


/* @group 6-0 テニス結果発表
---------------------------------------------------------------------- */

div#main div.column div.mainimg{
	float: left;
	width: 350px;
}

div#main div.column table.lunking{
	float: left;
	width: 330px;
	margin-top: 20px;
}


div#main div.column table.lunking th{
	font-weight: bold;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 110%;
}

div#main div.column table.lunking td{
	border-bottom: 1px dotted #d8d8d8;
	padding: 5px;
	}
	

div#main div.column div.boderbox{
	margin-left: 25px;
	width: 630px;
	padding-top: 20px;

}

div#main div.column div.boderbox div.topimg{
	float: right;
	width: 250px;
}

div#main div.column div.boderbox table.stripe{
	width: 350px;
	float: left;

}

div#main div.column div.boderbox table.stripe td{
	background-color: #fff;
}

div#main div.column div.ph{
	float: left;
	width: 220px;
	}

div#main div.other{
	margin-left: 35px;
	margin-top: 20px;
}

div#main div.boder{
	border-top: 1px dotted #a0a0a0;
	margin-top: 30px;
	padding-top: 20px;
}



/* @end -------------------------------------------------------------- */