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

/* common
--------------------------------------------------*/
#pageTitle {
	background-image: url(../imgs/portfolio/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 .meta {
	margin-top: 20px;
	line-height: 1.5;
}
#detail .meta li {
	display: inline-block;
	margin-right: 1em;
}
#detail .meta li:last-child {
	margin-right: 0;
}
#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;
}
#detail .other {
	margin-top: 40px;
	padding: 20px;
	background: #f4f4f4;
}
#detail .other .ttl {
	margin-bottom: 5px;
	color: #f8a519;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
#detail .site {
	margin-top: 30px;
}
#detail .site li {
	margin-top: 10px;
}
#detail .site li:first-child {
	margin-top: 0;
}
#detail .site a {
	display: inline-block;
	padding: 0 10px 0 25px;
	background: #f8a519 url(../common/imgs/arw-02.png) no-repeat 10px center;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
}
#detail .site a:hover {
	background-color: #fdb946;
}
/* SP */
@media only screen and (max-width:767px) {
	#detail {
		margin: 0 -10px;
		padding: 0 10px 34px;
	}
	#detail .header .ttl {
		font-size: 18px;
	}
	#detail .meta {
		margin-top: 15px;
		font-size: 12px;
	}
	#detail .slider {
		margin-top: 15px;
	}
	#detail .body {
		margin-top: 15px;
	}
	#detail .slider + .body {
		margin-top: 20px;
	}
	#detail .other {
		margin-top: 20px;
		padding: 15px;
		font-size: 12px;
	}
	#detail .other .ttl {
		font-size: 14px;
	}
	#detail .site {
		margin-top: 15px;
	}
}