@charset "UTF-8";
/*
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/* ---------- WorksList ---------- */
.WorksListDetail {
	padding: 10px;
	border-bottom: 1px #ccc dotted;
}
.WorksListDetail:first-child {
	padding-top: 0;
}
.detailImg {
	display: table-cell;
	width: 200px;
	height: 60px;
}
.detailImg a {
	display: block;
	opacity: 1;
	-webkit-transition: .3s ease-out;transition: .3s ease-out;
}
.detailImg a:hover {
	opacity: .5;
}
.detailTitle {
	position: relative;
	display: table-cell;
	width: 460px;
	height: 60px;
	padding: 0 10px;
	vertical-align: middle;
}
.detailTitle a {
	font-size: 16px;font-size: 16rem;
}
.detailTitle time {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999;
	font-size: 10px;font-size: 10rem;
}

/* ---------- WorksList Detail ---------- */
.contData .title {
	margin: 20px 0 10px;
}
.worksImg {
	text-align: center;
}
.worksLinks {
	margin: 10px 0;
	text-align: center;
}
.worksLinks li {
	display: inline-block;
	padding: 0 5px;
}
.worksLinks a {
	display: block;
	opacity: 1;
	-webkit-transition: .3s ease-out;transition: .3s ease-out;
}
.worksLinks a:hover {
	opacity: .5;
}
.inforData {
	margin: 10px;
}
.inforData .story {
	line-height: 1.8;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dotted;
	font-size: 14px;font-size: 14rem;
}
.inforData .story span {
	display: block;
	margin-bottom: 10px;
}
.inforData time {
	display: block;
	color: #666;
	font-size: 14px;font-size: 14rem;
}
.copyright {
	text-align: center;
	margin: 20px 0;
}

















