@charset "utf-8";
/**
 * portfolio.css
 */

/* common
--------------------------------------------------*/
#pageTitle {
	background-image: url(../imgs/updates/bg-pagetitle.jpg);
}


/* index
--------------------------------------------------*/
.archiveTitle {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.5;
}
#entryList {
	border-top: #eaeaea solid 1px;
}
#entryList .entry {
	padding: 19px 0;
	border-bottom: #eaeaea solid 1px;
}
#entryList .entry .image {
	float: left;
	width: 140px;
}
#entryList .entry .image a:hover {
	opacity: 0.75;
}
#entryList .entry .text {
	margin-left: 170px;
}
#entryList .entry .text:first-child {
	margin-left: 0;
}
#entryList .entry .text .category {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.25;
}
#entryList .entry .text .category span {
	color: #ffffff;
	padding: 0 5px;
}
#entryList .entry .text .date {
	color: #999999;
}
#entryList .entry .text .ttl {
	font-size: 18px;
	line-height: 1.5;
}
/* SP */
@media only screen and (max-width:767px) {
	.archiveTitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#entryList {
		margin: 0 -10px;
	}
	#entryList .entry {
		padding-right: 10px;
		padding-left: 10px;
	}
	#entryList .entry .image {
		width: 105px;
	}
	#entryList .entry .text {
		margin-left: 120px;
	}
	#entryList .entry .text .category {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	#entryList .entry .text .date {
		padding-bottom: 10px;
		line-height: 1;
	}
}


/* detail
--------------------------------------------------*/
#detail {
	padding-bottom: 59px;
	border-bottom: #eaeaea solid 1px;
}
#detail .header {
	padding-bottom: 10px;
	border-bottom: #eaeaea solid 1px;
}
#detail .header .category {
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.25;
}
#detail .header .category span {
	color: #ffffff;
	padding: 0 5px;
}
#detail .header .date {
	padding-bottom: 10px;
	color: #999999;
	line-height: 1;
}
#detail .header .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#detail .slider {
	margin-top: 30px;
}
#detail .slider .slick-dots {
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#detail .slider .slick-dots li {
	display: inline-block;
	margin-left: 20px;
}
#detail .slider .slick-dots li:first-child {
	margin-left: 0;
}
#detail .slider .slick-dots li button {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: #b5b5b5 solid 1px;
	border-radius: 5px;
	background: #ffffff;
	vertical-align: top;
	text-indent: -5260px;
	outline: none;
	cursor: pointer;
}
#detail .slider .slick-dots li.slick-active button {
	background: #b5b5b5;
}
#detail .body {
	margin-top: 30px;
}
#detail .slider + .body {
	margin-top: 40px;
}
/* SP */
@media only screen and (max-width:767px) {
	#detail {
		margin: 0 -10px;
		padding: 0 10px 34px;
	}
	#detail .header .ttl {
		font-size: 18px;
	}
	#detail .slider {
		margin-top: 15px;
	}
	#detail .body {
		margin-top: 15px;
	}
	#detail .slider + .body {
		margin-top: 20px;
	}
}