@charset "utf-8";

#contents {
	opacity: 0;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

/* --------------------------------------------------
-------------------------------------------------- ヘッダー */
header {

}
header h1 {
	padding-top: 92px;
	text-align: center;
	opacity: 0;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
}

/* --------------------------------------------------
-------------------------------------------------- 書影ループスライダー */
#slider {
	margin: 58px 0 20px 0;
}
#slider ul {
	overflow: hidden;
}
#slider ul li {
	margin: 0 10px 0 0;
	overflow: hidden;
	height: 129px;
	transition: 0.2s ease-in-out;
}

/* --------------------------------------------------
-------------------------------------------------- ニコニコ一挙放送 */
#nico-anime {
	overflow: hidden;
	padding: 35px 0;
	background-image: url(/themes/kadokawa/lodoss30th/images/nico-li01.png), url(/themes/kadokawa/lodoss30th/images/nico-li02.png), url(/themes/kadokawa/lodoss30th/images/nico-bg01.png);
	background-position: left top, left bottom, center top;
	background-repeat: repeat-x, repeat-x, repeat;
	color: #fff;
}
#nico-anime h2 {
	margin-bottom: 22px;
	padding-bottom: 12px;
	text-align: center;
	background: url(/themes/kadokawa/lodoss30th/images/nico-head-bg01.png) center bottom no-repeat;
}
#nico-channel {
	float: left;
	margin-top: 45px;
	width: 314px;
	background-color: #f6f6f6;
}
#nico-channel img {
	width: 100%;
} 
#nico-channel a:hover img {
	opacity: 0.8;
}
#nico-schedule {
	float: left;
	width: 462px;
	min-height: 261px;
	background: url(/themes/kadokawa/lodoss30th/images/nico-li03.png) left center no-repeat;
	margin-left: 30px;
	padding-left: 34px;
}
#nico-schedule ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6d656c;
	font-size: 20px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝","Yu Mincho",YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1;
}
#nico-schedule ul li .onair-date {
	display: block;
	margin-bottom: 0.2em;
	color: #ffd300;
	font-size: 22px;
}

/* --------------------------------------------------
-------------------------------------------------- 次回更新 */
#information {
	margin: 15px 0;
	text-align: center;
}


/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	background: url(/themes/kadokawa/lodoss30th/images/footer-bg01.png) center top repeat-x;
}


@media only screen and (max-width: 768px) {
/* --------------------------------------------------
-------------------------------------------------- ヘッダー */
header {
	margin: 0 4%;
}
header h1 {
	padding: 20% 0 10% 0;
}


/* --------------------------------------------------
-------------------------------------------------- 書影ループスライダー */
#slider {
	margin: 0 0 10% 0;
}
#slider ul li {
	padding: 0;
}


/* --------------------------------------------------
-------------------------------------------------- ニコニコ一挙放送 */
#nico-anime {
	padding: 6% 0 8% 0;
}
#nico-anime h2 {
	margin-bottom: 4%;
	padding-bottom: 3%;
}
#nico-channel {
	float: none;
	margin: 10% auto 6% auto;
	width: 314px;
	text-align: center
}
#nico-schedule {
	float: none;
	width: auto;
	min-height: auto;
	height: auto;
	background: url(/themes/kadokawa/lodoss30th/images/nico-li04.png) center top no-repeat;
	background-size: contain;
	margin: 0 4%;
	padding: 6% 0 0 0;
}
#nico-schedule ul li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 4vw;
	text-align: center;
}
#nico-schedule ul li .onair-date {
	font-size: 5vw;
}

/* --------------------------------------------------
-------------------------------------------------- 次回更新 */
#information {
	margin: 15px 0;
	text-align: center;
}


/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
	background: url(/themes/kadokawa/lodoss30th/images/footer-bg01.png) center top repeat-x;
}

}