html, body {
	background: #fff
}
/*PC*/
@media screen and (min-width: 768px) {
#box940 {
	width: 990px;
}
}

/*SP*/
@media screen and (max-width: 767px) {
#box940 {
	width: 100%;
}
	.img_c, .img_l, .img_r {
	text-align: center;
	clear: both;
}
.item_l, .item_r {
	clear: both !important;
	width: 100% !important;
}
.img_sp, .img_sp img {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

/*スマホとの表示分け*/
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

}

