@charset "utf-8";
/*
 news/circlephoto.css
*/
/* -----------------------------------------------
回り込み画像（人物・丸）
----------------------------------------------- */
.circlephoto {
	margin-right: 30px;
}
.circlephoto img {
	width: auto!important;
	border-radius: 50%;
	border: 10px solid #f1d3a7;
}
.circlephotoLeft {
	float: left
}
.circlephotoRight {
	float: right
}


.clearfix {
	margin-right: 30px;
	display: block
}
.clearfix::after {
	display: block;
	clear: both;
 	content: "";
}
.clearfix::before {
	display: block;
	clear: both;
 	content: "";
}


/* PC */
@media print, screen and (min-width: 768px) {
}
/* SP */
@media screen and (max-width: 767px) {
	.circlephotoLeft,.circlephotoRight {
		float: none;
		margin: auto auto 20px;
		justify-self: center;
	}
}
