@charset "utf-8";
/* CSS Document */

body.app #re_cmn_navi_grp,body.app #re_cmn_navi_global,body.app #cmn_delimiter,body.app #jacking-tape,body.app #left_side,body.app #right_side,body.app #re_cmn_footer,body.app #rn_2016_header,body.app .breadcrumb,body.app #rn_2016_footer{
display:none !important;
}

body{
margin:0 !important;
}

/* 暫定PC表示用 */
body:not(.responsive).app{
min-width:950px !important;
}

body:not(.responsive).app #cmn_contents{
width:950px !important;
margin:0 auto !important;
}

body:not(.responsive).app #cmn_header{
width:950px !important;
}

body:not(.responsive).app #mainsection{
width:950px !important;
padding:0 !important;
}

/* レスポンシブ用 */
body.responsive.app{
min-width:100% !important;
}

body:not(.responsive).app #cmn_contents{
width:100% !important;
margin:0 auto !important;
}

body:not(.responsive).app #cmn_header{
width:100% !important;
}

body:not(.responsive).app #mainsection{
width:100% !important;
padding:0 !important;
}
