/* BASE */
/* MP用 */
@media screen and (max-width:1100px){
 /* MP */
 /* スマホ表示時、ランダム表示枠を完全非表示 */
 DIV.ganchan_top_small {
  display: none;
 }
}
/* /MP用 */

/* PC用 */
@media screen and (min-width:1100px){
 /* PC */
 DIV.ganchan_top_large {
  width: 690px;
  height: 572px;
 }
 /* PC */
 DIV.ganchan_top_large > IMG {
  padding: 40px 0 10px 0;
 }
 /* PC */
 DIV.ganchan_top_small {
  width: 350px;
  height: 270px;
 }
 /* PC */
 IMG.ganchan_top_small {
  width: 320px;
 }
 /* PC */
 IMG.ganchan_small {
  width: 284px;
  padding: 0 56px;
 }

 /* PC */
 DIV.ganchan_chara_small {
  width: 330px;
  height: 270px;
 }
 /* PC */
 IMG.ganchan_chara_small {
  width: 320px;
 }
}
/* /PC用 */
