@charset "UTF-8";

img{
	max-width:100%;
	height:auto;
}


/*デバイス表示関係*/

.sp_only {
  display: none !important;
}
.pc_only {
	display: none !important;
}
.sp-tab_only {
	display: block !important;
}

.sp-tab_none {
	display: none !important;
}

.tab_none {
	display: none !important;
}

/*tabのみ*/
.tab_only {
	display: block !important;
}

