@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}
ol,ul{
	list-style-type: none;
}
/*-----------------------------------------------
 root
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
body{
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:767px) and (min-width: 1px){
}
/*-----------------------------------------------
 font
-----------------------------------------------*/
html{
	overflow-x: hidden;
	overflow-x: scroll;
	font-size: medium;
}
body{
	min-width: 1200px;
	padding-top: 105px !important;
	font-size: 62.5%; /* 16px -> 10px */
}
dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,address{
	line-height: 1;
	font-size: 140%;
	margin: 0;
	padding: 0;
}
p{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}
input,button,select,option,textarea{
	font-size: 14px;
}
figure{
	margin: 0;
}
a,
a:link,
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
section{
	position: relative;
}
@media screen and (max-width:767px) and (min-width: 1px){
	body{
		min-width: 0;
		padding-top: 0 !important;
	}	
}
/*-----------------------------------------------
 cf 
-----------------------------------------------*/
main:after,
section:after,
.clearfix:after {
	content: " "; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
main,
section,
.clearfix {
	min-height: 1px;
}
* html main,
* html section,
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover{
	opacity: 0.8;
	animation: btn 0.3s;
	-webkit-animation: btn 0.3s;
	-moz-animation: btn 0.3s;
}
@keyframes btn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.8;
	}
}
@-webkit-keyframes btn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.8;
	}
}
@-moz-keyframes btn {
	0% { 
		opacity: 1;
	}
	100% {
		opacity: 0.8;
	}
}
#adminBox{
	margin-bottom: 0;
}
/*-----------------------------------------------
 navigation
-----------------------------------------------*/
#menu{
	display: none;
	position: fixed;
	z-index: 100;
	top: 18px;
	right: 18px;
}
#navigation{
	display: none;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #50c7f2;
}
#navigation ul{
	font-size: 0;
}
#navigation ul li{
	display: inline-block;
	width: 50%;
}
#navigation ul li img{
	width: 100%;
}
#navigation .logo{
	position: relative;
	width: auto;
	padding: 11px 0;
	background-color: #fff;
	text-align: left;
}
#navigation .close{
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 18px;
}
/*-----------------------------------------------
 header
-----------------------------------------------*/

#header{
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 85px;
	margin: 0 0 20px;
	background-color: #50c7f2;
}
#header .inner{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#header .logo{
	position: absolute;
	left: 0;
	width: 237px;
	height: 85px;
	background-color: #fff;
}
#header .gnav{
	width: 960px;
	margin-left: auto;
	padding-top: 45px;
	text-align: center;
}
#header .gnav li{
	float: left;
	width: 192px;
	height: 40px;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
}
#header .gnav li a::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background-size: 40px;
	vertical-align: top;
}
#header .gnav li:first-child a::before{
	background-image: url(/themes/fantasiabunko/images/global/header/icon-new.png);
}
#header .gnav li:nth-child(2) a::before{
	background-image: url(/themes/fantasiabunko/images/global/header/icon-product.png);
}
#header .gnav li:nth-child(3) a::before{
	background-image: url(/themes/fantasiabunko/images/global/header/icon-blog.png);
}
#header .gnav li:nth-child(4) a::before{
	background-image: url(/themes/fantasiabunko/images/global/header/icon-magazine.png);
}
#header .gnav li:nth-child(5) a::before{
	background-image: url(/themes/fantasiabunko/images/global/header/icon-award.png);
}
#header .gnav li a{
	display: block;
	color: #fff;
}
header#header div.search{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 0;
}

header#header div.search > div{
	display: inline-block;
	vertical-align: top;
}

header#header div.search > div:first-child{
	width: 32px;
	height: 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	background-color: #000;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

header#header div.search input[type="search"]{
	width: 200px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
    color: #000;
}

header#header div.search input[type="search"]::-webkit-input-placeholder{
	color: #ddd;
}

header#header div.search input[type="submit"]{
	width: 68px;
	height: 32px;
	border: none;
    appearance: none;
    outline: none;
	background-color: #50c7f2;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left 20px center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header#header div.search input[type="submit"]:hover{
	background-color: #4dc8b9;
}

header#header div.search div.detail a{
	display: block;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 32px;
	text-decoration: underline;
}

header#header div.search div.detail a:hover{
	text-decoration: none;
}
header#header div.search div.detail a::after{
	display: inline-block;
	content: "\f0da";
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

header#header div.search div.sp{
	display: none;
}
#searchMenu{
	display: none;
}

