@media screen and (min-width:959px){

/* イメージ画像表示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: 38%;
	max-width: 480px;
	margin-right: 15%;
	margin-top: 5px;
	border-radius: 3px;
}

img.photoSmart{
	display: none;
}





















}
