@charset "shift_jis";

/* SpCommonReset
**************************** */
/* h1 and h2 */
#main h1 img,#main h2[id^="h2_0"] img{
	zoom:1;
	display:block;
	max-width:750px;
	width:100%;
	height:auto;
	margin:auto;
}

#main h2{
  margin-top: 20px;
}

/* wrap */
.recommendItemWrap {
	max-width:750px;
	width:100%;
	margin:0 auto;
	-webkit-text-size-adjust:100%;
}
.recommendItemWrap img {
	vertical-align: top;
	width: 100%;
	height: auto;
	zoom: 1 !important;
}
.recommendItemWrap a{
	display: block;
}

.navBlockA01 ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.navBlockA01 ul li{
width: calc(362 / 750 * 100%);
background: #fff;
}
