/*page.css*/
.contwrap{
	background:#fcf8e5;
}
.contwrapIn{
	background:#fcf8e5;
}
.campttl{
	height:197px;
	margin:0;
}
.block{
	width:910px;
	margin:0 auto 30px;
	padding:0 0 50px;
	background:#fff;
	border-radius:0 0 3px 3px;
}
.block h4{
	margin:0 auto;
}
.books{
	width:785px;
	margin:0 auto;
}
.clickbtn{
	width:820px;
	margin:30px auto 0;
	font-size:1.3em;
}
.booklist{
	overflow:hidden;
	margin:10px auto 0;
	padding:0;
	list-style:none;
}
.book01{
	float:left;
	width:134px;
	margin:0 20px 0 0;
}
.book02{
	float:left;
	width:140px;
	margin:0 20px 0 0;
}
.book03{
	float:left;
	width:139px;
	margin:0 20px 0 0;
}
.book04{
	float:left;
	width:140px;
	margin:0 20px 0 0;
}
.book05{
	float:left;
	width:152px;
	margin:0;
}
.bookimg{
	margin:0 0 5px;
}
.author{
	font-size:.75em;
}
.ticket{
	width:812px;
	margin:40px auto;
}
.summary{
	margin:40px 20px 0;
	padding:0 0 20px;
}
.summaryttl{
	text-indent:1em;
	padding:5px 0;
	background:#ff5d2c;
	color:#fff;
}
.summarycont{
	margin:30px 24px 0;
	font-size:1.3em;
}
.summarycont dt{
	margin:0;
	color:#ff5d2c;
	font-weight:bold;
}
.summarycont dd{
	margin:0 0 5px;
}
.summarycont dd.commnet{
	font-size:.8em;
}
.regist{
	width:910px;
	height:160px;
	margin:30px auto 0;
	padding:0 0 5px;
	background:#fff;
	border-radius:3px;
}
.registttl{
	margin:0 0 15px;
	padding:30px 0 0;
	color:#ff5d2c;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;
}
.button_area{
	width:530px;
	height:66px;
	margin:0 auto;
}
.button_area img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.attention{
	width:820px;
	margin:20px auto 0;
}
@media(max-width:640px){
	.contwrap{
		margin:0 0 30px;
		background:#fff;
	}
	.contwrapIn{
		background:#fff;
	}
	.campttl{
		height:auto;
		margin:0;
	}
	.campttl img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto 50px;
	}
	.block{
		width:auto;
		margin:0 auto 30px;
		padding:0 0 50px;
		background:#fff;
		border-radius:0 0 3px 3px;
	}
	.block h4{
		margin:0 auto;
	}
	.block h4 img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto 50px;
	}
	.books{
		width:auto;
		margin:40px auto;
	}
	.books img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto;
	}
	.clickbtn{
		width:auto;
		margin:30px auto 0;
		font-size:1.3em;
	}
	.booklist{
		overflow:hidden;
		width:auto;
		margin:10px auto 0;
		padding:0;
		list-style:none;
	}
	.book01{
		float:left;
		max-width:45%;
		width:auto;
		height:100%;
		margin:0 20px 10px 0;
	}
	.book01 img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0;
	}
	.book02{
		float:left;
		max-width:45%;
		width:auto;
		height:100%;
		margin:0 0 20px 0;
	}
	.book02 img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0;
	}
	.book03{
		float:left;
		max-width:45%;
		width:auto;
		height:100%;
		margin:0 20px 20px 0;
	}
	.book03 img{
		display:block;
		max-width:45%;
		width:auto;
		height:auto;
		margin:0;
	}
	.book04{
		float:left;
		max-width:45%;
		width:auto;
		height:100%;
		margin:0 0 20px 0;
	}
	.book04 img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0;
	}
	.book05{
		float:left;
		max-width:45%;
		width:auto;
		height:100%;
		margin:0 25px 0 0;
	}
	.book05 img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0;
	}
	.author{
		clear:both;
		margin:5px 0 0;
		font-size:.75em;
	}
	.bookimg{
		float:left;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 0 5px;
	}
	.bookimg img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0;
	}
	.ticketimage{
		width:auto;
		margin:20px auto ;
	}
	.ticketimage img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto;
	}
	.summary{
		margin:40px 0 0;
		padding:0 0 20px;
		background:#fcf8e5;
	}
	.summaryttl{
		text-indent:1em;
		padding:5px 0;
		background:#ff5d2c;
		color:#fff;
	}
	.summarycont{
		margin:30px 15px 0;
		font-size:1.3em;
	}
	.summarycont dt{
		margin:0;
		color:#ff5d2c;
		font-weight:bold;
	}
	.summarycont dd{
		margin:0 0 10px;
	}
	.regist{
		width:auto;
		height:auto;
		margin:30px 20px 0;
		padding:0 0 20px;
		background:#fff;
		border-radius:3px;
	}
	.registttl{
		padding:30px 0 0;
		color:#ff5d2c;
		font-size:1.5em;
		font-weight:bold;
		text-align:center;
	}
	.button_area{
		width:auto;
		height:auto;
		margin:0 20px;
	}
	.button_area img{
		display:block;
		max-width:100%;
		width:auto;
		height:auto;
		margin:0 auto;
	}
	.attention{
		width:auto;
		margin:20px auto 0;
		font-size:1.1em;
		line-height:1.5em;
	}
}
.pc{
		display:block;
}
.sp{
		display:none;
}
@media (max-width:640px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
.br{
		display:none;
}
@media (max-width:640px) {
	.br{
		display:block;
	}
}