@charset "UTF-8";

/*
  ¥ì¥¹¥Ý¥ó¥·¥ÖÓÃCSS
*/


/*******************************************************************************
#1 »ù±¾ÔO¶¨
*******************************************************************************/
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}




/*******************************************************************************
#1 »ù±¾¥¯¥é¥¹
*******************************************************************************/
/*==========================================================
#2 ¶ËÄ©„e
==========================================================*/
.device-pc {
  display: block;
}
.device-tab {
  display: none;
}
.device-sp {
  display: none;
}


