#owner-content {
	float:right;
	width:715px;
}

#owner-content .section {
	margin-bottom: 20px;
}

#owner-content .content_box {
	padding: 15px;
	background: #f7ffe2;
	border: 1px solid #2c5739;
}

#owner-content .content_box .img {
	float: right;
	width: 220px;
}
#owner-content .content_box .txt {
	float: left;
	width: 450px;
	font-size: 14px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.6em;
}

#owner-content .system_image img {
	float: left;
	padding-right: 9px;
}
#owner-content .system_image img.last {
	float: right;
	padding-right: 0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