@media screen and (max-width:767px) and (min-width: 1px){
	#header{
		position: static;
		height: auto;
		margin: 0;
	}
	#header .logo{
		position: static;
		width: auto;
		padding: 0;
		text-align: left;
	}
	#header .inner{
		width: auto;
	}
	#header .gnav{
		width: 100%;
		padding-top: 0;
	}
	#header .gnav li{
		width: 20%;
		height: auto;
		padding: 0;
		background-position: center top 10px;
		background-size: 40px;
		font-size: 12px;
		line-height: 1.2;
	}
	#header .gnav li a{
		padding: 50px 0 10px 0; 
	}
	#header .gnav li a::before{
		display: none;
	}
	#header .gnav li:first-child{
		background-image: url(/themes/fantasiabunko/images/global/header/icon-new.png);
	}
	#header .gnav li:nth-child(2){
		background-image: url(/themes/fantasiabunko/images/global/header/icon-product.png);
	}
	#header .gnav li:nth-child(3){
		background-image: url(/themes/fantasiabunko/images/global/header/icon-blog.png);
	}
	#header .gnav li:nth-child(4){
		background-image: url(/themes/fantasiabunko/images/global/header/icon-magazine.png);
	}
	#header .gnav li:nth-child(5){
		background-image: url(/themes/fantasiabunko/images/global/header/icon-award.png);
	}
	#header .search{
		display: none;
	}
	#searchMenu{
		display: block;
		position: absolute;
		top: 18px;
		right: 18px;
	}
}
/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer{
	padding: 20px 0;
	border-top: 6px solid #50c7f2;
	background-color: #000;
	text-align: center;
}
#footer .pagetop{
	display: none;
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
}
#footer .fnav{
	margin-bottom: 20px;
}
#footer .fnav li{
	display: inline-block;
	padding: 0 20px 0;
	border-right: 1px solid #fff;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}
#footer .fnav li:last-child{
	margin-right: 0;
	padding-right: 0;
	border: none;
}
#footer .fnav li a{
	color: #fff;
}
#footer .sns{
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}
#footer .sns li{
	display: inline-block;
	margin-right: 15px;
}
#footer .sns li:last-child{
	margin-right: 0;
}
#footer .sns li img{
	width: 41px;
}
#footer .logo{
	margin-bottom: 10px;
	text-align: center;
}
#footer .abj{
	text-align: center;
}
#footer .abj img{
	width: 150px;
}
#footer .text{
	width: 600px;
	margin: 0 auto 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
