@charset "utf-8";


div.picture p {
	text-align: center;
}
div.picture p img.pic_center {
	margin: 10px auto 5px auto;
}

@media screen and (min-width: 600px) {

	div.picture {
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	div.picture p {
		width: 72%;
	}
	div.picture p.migi {
		width: 26.3%;
	}
	div.picture p img.pic_center {
		width: 100%;
	}

}

@media screen and (min-width: 1100px) {


}
