/* 横2列バナー */
.boxA	{border: none;
	background: none;
	line-height: normal;
	text-align: left}

.box1	{
  margin-top: 2px;
	}

.box2	{
  margin-top: 2px;
	}


/* 横2列バナー ボックスの高さ */

@media (min-width: 768px) {

.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 49%}

.box2	{float: right;
	width: 49%}

}
