@charset "utf-8";



/* 全体設定
----------------------------- */
body {

}


.box {
	padding: 0;
	margin: 0 0 2em;
	background: url("../img/character/character-bg.jpg") center center;
	background-size: cover;
}

.box ul {
	padding: 0;
	list-style: none;
}
.box li img {
	border: 1px solid #444;
	border-radius: 5px;
	margin: .3em auto;
	text-align: center;
}
.box a:link, .box a:visited {

	display: block;
	opacity: 1;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.box a:hover {
	opacity: 0.8;
}





