@media screen and (max-width: 958px) and (min-width:768px){

/* イメージ画像表示Box */

.box {
  position   : relative;
  width: 100%;
  background-image:url("../img/image.jpg");
  background-position: center center;
  background-size: cover;
}

img.photo{
	float: right;
	display: block;
	width: 46%;
	max-width: 350px;
	margin-top: 5px;
	border-radius: 3px;
}


img.photoSmart{
	display: none;
}
























}
