/* -------------------------------------
▽  pageintro
------------------------------------- */
.pageintro{
	width: 100%;
	margin-top: 80px;
	background-color: #f6f6f6;
}

.area_pageintro{
	width: 1040px;
	height: 300px;
	margin:0 auto;
	background: url(../images/extra_ad/img_pageintro.png) right 0 no-repeat;
}
.area_pageintro h2{
	padding-top: 100px;
	font-size: 185%;
	font-weight: normal;
}
.area_pageintro p{
	margin-top: 10px;
	font-size: 108%;
}

.contents{
	width: 1040px;
	margin:40px auto 0;
}

article{
	overflow: hidden;
	width: 482px;
	border:4px solid #f6f6f6;
	padding:10px;
}

article h2{
	border-left:7px solid #00913a;
	font-size: 139%;
	padding-left: 10px;
	font-weight: normal
}
article h2.green{border-left:7px solid #00913a;}
article h2.yellow{border-left:7px solid #ffd900;}
article h2.pink{border-left:7px solid #fa2ea0;}

article .read{
	margin-top: 7px;
	width: 290px;
	line-height: 1.5;
	color:#666666;
}
.figure{
	line-height:0;
}