/*ストーリーブック（HTML版）レイアウト用*/
html {
	background-color:#CCC;
}
body {
	background-color:#CCC;
}
.container {
	width: 1020px;
	margin: 0 auto;
	color:#666;
	position:relative;
}
/*header*/
.account {
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.header {
	width: 100%;
	margin:0 40px;
	height:0;
}
.header_left {
	float: left;
}
.header_right {
	float: right;
}
/*book*/
.book {
	width: 100%;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.book img {
	width: 100%;
}
/*nav*/
.nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFF;
	background-color:#333;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.nav .sound_repeat {
	position: absolute;
	top: 5px;
	left: 20px;
}
.nav_button_list {
	text-align: center;
	height: 50px;
}
.nav_button_list li {
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
}
h1 {
	margin-bottom:5px;
}
/* pagenav */
.pagenav_prev {
	position: absolute;
	left: 0px;
}
.pagenav_next {
	position: absolute;
	right: 0px;
}
.pagenumber_L {
	font-size:12px;
	text-align:center;
}
.pagenumber_R {
	font-size:12px;
	text-align:center;
}
.wrap table {
	line-height: 0px;
}
