@charset "UTF-8";


/*-------------------
ヘッダー
--------------------*/

header{
	display:block;
	position: relative;
	width: 100%;
	z-index:1000;
	text-align: center;
	padding: 0;
	font-size:74px;
	}
header:after{
	content:"";
	display: none;
	clear:both;
	height:0;
	}

/*-------------------
フッター周り
--------------------*/

#scrolltop{
	display:block;
	position: fixed;
	bottom:20px;
	left:0;
	width:100%;
	height:30px;
	text-align: center;
	background-color:#DD2112;
	z-index:300;
	cursor: pointer;
	}




/*-------------------
manual
--------------------*/

#manual{
	display:block;
	width:920px;
	min-height:100px;
	max-height:100000px;
	margin:20px auto 0 auto;
	padding:0 10px 100px;
	text-align: center;
	}
@media screen and (max-width: 960px) {
#manual{
	width:90%;
	}
	}
@media screen and (max-width: 640px) {
#manual{
	padding:0 0 140px;
	}
	}

#manual .ttl{
	width:320px;
	height:30px;
	}
@media screen and (max-width: 640px) {
#manual .ttl{
	width:200px;
	height: auto;
	}
	}

#manual h1{
	font-size:18px;
	line-height:2;
	color:#dd2112;
	}
@media screen and (max-width: 640px) {
#manual h1{
	font-size:14px;
	line-height:2;
	}
	}

#manual #lists{
	width:100%;
	margin:30px 0 0;
	color:#000;
	font-size:12px;
	line-height:2;
	}
@media screen and (max-width: 640px) {
#manual #lists{
	width:100%;
	margin:30px 0 0;
	color:#000;
	font-size:12px;
	line-height:1.6;
	}
	}

#manual #lists p{
	width:100%;
	margin:20px 0;
	color:#000;
	font-weight:bold;
	font-size:14px;
	}

#manual #lists img{
	width:500px;
	margin:0 0;
	}









