@charset 'utf-8';

/* 分割部分 */
.paraGroup {
	display: none;
}

.paraGroup.curGroup {
	display: block;
}

/* ページング部分 */
.paging {}
	.paging ul {

	}
		.paging ul li {
			float: left;
			margin-right: 5px;
		}
			.paging ul li.nextPage {
				margin-right: 0;
			}
			
			.paging ul li a {
				background: url(http://songsh.jp/wp-content/themes/song/img/m_special/bg_paging.gif) left top no-repeat;
				color: #00304c;
				display: block;
				text-align: center;
				text-decoration: none;
				line-height: 210%;
				width: 25px;
				height: 36px;
			}
				.paging ul li a.prevPageGroup {
					background: url(http://songsh.jp/wp-content/themes/song/img/m_special/ico_prevpage.gif) left top no-repeat;
					text-indent: -9999px;
					outline: none;
				}

				.paging ul li a.prevPage {
					background: url(http://songsh.jp/wp-content/themes/song/img/m_special/ico_prev.gif) left top no-repeat;
					text-indent: -9999px;
					outline: none;
				}

				.paging ul li a.nextPageGroup {
					background: url(http://songsh.jp/wp-content/themes/song/img/m_special/ico_nextpage.gif) left top no-repeat;
					text-indent: -9999px;
					outline: none;
				}

				.paging ul li a.nextPage {
					background: url(http://songsh.jp/wp-content/themes/song/img/m_special/ico_next.gif) left top no-repeat;
					text-indent: -9999px;
					outline: none;
				}

				.paging ul li a:hover ,
				.paging ul li.currentPage a {
					background-position: right top;
				}