@charset "UTF-8";
/* CSS Document */


#illust ul {
margin-bottom: 1em;
}

#illust ul li {
list-style: none;
width: 100px;
/*
float:left;
*/
display: inline-block;
font-size: 1rem;
text-align: center;
margin-right: 20px;
}

#illust ul li img {
border: 3px solid #000;
}

#illust ul li img:hover {
border-color: #FFF100;
}

p.illustImage {
	text-align:center;
}
p.illustImage img {
	border:3px solid #000;
}

p.valentineImage {
	text-align:center;
}

/*
p#pager{
	margin-bottom:70px;
	text-align:center;
}
p#pager a{
	margin:1em;
}
*/