@charset "utf-8";
/*ヘッダ：常に表示　フッタ：掲載内容が少ない場合ページ下部に固定*/
/*ボディ*/
body {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 100%;
	width: 800px;
}
/*ヘッダー・コンテンツ全体*/
.slotplus_header_contents_block {
	display: block;
	margin: 0px;
	min-height: 100%;
	padding: 0px;
}
/*ヘッダ*/
header {
	height: 38px;
	left: 0;
	position: fixed !important;
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
}
/*コンテンツ全体*/
.slotplus_contents_block {
	padding-bottom: 76px;
}
/*セクション*/
section {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
}
#id_menu1 {
	float: none;
	height: auto;
	width: 100%;
}
#id_menu2 {
	float: none;
	height: auto;
	width: 100%;
}
#id_menu3 {
	float: none;
	height: auto;
	width: 100%;
}
/*ＰＣ用メニュー*/
.slotplus_pc_menu {
}
/*フッタ*/
footer {
	clear: both;
	height: 76px;
	margin-top: -76px;
	position: relative;
	width: 100%;
}
<!--[if !IE 7]>
    <style type="text/css">
        .slotplus_header_contents_block {display:table;height:100%}
    </style>
<![endif]-->
