@charset "utf-8";


/* edit_area.type03 */
.edit_area.type03{
	padding: 50px 0;
}

.edit_area.type03 .c03_02{
	margin-bottom: 30px;
}

.edit_area.type03 .list01{
}
.edit_area.type03 .list01:after{
	content: " "; display: block; height: 0; clear: both;
}
.edit_area.type03 .list01 li{
	float: left;
	width: 500px;
	margin: 0 0 50px 80px;
}
.edit_area.type03 .list01 li:nth-child(odd){
	clear: both;
	margin-left: 0;
}

.edit_area.type03 .list01 li .image_set{
}

.edit_area.type03 .list01 li .image_set .photo{
	width: 240px;
}
.edit_area.type03 .list01 li .image_set .photo img{
	max-width: 100%;
	height: auto;
}


.edit_area.type03 .list01 li .image_set .text{
	width: 240px;
}

.edit_area.type03 .list01 li .image_set .text .cap01{
	margin: 0 0 10px;
}
.edit_area.type03 .list01 li .image_set .text .cap01 .main,
.edit_area.type03 .list01 li .image_set .text .cap01 .sub{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}
.edit_area.type03 .list01 li .image_set .text .cap01 .sub{
	color: #C00;
}
.edit_area.type03 .list01 li .image_set .text .cap02{
	position: relative;
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
}
.edit_area.type03 .list01 li .image_set .text .cap02:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	background: #C00;
}
.edit_area.type03 .list01 li .image_set .text p.indent{
	padding-left: 20px;
	margin-bottom: 10px;
}

.edit_area.type03 .list02{
}
.edit_area.type03 .list02:after{
	content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .list02 li{
	float: left;
	width: 340px;
	margin: 0 0 50px 30px;
}

.edit_area.type03 .list02 li:first-child,
.edit_area.type03 .list02 li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

.edit_area.type03 .list02 li a{
	display: block;
	transition: ease 0.25s all;
}
.edit_area.type03 .list02 li a:hover{
	opacity: 0.6;
}

.edit_area.type03 .list02 li .photo{
	margin: 0 0 14px;
}
.edit_area.type03 .list02 li .photo img{
	vertical-align: top;
}

.edit_area.type03 .list02 li .title_set{
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
}

.edit_area.type03 .list02 li .title_set .pos,
.edit_area.type03 .list02 li .title_set .year{
	display: block;
}

.edit_area.type03 .list02 li .title_set .pos{
	color: #C00;
}
.edit_area.type03 .list02 li .title_set .pos:after{
	content: " "; display: block; height: 0; clear: both;
}

.edit_area.type03 .list02 li .title_set .pos span{
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
	padding: 3px 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	background: #C00;
}



.edit_area.type03 .list02 li .title_set .name01{
	display: inline-block;
}

.edit_area.type03 .list02 li .title_set .name02{
	display: inline-block;
	margin-left: 10px;
	color: #AAA;
	font-size: 12px;
}

.edit_area.type03 .list02 li .detail_set{
	min-height: 150px;
	padding: 30px;
	background: #EEEEEE;
}

.edit_area.type03 .list02 li .detail_set .cap01{
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
}
.edit_area.type03 .list02 li .detail_set .cap01:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	background: #C00;
}
.edit_area.type03 .list02 li .detail_set .text01{
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 180%;
}

.edit_area.type03 .image_center{
}
.edit_area.type03 .image_center img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}




