﻿@charset "utf-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */	
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* ここからがリセットスタイルシートになります。
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
/*フォーカスとは、ブラウザの画面上でマウスをクリックし、入力状態にあるまでの動作を指します*/
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {/*行の高さをフォントサイズと同じにしています*/
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* 隣接するセルのボーダーを結合し、間隔を0に指定しています */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {/*captionとはテーブル（表）にキャプションをつける。キャプションとは、主に図版や写真について説明のために付け加えられた文字情報のことである。*/
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
	content: "";
}
blockquote, q {/*引用符の表示が出ないようにしています*/
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {/*html5の新しいタグをブロック要素として表示される。*/
	display: block;
}
/* ここまでがリセットスタイルシートになります。
-------------------------------------------------------------- */
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #B3E0F2;
	background-image: url(images/bg01.png), url(images/bg02.png);
 　 background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top, left bottom;
	background-attachment: fixed;
}
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
	position: relative;/*for preview*/
}
.clearfix:after {/*for modern browser*/
	content: url(images/spacer.gif);/*for Netscape*/
	display: block;
	clear: both;
	height: 0;
}
* html .clearfix {
	display: inline-table;
	/**/display: block;/**/
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
a {
	font-weight: bold;
	text-transform: none;
	color: #090;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
#main {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
#header {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#header img {
	max-width: 100%;
	height: auto;
}
#box_main {
	width: 95%;
	margin-top: 0px;
	border-radius: 30px 30px 30px 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFF;
}
#footer {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer img {
	max-width: 100%;
	height: auto;
}
#navi1 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#navi1 ul {
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	list-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	flex-direction: row;
	flex-wrap: wrap;
}
#navi1 ul li {
	display: block;
	height: 50px;
	width: 200px;
}
.navi1 a, .navi2 a, .navi3 a, .navi4 a, .navi5 a, .navi6 a {
	display: block;
	height: 50px;
	width: 200px;
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	line-height: 50px;
	font-family: "Rounded Mplus 1c";
}
.navi1 a:hover, .navi2 a:hover, .navi3 a:hover, .navi4 a:hover, .navi5 a:hover, .navi6 a:hover {
	display: block;
	height: 50px;
	width: 200px;
	text-shadow: 1px 1px 3px #000;
	font-family: "Rounded Mplus 1c";
}
.navi1 a {
	background-image: url(images/navi1.png);
}
.navi2 a {
	background-image: url(images/navi2.png);
}
.navi3 a {
	background-image: url(images/navi3.png);
}
.navi4 a {
	background-image: url(images/navi4.png);
}
.navi5 a {
	background-image: url(images/navi5.png);
}
.navi6 a {
	background-image: url(images/navi6.png);
}
.navi1 a:hover {
	background-image: url(images/navi2/navi1.png);
}
.navi2 a:hover {
	background-image: url(images/navi2/navi2.png);
}
.navi3 a:hover {
	background-image: url(images/navi2/navi3.png);
}
.navi4 a:hover {
	background-image: url(images/navi2/navi4.png);
}
.navi5 a:hover {
	background-image: url(images/navi2/navi5.png);
}
.navi6 a:hover {
	background-image: url(images/navi2/navi6.png);
}
/*ページのトップに移動するボタン---ここから---*/



/*jquery トップに戻る　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
}
/*ページのトップに移動するボタン---ここまで---*/
/*----------------共通------------------------*/
h2 {
	background-color: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	background-image: url(images/h2_bg.png);
	width: 90%;
	padding: 0.5em;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 1px 1px 3px #16709A;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
	letter-spacing: 0.5em;
	font-family: "Rounded Mplus 1c";
	background-position: center;
	display: block;
}
.box1 {
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 90%;
}
/*写真の表示右寄せ１まい*/
.right_photo {
	width: 30%;
	float: right;
	text-align: center;
}
.right_photo p {
	font-size: 0.8em;
	color: #09C;
	margin-top: 5px;
	margin-bottom: 10px;
}
.right_photo img {
	padding: 5px;
	width: 70%;
	height: auto;
	border: 5px solid #98DFF1;
	border-radius: 1.5em;
}
/*写真の表示　横2*/


