@charset "UTF-8";

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
.img_performance {
	box-sizing:border-box;
	width:100%;
	background-color:#cccccc;
	margin-bottom: 1%;
	text-align:center;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
.performance {
	box-sizing:border-box;
	width:100%;
}

.img_performance {
	box-sizing:border-box;
	width:100%;
	background-color:#cccccc;
	margin-bottom: 1%;
	text-align:center;
}
}
