@charset "UTF-8";
/* CSS Document */

/***
* common_tab.css
*/

@media only print, only screen and (min-width: 768px){

.sp,
.pc,
.pcw_pc{
  display:none;
}

.tab,
.pc_tab,
.tab_sp{
  display:block;
}

}