@charset "utf-8";

.clear_both {
	clear:both;
}
.resizeimage img{
	width: 100%;
	height: auto;
}
.position-r{
	position: relative;
}
.pa_alt1{
	position: absolute;
	top: 0;
	left: -1000000px;
}


.owner__container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7em;
	font-size: 15px;
	color: #1e2426;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	*/
}
@media (max-width: 768px) {
.owner__container {
	width: 100%;
	padding: 0;
}
}