@charset "utf-8";

/* -------------------------------------------------- */
/* 制作実績一覧 */
/* -------------------------------------------------- */
#catWrap {
	padding-bottom: 30px;
}

#selectCats {
	float: right;
}

#catTxt a.bdAnimeBlue {
	padding-left: 13px;
	background: url(../../img/common/icon3.png) left center no-repeat;
}

#worksList li {
	width: 470px;
	float: left;
	margin-right: 60px;
	padding-bottom: 40px;
}

#worksList li a {
	display: block;
}

#worksList li:nth-child(2n) {
	margin-right: 0;
}

.worksThumnail img {
	width: 470px;
	height: 290px;
	margin-bottom: 10px;
	border: 1px #c9c9c9 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#worksList img {
	transition: all 0.3s ease-in-out 0s;
}

#worksList a:hover img {
	opacity: 0.7;
}

#moreBtn {
	text-align: center;
	padding-bottom: 100px;
	cursor: pointer;
}

.worksTag {
	margin: 0 2px 2px 0;
	padding: 5px 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #f1f1f1;
}


/* -------------------------------------------------- */
/* 制作実績詳細 */
/* -------------------------------------------------- */
#worksTop {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#worksTit {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

#worksSlider {
	width: 670px;
	float: left;
}

#worksInfo {
	width: 310px;
	float: right;
}

#worksUrl {
	padding-bottom: 15px;
	font-size: 1rem;
	color: #0095da;
}

#worksTags {
	padding-bottom: 15px;
}

#worksTags li {
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	font-size: 1.0rem;
	display: inline-block;
	background: #f1f1f1;
}

#worksData {
	padding-bottom: 30px;
	color: #666;
}

.sp-buttons {
	padding-top: 0;
	text-align: right;
}

.sp-button {
	border-radius: 0;
	background: #dcdcdc;
	margin: 0 0 0 2px;
	border: 0;
}

.sp-button.sp-selected-button {
	background: #0095da;
}

#worksBottom {

}

#worksContent {
	width: 1000px;
	margin: 0 auto;
	font-size: 1.6rem;
	padding-bottom: 50px;
}

#worksContent p {
	padding-bottom: 1em;
}

#worksCaption {
	margin-bottom: 40px;
	text-align: center;
	background: url(../../img/works/bg2.jpg) 0 0 repeat;
}

#worksCaptionIn {
	display: inline-block;
	padding: 50px 0;
}

#worksPc {
	display: inline-block;
	width: 551px;
	height: 442px;
	padding: 20px 0 0 20px;
	margin: 0 20px;
	background: url(../../img/works/works_pc.png) 0 0 no-repeat;
	vertical-align: top;
}

#pcDisplay {
	width: 510px;
	height: 287px;
	overflow: hidden;
}

#worksSp {
	display: inline-block;
	width: 215px;
	height: 444px;
	padding: 60px 0 0 13px;
	margin: 0 20px;
	background: url(../../img/works/works_sp.png) 0 0 no-repeat;
	vertical-align: top;
}

#spDisplay {
	width: 190px;
	height: 340px;
	overflow: hidden;
}

#worksPager {
	width: 1000px;
	padding-bottom: 100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.next {
	position: absolute;
	top: 0;
	right: 0;
}

.linkBtn {
	width: 285px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
}

.linkBtn a {
	display: block;
	width: 100%;
	height: 100%;
}

.linkBtn span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	z-index: 3;
	font-weight: bold;
	font-size: 1.2rem;
}

.prev span {
	text-align: left;
	padding-left: 10%;
	background: url(../../img/common/icon21.png) 3% center no-repeat;
}

.next span {
	text-align: right;
	padding-right: 10%;
	background: url(../../img/common/icon20.png) 98% center no-repeat;
}

.linkBtn:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
}

.linkBtn:hover:after {
	opacity: 0;
}

#backBtn {
	display: inline-block;
}

#backBtn a {
	display: table-cell;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px #0095da solid;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #0095da;
	vertical-align: middle;
	background: url(../../img/common/icon3.png) 10px center no-repeat;
}

#backBtn a:hover {
	color: #FFF;
	background: url(../../img/common/icon4.png) 10px center no-repeat #0095da;
}
