@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;
	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: 980px;
	height: 666px;
	position: relative;
	background: url(../img/bg.jpg) center bottom no-repeat;
}
#main{
	width: 980px;
	height: 666px;
	position: relative;
}
.next{
	position: absolute;
	top: 400px;
	right: 0px;
}
.next a,
.back a{
	opacity: 0.6;
}
.next a:hover,
.back a:hover{
	opacity: 1;
}
.back{
	position: absolute;
	top: 400px;
	left: 0px;
}
#chara_data{
	position: absolute;
	bottom: 0px;
	left: 50px;
}
#voice1{
	position: absolute;
	top: 440px;
	left: 102px;
	z-index: 200;
}
#voice2{
	position: absolute;
	top: 440px;
	left: 493px;
	z-index: 200;
}
.noOutline {
	outline: none;
}
