@charset "utf-8";
/*-----------------------------------
  スマホ表示のボタン幅の調整
-----------------------------------*/
@media screen and (max-width: 767px), screen and (max-height: 431px){
	#Footer .btnList li {
	    min-width: 50px;
	}

	#Footer #SpFavoriteBtn {
	    min-width: 52px;
	}

	#Footer .spblock {
	    margin-right: 0px;
	}
}


/*-----------------------------------
  #22308-26 : カタログビュー3.2.1_MSADWEB対応
-----------------------------------*/
#SettingDialog .cmd.hp {
    border: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
}