#footer .text a{
	color: #fff;
}
#footer small{
	font-size: 12px;
	color: #fff;
}
#pagetop{
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: 10px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	#footer .fnav{
		margin-bottom: 10px;
	}
	#footer .fnav li{
		margin-bottom: 10px;
	}
	#footer .logo img{
		max-width: 100%;
	}
	#footer .abj img{
		width: 90px;
	}
	#footer .text{
		width: auto;
		margin: 0 10px 20px;
		font-size: 10px;
	}
}
/*-----------------------------------------------
 booksList
-----------------------------------------------*/
.booksList{
	padding-top: 18px;
}
.booksList li{
	float: left;
	width: 180px;
	margin: 0 18px 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #fff;
}
.booksList li img{
	margin-bottom: 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 100%;
}
.booksList li figcaption{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.booksList .trial{
	float: left;
	width: 49%;
	margin-right: 2%;
}
.booksList .special{
	float: left;
	width: 49%;
}
.booksList .trial a{
	display: block;
	padding: 5px 0;
	border: 1px solid #3eb479;
	border-radius: 10px;
	background-color: #3eb479;
	line-height: 1.2;
	text-align: center;
	color: #ffff00;
}
.booksList .special a{
	display: block;
	padding: 5px 0;
	border: 1px solid #217fc4;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1.2;
	text-align: center;
	color: #217fc4;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.booksList li{
		width: 50%;
		margin: 0 0 18px;
		padding: 0 10px 18px;
		box-sizing: border-box;
	}
}
/*-----------------------------------------------
 booksSingleList
-----------------------------------------------*/
ul.booksSingleList{
	margin-bottom: 40px;
}
ul.booksSingleList > li{
	padding: 20px 0;
	border-bottom: 1px dotted #50c7f2;
}
ul.booksSingleList > li:first-child{
	border-top: 1px dotted #50c7f2;
}
ul.booksSingleList > li div.cover{
	float: left;
	width: 180px;
	border: 1px solid #efebe5;
    box-sizing: border-box;
	line-height: 0;
}
ul.booksSingleList > li div.cover img{
	width: 100%;
}
ul.booksSingleList > li div.detail{
	float: right;
	width: 740px;
    box-sizing: border-box;
}
ul.booksSingleList > li div.detail .head{
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #50c7f2;
}
ul.booksSingleList > li div.detail h3{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.2;
}
ul.booksSingleList > li ul.author{
	display: inline-block;
}
ul.booksSingleList > li ul.author li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.5;
}
ul.booksSingleList > li ul.author li a {
    font-weight: bold;
    color: #00a89f;
}
ul.booksSingleList > li div.detail p.release{
    font-size: 18px;
    line-height: 1.5;
}
ul.booksSingleList > li div.detail .catch{
	margin-bottom: 20px;
	font-size: 20px;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",“メイリオ”,Meiryo,serif;
}
ul.booksSingleList > li .btnList{
	font-size: 0;
}
ul.booksSingleList > li .btnList li{
	display: inline-block;
	width: 180px;
	font-size: 14px;
}
ul.booksSingleList > li .btnList .trial{
	margin-right: 10px;
}
ul.booksSingleList > li .btnList .trial a{
	display: block;
	padding: 5px 0;
	border: 1px solid #3eb479;
	border-radius: 10px;
	background-color: #3eb479;
	line-height: 1.2;
	text-align: center;
	color: #ffff00;
}
ul.booksSingleList > li .btnList .special a{
	display: block;
	padding: 5px 0;
	border: 1px solid #217fc4;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1.2;
	text-align: center;
	color: #217fc4;
}
@media screen and (max-width:767px) and (min-width: 1px){
	ul.booksSingleList > li div.cover{
		width: 30%;
		min-height: 120px;
	}
	ul.booksSingleList > li div.detail{
		width: 66%;
		min-height: 0;
	}
	ul.booksSingleList > li div.detail h3{
		font-size: 18px;
	}
	ul.booksSingleList > li div.detail .catch{
		font-size: 18px;
		line-height: 1.2;
	}
	ul.booksSingleList > li .btnList li{
		width: 95px;
	}
	ul.booksSingleList > li .btnList .trial{
		margin-right: 5px;
	}
	ul.booksSingleList > li ul.author li {
	    font-size: 16px;
	    line-height: 1.3;
	}
	ul.booksSingleList > li div.detail p.release{
	    font-size: 16px;
	    line-height: 1.3;
	}
}
/*-----------------------------------------------
 flag
-----------------------------------------------*/
div.flag{
	display: inline-block;
	height: 50px;
	margin-left: 20px;
	padding: 0 40px 0 10px;
	background-image: url(/themes/fantasiabunko/images/global/icon/flag.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	vertical-align: top;
}
@media screen and (max-width:767px) and (min-width: 1px){
	div.flag{
		display: block;
		margin: 0 auto;
		padding: 0;
		background-image: url(/themes/fantasiabunko/images/global/icon/flag-sp.png);
		background-position: center center;
		text-align: center;
	}
}
/*-----------------------------------------------
 category
-----------------------------------------------*/
a.category{
	display: block;
	width: 90px;
	height: 20px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
a.category.news{
	background-color: #ffa200;
}
a.category.reprint{
	background-color: #00baff;
}
/*-----------------------------------------------
 all
-----------------------------------------------*/
.all{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	text-align: right;
	line-height: 50px;
}
.all a{
	color: #000;
}
.all a:hover{
	color: #217fc4;
}
.all:after{
	content: "\f138";
	margin-left: 5px;
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	color: #217fc4;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.all{
		margin: 10px 10px 0 10px;
		position: static;
		text-align: center;
	}
	.all a{
		display: block;
		border: 1px solid #000;
		border-radius: 5px;
		background-color: #fff;
	}
	.all:after{
		display: none;
	}
}
/*-----------------------------------------------
 bottom
-----------------------------------------------*/
.bottom{
	margin-bottom: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.bottom a{
	color: #000;
}
.bottom a:hover{
	color: #217fc4;
}
.bottom:before{
	content: "\f0ab";
	margin-right: 5px;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	color: #217fc4;
}
@media screen and (max-width:767px) and (min-width: 1px){
}
/*-----------------------------------------------
 topicpath
-----------------------------------------------*/
.topicPath{
	overflow: hidden;
	max-width: 940px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topicPath li{
	display: inline-block;
	line-height: 1.2;
}
.topicPath li::after{
	content: "\f0da";
	margin-left: 5px;
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.topicPath li:first-child::before{
	content: "\f015";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.topicPath li:last-child::after{
	display: none;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.topicPath{
		margin: 0 10px 10px;
		padding-top: 10px;
	}
}
/*-----------------------------------------------
 pagination
-----------------------------------------------*/
.pagination{
	display: block;
	margin: 20px 0;
	font-size: 0;
	text-align: center;
}
.pagination li{
	display: inline-block;
	margin: 8px;
	font-weight: bold;
	font-size: 16px;
}
.pagination li a{
	display: block;
	height: 34px;
	width: 34px;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #777;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	line-height: 34px;
	color: #777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination a:hover,
.pagination li.cur span{
	display: block;
	height: 34px;
	width: 34px;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #50c7f2;
	box-sizing: border-box;
	background-color: #50c7f2;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.pagination a:hover,
	.pagination li a,
	.pagination li.cur span{
		height: 26px;
		width: 26px;
		line-height: 26px;
	}
}

/*-----------------------------------------------
 pager
-----------------------------------------------*/
.pager{
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background-image: url(/themes/fantasiabunko/images/global/icon/dot.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1px 78px;
}
.pager li{
	width: 470px;
	height: 94px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 94px;
}
.pager li a{
	overflow: hidden;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pager li.prev{
	float: left;
	background-image: url(/themes/fantasiabunko/images/global/icon/left.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 31px 500px;
}
.pager li.next{
	float: right;
	background-image: url(/themes/fantasiabunko/images/global/icon/right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 31px 500px;
    text-align: right;
}
.pager li.prev a{
	padding: 0 15px 0 41px;
}
.pager li.next a{
	padding: 0 41px 0 15px;
}
@media screen and (max-width:767px) and (min-width: 1px){
	.pager{
		margin-bottom: 30px;
		background-size: 1px 45px;
	}
	.pager li{
		width: 50%;
		height: 64px;
		line-height: 64px;
		font-size: 14px;
	}
}
/*-----------------------------------------------
 monthPager
-----------------------------------------------*/
ul.monthPager{
	display: block;
	margin: 20px 0;
	font-size: 0;
	text-align: center;
}
ul.monthPager li{
    display: inline-block;
    margin: 8px;
    font-weight: bold;
    font-size: 16px;
}
ul.monthPager li a{
    display: block;
    height: 34px;
    width: 54px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #50c7f2;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    color: #50c7f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.monthPager li span{
    display: block;
    opacity: 0.5;
    height: 34px;
    width: 54px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #6ab5c2, 0 0 0 4px #6ab5c2;
    box-sizing: border-box;
    background-color: #88d6e4;
    text-align: center;
    line-height: 34px;
    color: #6ab5c2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.monthPager li a:hover{
	background-color: #50c7f2;
	color: #fff;
}
@media screen and (max-width:767px) and (min-width: 1px){
	ul.monthPager li a,
	ul.monthPager li a:hover,
	ul.monthPager li span{
		height: 26px;
		width: 26px;
		line-height: 26px;
	}
	
	ul.monthPager li.month{
		display: none;
	}
}

/*-----------------------------------------------
 yearPager
-----------------------------------------------*/
ul.yearPager{
	display: block;
	margin: 20px 0;
	font-size: 0;
	text-align: center;
}
ul.yearPager li{
    display: inline-block;
    margin: 8px;
    font-weight: bold;
    font-size: 16px;
}
ul.yearPager li a{
    display: block;
    height: 34px;
    width: 84px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #50c7f2;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    color: #50c7f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.yearPager li span{
    display: block;
    opacity: 0.5;
    height: 34px;
    width: 84px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px #6ab5c2, 0 0 0 4px #6ab5c2;
    box-sizing: border-box;
    background-color: #88d6e4;
    text-align: center;
    line-height: 34px;
    color: #6ab5c2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.yearPager li a:hover{
	background-color: #50c7f2;
	color: #fff;
}
@media screen and (max-width:767px) and (min-width: 1px){
	ul.yearPager li a,
	ul.yearPager li a:hover,
	ul.yearPager li span{
		height: 26px;
		width: 64px;
		line-height: 26px;
	}
	
	ul.yearPager li.month{
		display: none;
	}
}
