/* モバイルプラザtopの正方形画像
----------------------------------------------- */

table.mp_square {
   border: none;
   margin: 0px;
   padding: 0px;
}
table.mp_square tr {
   border: none;
   margin: 0px;
   padding: 0px;
}
table.mp_square td {
   border: 3px #ffffff solid;
   margin: 0px;
   padding: 0px;
}
table.mp_square img {
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}

/* topのおすすめ画像
----------------------------------------------- */
div.osusume img {
   border: 1px #000000 solid;
   margin: 1px;
}

div.ike_osusume img {
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border: 1px #000000 solid;
   margin: 1px;
}

div.mp_osusume img {
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border: 1px #FF0000 solid;
   margin: 2px 0px;
   width: 180px;
}

/* イケショップtopのおすすめ画像old
----------------------------------------------- */
div.iketop_osusume img {
   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border: 1px #000000 solid;
   margin: 4px;
}

/* イケショップtopのおすすめ画像
----------------------------------------------- */
div.iketop_osusume2 img {
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border: 1px #000000 solid;
   margin: 2px 0px;
   width: 180px;
}