.photo_box2 {
	text-align: center;
}
.photo_box2 div {
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 50px;
}
.photo_box2 div img {
	padding: 5px;
	width: 80%;
	border: 5px solid #98DFF1;
	border-radius: 1.5em;
	height: auto;
}
.photo_box2 div p {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 0.8em;
	color: #09C;
}
.photo_box3 div p {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	color: #09C;
}
/*写真の表示　横3*/
.photo_box3 {
	text-align: center;
}
.photo_box3 div {
	float: left;
	width: 30%;
	text-align: center;
	margin-left: 30px;
}
.photo_box3 div img {
	padding: 5px;
	width: 80%;
	border: 5px solid #98DFF1;
	border-radius: 1.5em;
	height: auto;
}
.txt_r {
	text-align: right;
}
/*レスポンシブテーブル*/
.col-head-type1 {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFF;
}
.col-head-type1 th, .col-head-type1 td {
	border: 1px solid #999999;
	padding: 8px;
}
.col-head-type1 th {
	text-align: left;
	width: 120px;
	background-color: #D1EDF8;
	color: #633;
}
 @media only screen and (max-width: 800px) {
.col-head-type1 tr, .col-head-type1 th, .col-head-type1 td {
	display: block;
	width: auto;
}
.col-head-type1 tr:first-child {
	border-top: 1px solid #999999;
}
.col-head-type1 th, .col-head-type1 td {
	border-top: none;
}
#gaiyou table, #enkaku table, #year table {
	background-image: none;
}
}
/*レスポンシブテーブルここまで*/



/*リスト装飾*/

ul.sample1 {
	padding: 0;
	font: 14px/1.6 'arial narrow', sans-serif;
	list-style: none;
	width: 65%;
}
ul.sample1 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	color: rgb(102,102,102);
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid rgba(129,194,250, 0.5);
}
ul.sample1 li:after, ul.sample1 li:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.sample1 li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(129,194,250,0.5);
}
ul.sample1 li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(129,194,250,0.3);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
/*リストw大*/

ul.sample2 {
	padding: 0;
	font: 14px/1.6 'arial narrow', sans-serif;
	list-style: none;
	width: 90%;
}
ul.sample2 li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	color: rgb(102,102,102);
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid rgba(129,194,250, 0.5);
}
ul.sample2 li:after, ul.sample1 li:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.sample2 li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(129,194,250,0.5);
}
ul.sample2 li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
	background-color: rgba(0,102,204,0.3);
}
/*リストここまで*/

/*----------ここより下各ページ----------------*/

#top {
	width: 90%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#top img {
	max-width: 100%;
	height: auto;
}
#top address {
	color: #369;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.5em;
}
#top address a {
	color: #63C;
}
.txt_r {
	text-align: right;
}
/*----------園の概要------------------*/


/*Googleマップ*/
.google-maps {
	position: relative;
	padding-bottom: 30%;
// 縦横比 height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#enkaku {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#enkaku table tr td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #39F;
	padding: 10px;
}
.enkaku1 {
	font-weight: bold;
	color: #069;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 120px;
}
#enkaku table {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#osanpo {
	float: left;
	width: 65%;
	text-align: center;
	margin-top: 1em;
}
#osanpo p {
	text-align: left;
	color: #663300;
	font-size: 0.9em;
	margin-top: 1em;
	margin-left: 1em;
}
#moku {
}
.u_img {
	text-align: center;
	float: left;
	width: 65%;
	margin-top: 2em;
}
#classmoku {
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#classmoku h4 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#classmoku div {
	width: 85%;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #ECF1F2;
	padding: 10px;
	box-sizing: content-box;
	text-align: center;
	height: 90%;
	border-radius: 2em;
}
#classmoku table {
	width: 100%;
}
#classmoku table td {
	text-align: center;
	vertical-align: top;
	width: 50%;
}
#classmoku table tr {
}
.photoclass img {
	height: auto;
	padding: 5px;
	box-sizing: content-box;
	border: 5px solid #9CF;
	border-radius: 2em;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_caption01 {
	font-size: 0.8em;
	color: #069;
	text-align: center;
}
#classmoku p {
	text-align: left;
	line-height: 1.5em;
	margin-right: 50px;
	margin-left: 50px;
	color: #036;
}
/*------------デイリー-------------------------------*/
#daily p {
	width: 90%;
	margin: 20px auto 0px;
}
#daily .dailyFrame {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#daily td, #daily tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9CF;
	vertical-align: middle;
}
#daily .nyuji {
	width: 48%;
	border: 2px solid #F6BF9C;
	float: left;
}
#daily .nyuji thead td {
	background-color: #F6BF9C;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
}
#main #box_main .box1 p img {
}
#daily .nyuji tbody th {
	padding: 1em;
	vertical-align: top;
	text-align: right;
	color: #09C;
	font-weight: bold;
}
#daily .nyuji tbody td {
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 2em;
}
#daily .youji {
	width: 48%;
	border: 2px solid #9FD9F6;
}
.daily_photo {
	width: 40%;
	float: right;
	text-align: center;
}
.daily_photo p {
	font-size: 0.8em;
	color: #09C;
	margin-top: 0px;
	margin-bottom: 10px;
}
.daily_photo img {
	padding: 5px;
	width: 80%;
	height: auto;
	border: 5px solid #98DFF1;
	border-radius: 1.5em;
	margin-bottom: 10px;
}
#daily .youji thead td {
	background-color: #9FD9F6;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
}
#daily .youji tbody th {
	font-size: 0.8em;
	padding: 0.25em;
}
#daily .youji tbody td {
	padding: 0.25em;
}
#daily table {
	background-color: #ffffff;
	border-radius: 6px;
	padding: 5px;
}
/*-----------年間行事-------------------------------*/

