@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css');
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

*    {  font-family: 'Josefin Sans'  }
a    {  text-decoration: none;       }
html {  height: 95%;                 }
body {  padding: 0; margin: 0;
	animation: fadeInBody 1s ease 0s 1 normal;
	-webkit-animation: fadeInBody 1s ease 0s 1 normal;
}
@keyframes fadeInBody {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeInBody {
	0% {opacity: 0}
	100% {opacity: 1}
}
#header {
	width: 100%;
	min-width: 600px;
}
#logo {
	width: 150px;
	height: 85px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/logo_w.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px 30px;
}
#contents_list { margin: 0 auto; }
#contents {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 20px;
	padding-bottom: 120px;
}