@charset "UTF-8";
/*
	
	有限会社REALBIT
	
    module.css
	Recent Edit | 2009.11.24 (09:36)
	Author | masa
	
	※印刷用
	
	=で検索すると、カテゴリーを探しやすくなります。

********************************************************************/

@import url("pc_screen.css");
@import url("plugin/slimbox.css");

body {
	color:#000;
	background: none;
}

/* = 表示しない要素 (印刷時、不要な背景画像も含む)
-------------------------------------------------------------------*/
.hotspot,
ul#SNav,
ul#GNav,
div#Foot div.section p.GotoTop,
ul#FNav,
div#sugurepo,
p.BacktoTop,
div.info { display:none;}


/* = 
-------------------------------------------------------------------*/
/* 不要な改ページを無くす */
div#Head, div#Contents, div#Main, div#Foot { overflow:visible !important;}

div#Head {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
div#Head h1{
	float: none;
	margin-bottom: 10px;
}

div#Contents {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}

div#Main {
	width: 100%;
	float: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

div#Side {
	float: none;
	width: 100%;
	position: relative;
	height: auto;
}


div#Foot {
	clear: both;
	background: #FFF;
	width: 100%;
	position: relative;
	border-top: 1px solid #000000;
	color:#000000;
}

h2.section {
	font-size: 153.9%;
	color: #1a1a1a;
	text-align: left;
	margin-bottom: 0em;
	font-weight: normal;
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
	background: none;
}
* html h2.section { height: auto;}


/*スクロール領域*/
#scroll {
	position:relative;
	width:270px;
	text-align:center;
	padding-top: 0px;
}

/*QRコード*/
dl.qr {
	width: auto;
	position: relative;
	text-align: left;
	min-height: auto;
	height: auto;
	margin-bottom: 1em;
}
dl.qr dt{
	left: 0px;
	position: absolute;
}
dl.qr dd{
	padding-left: 125px;
	font-size: 86%;
	line-height: 1.4;
	padding-top: 25px;
}

/*操作説明*/
div.lecture {
	background: #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
div.lecture h2 {
	background: url(../img/contents/side_h_title.png) no-repeat left top;
	text-indent: -9999px;
	height: 50px;
	width: 270px;
	margin-bottom: 1.5em;
}


div.lecture ol {
	text-align: left;
	font-size: 93%;
	padding-left: 10px;
	margin-top: 5px;
}
* html div.lecture ol { font-size: 100%;}

div.lecture ol li {
	line-height: 1.2;
	zoom: 1;
	color: #000000;
}

p.check {
	font-size: 86%;
	line-height: 1.4;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	color: #362e2b;
}


















