.h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.staffDescWap {
	max-width: 700px;
	margin: 0px auto;
	font-size: 16px;
}

.rec_catch {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.marker {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.rec_desc {
	display: table;
	max-width: 570px;
	margin: 40px auto;
/*	background-color: red;*/
}

.rec_desc_title {
	display: table-cell;
	width: 10%;
}

.rec_desc_txt {
	display: table-cell;
	padding-left: 10px;

}

.rec_bottom_txt {
	max-width: 420px;
	margin: 40px auto;
	padding: 20px 40px;
	border: solid 1px #107e96;
	border-radius: 30px;        /* CSS3草案 */  
	-webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 30px;   /* Firefox用 */
}





@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

	.staffDescWap {
		max-width: 700px;
		margin: 0px auto;
		font-size: 14px;
	}

	.rec_catch {
		text-align: left;
		margin-bottom: 30px;
		font-size: 16px;
	}

	.rec_desc_title {
		display: table-cell;
		width: 50px;
	}

	.rec_desc_txt {
		display: table-cell;
		padding-left: 0px;
	}

}

