/*
  css_mc_index.css

  ADD:20170813
*/

#mc {
	position:relative ;

	height:100%;

	margin-bottom:-19px;
}


#mc_head {
	position: fixed;

	top:0px;
	left:0px;
	width:100%;
	height:48px;

	font-size:13px;
}

#mc_body {
	position: fixed;

	top:48px;
	bottom:50px;
	left:0px;
	right:0px;
	width:100%;
	height:auto;

	font-size:13px;

}

#mc_foot {
	position: fixed;

	bottom:20px;
	left:0px;
	width:100%;
	height:30px;

	font-size:13px;

	border-top:1px solid #8888ff;
}
