@charset "utf-8";
/* =======================================================
	CSS構成	: 分区事務局一覧 ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #rcpr
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
			#rcpr
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #rcpr
------------------------------------------------------------- */
#rcpr {}
#rcpr h1 {}
/* 分区アンカーリンク */
#rcpr ul {
	margin: 30px auto;
	text-align: center;
}
#rcpr ul li {
	border-right: 1px solid #333;
	display: inline-block;
	padding: 0 10px;
}
#rcpr ul li:first-child { border-left: 1px solid #333; }


/* .rcpr_box */
.rcpr_box { margin-bottom: 40px; }
.rcpr_box h3 { font-weight: bold; }
.rcpr_box h4 {
	color: #960;
	font-weight: bold;
	margin: 0 0 20px 10px;
}
.rcpr_box table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
.rcpr_box table th ,
.rcpr_box table td {
	border: 1px solid #CCC;
	padding: 6px 10px;
}
.rcpr_box table th {
	color: #960;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.rcpr_box table th:nth-child(1) { width: 20%; }
.rcpr_box table th:nth-child(2) { width: 65%; }
.rcpr_box table th:nth-child(3) { width: 15%; }

.rcpr_box table td:nth-child(1) {
	text-align: center;
	vertical-align: middle;
}
.rcpr_box table td:nth-child(2) {}
.rcpr_box table td:nth-child(2) span { margin-left: 4.7em; }
.rcpr_box table td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}
.rcpr_box table td:nth-child(3) a {
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	display: inline-block;
	background: #960;
	color: #FFF;
	font-size: 11px;
	padding: 3px 5px 2px 7px;
	text-align: center;
}
.rcpr_box table td:nth-child(3) a:hover { text-decoration: none; }



/*													end:#rcpr
------------------------------------------------------------- */

