@charset "utf-8";


#pageTitle {
	margin: -140px 0 5px;
	background-color: #c9a063;

}
		  @media screen and (max-width: 768px) {
				#pageTitle {
					margin-top: -140px;
				}
		  }

h1 {
	width: 800px;
	margin: 0 auto;
	padding: 145px 0 8px;
	color: #fff;
}
		  @media screen and (max-width: 768px) {
				h1 {
					width: 100%;
					text-align: center;
					font-size: 140%;
					letter-spacing: 2px;
				}
		  }

h2 {
	margin: 20px 0;
}


/* ライフニスタとは */
/* ----------------------------------------------------------------- */

#aboutme p { margin: 0 0 1em 1em; line-height: 170%;  }




/* 会員紹介 */
/* ----------------------------------------------------------------- */

#members table {
	width: 100%;
	margin: 30px 0 50px;
	padding: 0;
	table-layout: fixed;
	font-size: 90%;
}

#members table thead {
	background: #40220f;
	color: #fff;
}

#members table tbody tr {
	background: #fff;
	border: 1px solid #ddd;
}
#members table th,
#members table td {
	padding: 10px;
	border-right: 1px solid #ddd;
}

#members table th {
		  font-size: .85em;
		  letter-spacing: .1em;
		  text-transform: uppercase;
		}
		
	
			
/* エリアごとの行カラー　*/

#members tbody.bgC01row tr:nth-child(2n+1) { background-color: #f3f6ec !important; }	/* 気仙沼市 */
#members tbody.bgC02row tr:nth-child(2n+1) { background-color: #f6eae7 !important; }	/* 本吉郡南三陸 */
#members tbody.bgC03row tr:nth-child(2n+1) { background-color: #e6f0ea !important; }	/* 登米市 */
#members tbody.bgC04row tr:nth-child(2n+1) { background-color: #f7f4ee !important; }	/* 加美郡 */
#members tbody.bgC05row tr:nth-child(2n+1) { background-color: #f9eff0 !important; }	/* 大船渡市 */
#members tbody.bgC06row tr:nth-child(2n+1) { background-color: #fdf4e8 !important; }	/* 陸前高田市 */
#members tbody.bgC07row tr:nth-child(2n+1) { background-color: #eaf4fa !important; }	/* 一関市 */
	
/* エリアのカラー　*/
			
.bgC01, .bgC02, .bgC03, .bgC04, .bgC05, .bgC06, .bgC07 {
	color: #fff;
	font-weight: bold;
}

.bgC01 { background-color: #95b846; }	/* 気仙沼市 */
.bgC02 { background-color: #cb4931; }	/* 本吉郡南三陸 */
.bgC03 { background-color: #3b8945; }	/* 登米市 */
.bgC04 { background-color: #bf9e6b; }	/* 加美郡 */
.bgC05 { background-color: #c76e7e; }	/* 大船渡市 */
.bgC06 { background-color: #df973a; }	/* 陸前高田市 */
.bgC07 { background-color: #4f9ece; }	/* 一関市 */


@media screen and (max-width: 768px) {
		#members table thead {
			display: none;
		  }
		#members table tr {
			border-bottom: 3px solid #ddd;
			display: block;
			margin-bottom: 20px;
		  }
		#members table td {
			border-bottom: 1px solid #ddd;
			display: block;
		  }
		#label1:before{ content : "会員名：\A"; white-space: pre; font-weight: bold; }
		#label2:before{ content : "業務内容：\A"; white-space: pre; font-weight: bold; }
		#label3:before{ content : "代表者名：\A"; white-space: pre; font-weight: bold; }
		#label4:before{ content : "所在地：\A"; white-space: pre; font-weight: bold; }
		#label5:before{ content : "電話：\A"; white-space: pre; font-weight: bold; }


		#members table td:first-child:before {
			content : none ;
		  }
		#members table td:last-child {
			border-bottom: 0;
		  }

.bgC01, .bgC02, .bgC03, .bgC04, .bgC05, .bgC06, .bgC07 {
			text-align: center;
			font-size: 120%; 
			letter-spacing: 2px;
		}
}
