@charset "UTF-8";
/* @media handheld, all and (max-width:580px){ */
/* override layout.css */

html,body{

}
div#container{
width: auto;
}
div#header{
width: auto;
}
#contentWrap{
width: auto;
}
#content{
width: auto;
margin: 0;
padding: 0;
position:static;
}

#container .mainWrap{
background: #FFF;
}

#content #mainArea,
#content #mainArea .mainAreaInner,
#content #mainArea .mainAreaInner02{
width: auto;
padding: 0;
background: none;
}
#content #mainArea .mainAreaInner02{
padding: 0 10px;
}

#content #side{
width: 100%;
background: #E8E8E8;
}


#footerWrap{
background: #BFBFBF;
border: none;
}
#footerWrap #footer{
width: auto;
padding: 15px 10px 10px;
}