@charset "UTF-8";


/*-------------------------------------------

    0. anker--reset
    1. anker--type01

-------------------------------------------*/




/* anker--reset
----------------------------------------------------------------*/


/* anker--type01
----------------------------------------------------------------*/

.edit_area.type01 {
	margin-bottom: 25px;
}

/* ipad~ */
@media screen and (min-width: 768px) {
	.edit_area.type01 {
		margin-bottom: 50px;
	}
	.edit_area.type01 .photo-set .text {
		width: 70%;
	}
	.edit_area.type01 .photo-set .photo {
		width: 25%;
	}

}

/* ~sp */
@media screen and (max-width: 767px) {
	.photo-set > div {
		float: none;
		width: 100%;
		text-align: center;
	}
	.t_center img {
		width: 100%;
	}
}
