/*タブ*/
.capture_tab {
	margin:0 -5px;
}
.capture_tab li {
	width: 33.333%;
	float:left; 
}
.capture_tab li p {
	border-radius:  5px ;
	padding: 10px;
	background: #f1f1f1;
	margin: 0 5px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	cursor:pointer;
}
.capture_tab li p:hover {
	background: #dadada;
}
.capture_tab li.select p {
	background: #fff;
	border: solid 2px #f1f1f1;
	border-bottom: 0px;
	border-radius:  5px 5px 0 0;
	padding: 10px 10px 20px 10px;
	margin-bottom: -3px;
	cursor:default;
}
.capture_tab li p img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.tab-content {
	border: solid 2px #f1f1f1;
	padding: 10px 0px;
}
.hide {
	display:none;
}
/*コンテンツ*/
.content-list {
	border: 0px;
}
.content-list_text-area {
	padding-left: 30px;
}
.content-list_text-area__img .content-list_text {
	width: 410px;
	float: left;
}
.content-list_text-area__img .content-list_img {
	width: 260px;
	float: right;
}
/*ポイント*/
.capture-point {
	background: #fff1f1;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
}
.capture-point_title {
	background: #d20004;
	color: #fff;
	width: 150px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	margin-top: -25px;
	margin-bottom: 10px;
	padding: 2px 0px;
	font-size: 12px;
}
.capture-point_title span {
	background: #fff;
	color: #d20004;
	border-radius: 20px;
	padding: 1px 7px;
	margin-right: 5px;
	font-size: 10px;
}