@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override layout.css */

html,body{

}
div#container{
width: auto;
}
div#header{
display:none;
}
#contentWrap{
width: auto;
}
#content{
width: auto;
margin: 0;
padding: 0;
position:static;
}

#container .mainWrap{
background: #000000 url(/ex/pokedex/ja/common/images/smallview_bg_body.jpg) top center repeat-x;
}
#content #mainArea,
#content #mainArea .mainAreaInner,
#content #mainArea .mainAreaInner02{
background:#fff;
-webkit-border-radius: 5px;
padding:0;
width:300px;margin:0 auto;
float:none;
}
#content #mainArea { background:transparent; position:relative; margin-bottom:50px; padding-bottom:20px; }
#content #mainArea .mainAreaInner03{
padding: 0 10px;
}

#content #side{
float:none;
width: 100%;
background: #E8E8E8;
}


#footerWrap{
background: #BFBFBF;
border: none;
}
#footerWrap #footer{
width: auto;
padding: 0px 10px 10px;
}