@charset "utf-8";
/********************************************************************************************

カテゴリ用css

*********************************************************************************************/

.club_headline1{
	color:#39A62E;
	margin-bottom:7px;
	font-weight:bold;
	font-size:120%;	
}

.club_headline2{
	color:#39A62E;
	margin-bottom:7px;
	font-weight:bold;
}

.club_headline3{
	margin-bottom:7px;
	font-weight:bold;
	font-size:120%;
}

.mb5{
	margin-bottom:5px;	
}


hr.club_detail{
	border:none;
	background:url(../../images/border1.gif) repeat-x;
	margin-bottom:15px;	
	height:10px;
}



.voice{
	background-color:#EFF4EE;
	padding:10px 15px;
}






/*list.html*/
.clubListContainer{
		
}
	.clubListContainer .left{
		width:315px;
		padding-right:50px;
		float:left;
	}
	.clubListContainer .right{
		width:315px;
		float:left;
	}
	.clubListContainer .detail{
		width:315px;
		padding-bottom:15px;
		margin-bottom:15px;
		background-image:url(../../images/border1.gif);
		background-position:bottom left;
		background-repeat:repeat-x;	
	}



.clubList{
}

	.clubList li{
		float:left;
		display:block;
		margin:0 20px 15px 0;
		padding-bottom:15px;
		width:208px;
		background:url(../../images/border1.gif) repeat-x left bottom;
		font-weight:bold;
	}

.clubCat1 a{ }
.clubCat2 a{ color:#f39700; }
.clubCat3 a{ color:#CC3333; }



/*詳細ページ*/
.detail_table th{
	background-color:#F4F4F4;
	text-align:left;
		
}

.traffic_box{
	border:1px solid #CCC;
	padding:15px 20px;
	margin-bottom:10px;
}



