@charset "utf-8";

/* クラブ概要 */

#club section.about{
	width: 98%;
	height: auto;
	margin: 10px auto 20px;
	}

#club table.clubtb{
	border-collapse: collapse;
	width:96%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	font-size:96%;
	padding:0;
	box-shadow: 1px 1px 2px #999;
}


#club table.clubtb th{
	padding: 10px;
	font-weight: bold;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cddcaf), color-stop(0.00, #e7f1d3));
	background: -webkit-linear-gradient(#e7f1d3, #cddcaf);
	background: -moz-linear-gradient(#e7f1d3, #cddcaf);
	background: -o-linear-gradient(#e7f1d3, #cddcaf);
	background: -ms-linear-gradient(#e7f1d3, #cddcaf);
	background: linear-gradient(#e7f1d3, #cddcaf);
	width: 40%;
}

#club table.clubtb td{
	padding:10px;
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
	text-align: left;
	width: 60%;
}
	
#club table.timetb{
	width:96%;
	height:auto;
	text-align:center;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	font-size:96%;
	padding: 0;
	margin: 0 auto;
	box-shadow: 1px 1px 2px #999;
}


#club table.timetb th{
	padding: 15px 5px;
	font-weight: bold;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cddcaf), color-stop(0.00, #e7f1d3));
	background: -webkit-linear-gradient(#e7f1d3, #cddcaf);
	background: -moz-linear-gradient(#e7f1d3, #cddcaf);
	background: -o-linear-gradient(#e7f1d3, #cddcaf);
	background: -ms-linear-gradient(#e7f1d3, #cddcaf);
	background: linear-gradient(#e7f1d3, #cddcaf);
	width: 35%;
}

#club table.timetb td{
	width: 30%;
	padding: 5px;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
}

#club p.timeChu {
	margin: 10px;
	font-size: 0.9em;
}