.yeartable {
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.year_txt {
	font-size: 1.2em;
	color: #069;
	text-indent: 100px;
}
.box_haru {
	background-image: url(images/year_haru.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 450px;
	padding: 0px;
}
.box_natu {
	background-image: url(images/year_natu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 450px;
	padding: 0px;
}
.box_aki {
	background-image: url(images/year_aki.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 450px;
	padding: 0px;
}
.box_fuyu {
	background-image: url(images/year_fuyu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 450px;
	padding: 0px;
}
.box_haru p, .box_natu p, .box_aki p, .box_fuyu p {
	margin-top: 70px;
	text-align: center;
	line-height: 1.5em;
}
.box_sonota {
	box-sizing: border-box;
	background-image: url(images/year_mon.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 80px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 150px;
}
/*-----－－－－－－－－ブログ－－－－－－－*/

#blog {
}
#blog_main {
	float: right;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#blog_navi {
	float: left;
	width: 18%;
	padding: 10px;
	border: 2px dotted #39F;
	border-radius: 2em;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
.blog_box {
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 30px;
	margin-right: 20px;
	border: 1px solid #E5E5E5;
}
.blog_category {
	font-size: 0.9em;
	color: #0033CC;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
}
.blog_date {
	text-align: right;
	color: #39C;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399CC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.blog_tittle2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #82BFF2;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #036DCD;
	text-indent: 2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.blog_tittle {
	color: #336699;
	text-shadow: 0 0 5px white;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.blog_txt {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.5em;
	color: #333;
}
/*写真の表示　横3ブログ用*/
.photo_blog3 {
}
.photo_blog3 div p {
	font-size: 0.8em;
	color: #069;
	margin-top: 5px;
	background-color: #EBF7F8;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #85C4D3;
	border-bottom-color: #85C4D3;
	padding: 5px;
	margin-bottom: 5px;
}
.photo_blog3 div {
	width: 30%;          /* 横幅を固定して */
	display: inline-block; /* インラインブロック化 */
	vertical-align: top;   /* 上端を揃える */
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}
.photo_blog3 div img {
	padding: 5px;
	width: 80%;
	border: 5px solid #98DFF1;
	border-radius: 1.5em;
	height: auto;
}
ol.blog1 {
	counter-reset: list;
	list-style-type: none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 0;
}
ol.blog1 li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99CCFF;
	color: #09C;
	text-align: left;
}
ol.blog1 li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #0099CC;
	background-position: top;
}
.blog1 li a {
	color: #09C;
}
#blog_page {
}
.blog_pdf {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdf_button {
	display: inline-block;
	text-decoration: none;/*左線*/
	color: #CC3333;/*文字色*/
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CC3333;
	background-color: #f7f7f7;
	background-image: url(images/icon_1r_32.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 2.5em;
}
.pdf_button:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
/* ページネーション  */

.pager ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	background-color: #2FADEA;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #fff;
	text-decoration: none;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
	color: #000;
	background-color: #CEE8FD;
}
