@charset "utf-8";
/* =======================================================
	CSS構成	: 各ロータリークラブ一覧 ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : .clearfix
	02 : #rc_list
	03 : #rc_map
	04 : VVVVVV
	05 : BBBBBB
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
			.clearfix
			#rc_list
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : .clearfix
------------------------------------------------------------- */
.clearfix {}
.clearfix .Left { width: 440px; }
.clearfix .Left p {}
.clearfix .Left p span {
	font-weight: bold;
	color: #960;
}
.clearfix .Right {
	width: 200px;
	margin-left: 20px;
}


/*													end:.clearfix
------------------------------------------------------------- */


/* -------------------------------------------------------------
	02 : #rc_list
------------------------------------------------------------- */
#rc_list { margin-bottom: 40px; }
#rc_list table {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
}
#rc_list table th ,
#rc_list table td {
	border: 1px solid #999;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
}
#rc_list table th {
	background: #E3E0CE;
	color: #5B5A52;
}
#rc_list table td { width: 25%; }
#rc_list table td a.hp {
	background: #143264;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	margin-left: 5px;
	padding: 3px 5px 2px 7px;
	text-align: center;
}
#rc_list table td a.hp:hover { text-decoration: none; }



/*													end:#rc_list
------------------------------------------------------------- */


/* -------------------------------------------------------------
	03 : #rc_map
------------------------------------------------------------- */
#rc_map {}
#rc_map h2 small {
	font-size: 12px;
	padding-left: 20px;
}


/*													end:#rc_map
------------------------------------------------------------- */


/* -------------------------------------------------------------
	04 : VVVVVV
------------------------------------------------------------- */


/*													end:VVVVVV
------------------------------------------------------------- */



/* -------------------------------------------------------------
	05 : BBBBBB
------------------------------------------------------------- */


/*													end:BBBBBB
------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
	.clearfix .Left { width: 100%; float: none; }
	.clearfix .Right {
		width: 200px;
		margin-left: 0;
		float: none;
		margin-top: 20px;
	}
	#rc_map #map {
		width: 100% !important;
		height: 300px !important;
	}
}

