@charset "utf-8";
#senryuArea {
	width: 100%;
	/*background-color: #aaa;*/
}
p.senryu {
	width: 80%;
	height: 70px;
	margin: 0 30px 0 50px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 70px;
	color: #666666;
	background-image: url("../senryu.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-shadow: 2px 2px 3px #bbbbbb;
}
p.hizuke {
	width: 80%;
	/*margin-left: 35px;*/
	color: #006699;
	text-align: right;
	margin-bottom: 35px;
}
#maxNo {
	width: 0;
	height: 0;
	display: none;
}
#pagingContainer {
	width: calc(100% - 80px);
	margin: 0 40px 20px;
	background-color: rgba(91,161,207,0.5);
	border-radius: 3px;
}
#paging {
	width: 226px;/*pagerのサイズ*/
	height: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	#pagingContainer {
		margin-left: auto;
		margin-right: auto;
	}
	p.senryu {
		width: 95%;
		height: 50px;
		margin: 0 5px;
		padding-left: 20px;
		font-size: 15px;
		line-height: 55px;
	}
	p.hizuke {
		width: 95%;
	}
}