@charset "UTF-8";
/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
a{
	outline: none;
}
body {
  line-height: 1;
}
img{
	border: 0;
	outline: none;
	vertical-align: bottom;
}
/* ==========================================================================
   Base
============================================================================= */
body {
	color: #4b4b4b;
	background-color: #676767;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}
/* -----------------------
          詳細
----------------------- */
#container{
	width: 640px;
	background-color: #676767;
	margin: 0 auto;
	position: relative;
}
#main{
	padding: 0 0 40px 0;
}
.next{
	position: fixed;
	top: 130px;
	right: 0px;
}
.back{
	position: fixed;
	top: 130px;
	left: 0px;
}

.noOutline {
	outline: none;
}
.btn_backindex{
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -320px;
}
